Skip to content

Commit

Permalink
increment version to 0.9.2-SNAPSHOT for Quarkus 2.15.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Jan 11, 2023
1 parent 86cfb79 commit a2baa56
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.openepcis</groupId>
<artifactId>openepcis-bom</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

Expand Down
3 changes: 1 addition & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@
<parent>
<groupId>io.openepcis</groupId>
<artifactId>openepcis-bom</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

<version>0.9.2-SNAPSHOT</version>
<artifactId>openepcis-event-hash-generator</artifactId>
<name>openepcis-event-hash-generator</name>
<description>openEPCIS EPC GS1 Digital Link Translation Tools</description>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
<parent>
<groupId>io.openepcis</groupId>
<artifactId>openepcis-bom</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.2-SNAPSHOT</version>
</parent>

<artifactId>openepcis-event-hash-generator-build</artifactId>
<packaging>pom</packaging>
<name>openepcis-event-hash-generator-build</name>
Expand Down
3 changes: 2 additions & 1 deletion rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
<parent>
<groupId>io.openepcis</groupId>
<artifactId>openepcis-bom</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.2-SNAPSHOT</version>
</parent>

<artifactId>openepcis-event-hash-generator-rest-api</artifactId>
<name>openepcis-event-hash-generator-rest-api</name>
<description>REST API Application to generate Hash-Ids based on XML/JSON EPCIS document provided by user.</description>
Expand Down

0 comments on commit a2baa56

Please sign in to comment.