-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update submodule references after deployment
update license info
- Loading branch information
1 parent
46ce4c2
commit d10ebe9
Showing
13 changed files
with
114 additions
and
11 deletions.
There are no files selected for viewing
Submodule openepcis-document-converter
updated
37 files
Submodule openepcis-epc-digitallink-translator
updated
70 files
Submodule openepcis-epcis-constants
updated
6 files
Submodule openepcis-event-hash-generator
updated
31 files
Submodule openepcis-models
updated
144 files
Submodule openepcis-reactive-event-publisher
updated
6 files
Submodule openepcis-s3
updated
9 files
Submodule openepcis-test-resources
updated
6 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright 2022-2024 benelog GmbH & Co. KG | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" | ||
xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>io.openepcis</groupId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<artifactId>openepcis-dist</artifactId> | ||
<packaging>pom</packaging> | ||
<name>openepcis-dist</name> | ||
<description>openEPCIS Distribution Build</description> | ||
<url>https://github.com/openepcis/openepcis-dist</url> | ||
<parent> | ||
<groupId>io.openepcis</groupId> | ||
<artifactId>openepcis-bom</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
</parent> | ||
<licenses> | ||
<license> | ||
<name>The Apache Software License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<name>Sven Boeckelmann</name> | ||
<email>sven.boeckelmann@benelog.com</email> | ||
<organization>benelog GmbH & Co. KG</organization> | ||
<organizationUrl>https://www.benelog.com</organizationUrl> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/openepcis/openepcis-dist.git</connection> | ||
<developerConnection>scm:git:ssh://github.com:openepcis/openepcis-dist.git</developerConnection> | ||
<url>https://github.com/openepcis/openepcis-dist/tree/main</url> | ||
</scm> | ||
|
||
<modules> | ||
<module>modules/openepcis-bom</module> | ||
<module>modules/openepcis-epcis-constants</module> | ||
<module>modules/openepcis-test-resources</module> | ||
<module>modules/openepcis-s3</module> | ||
<module>modules/openepcis-epc-digitallink-translator</module> | ||
<module>modules/openepcis-models</module> | ||
<module>modules/openepcis-document-converter</module> | ||
<module>modules/openepcis-reactive-event-publisher</module> | ||
<module>modules/openepcis-event-hash-generator</module> | ||
</modules> | ||
|
||
<properties> | ||
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> | ||
</properties> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-deploy-plugin</artifactId> | ||
<version>${maven-deploy-plugin.version}</version> | ||
<configuration> | ||
<skip>true</skip> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
<repositories> | ||
<!-- sonatype snapshots --> | ||
<repository> | ||
<id>sonatype-staging</id> | ||
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> | ||
</repository> | ||
</repositories> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iHUEABYKAB0WIQR1nx0r9rZdE1+tJxajVfJ0EmySuAUCZl7oZQAKCRCjVfJ0EmyS | ||
uDkJAP9dtF5IjLawWBp/y0dcYJNFoxyXyt6xnrMNEnZhyuhjOgD9E9gpEaC/ZYLk | ||
oz6p9x+vIztsBpgca12+4VJ6zdkKVQc= | ||
=JjdM | ||
-----END PGP SIGNATURE----- |