Skip to content

Commit ee1cd51

Browse files
committed
Release version 0.9.3
1 parent 05a0d51 commit ee1cd51

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.openepcis</groupId>
88
<artifactId>openepcis-event-hash-generator-build</artifactId>
9-
<version>999-SNAPSHOT</version>
9+
<version>0.9.3</version>
1010
</parent>
1111

1212
<artifactId>openepcis-event-hash-generator-benchmarks</artifactId>

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.openepcis</groupId>
2525
<artifactId>openepcis-event-hash-generator-build</artifactId>
26-
<version>999-SNAPSHOT</version>
26+
<version>0.9.3</version>
2727
</parent>
2828

2929
<artifactId>openepcis-event-hash-generator-cli</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.openepcis</groupId>
2525
<artifactId>openepcis-event-hash-generator-build</artifactId>
26-
<version>999-SNAPSHOT</version>
26+
<version>0.9.3</version>
2727
</parent>
2828

2929
<artifactId>openepcis-event-hash-generator</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.openepcis</groupId>
2626
<artifactId>openepcis-bom</artifactId>
27-
<version>999-SNAPSHOT</version>
27+
<version>0.9.3</version>
2828
</parent>
2929

3030
<artifactId>openepcis-event-hash-generator-build</artifactId>

quarkus/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.openepcis.quarkus</groupId>
2525
<artifactId>quarkus-event-hash-generator-parent</artifactId>
26-
<version>999-SNAPSHOT</version>
26+
<version>0.9.3</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

quarkus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.openepcis</groupId>
2525
<artifactId>openepcis-event-hash-generator-build</artifactId>
26-
<version>999-SNAPSHOT</version>
26+
<version>0.9.3</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

quarkus/quarkus-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.openepcis.quarkus</groupId>
2424
<artifactId>quarkus-event-hash-generator-parent</artifactId>
25-
<version>999-SNAPSHOT</version>
25+
<version>0.9.3</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

quarkus/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.openepcis.quarkus</groupId>
2525
<artifactId>quarkus-event-hash-generator-parent</artifactId>
26-
<version>999-SNAPSHOT</version>
26+
<version>0.9.3</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

rest-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.openepcis</groupId>
2424
<artifactId>openepcis-event-hash-generator-build</artifactId>
25-
<version>999-SNAPSHOT</version>
25+
<version>0.9.3</version>
2626
</parent>
2727

2828
<artifactId>openepcis-event-hash-generator-rest-api</artifactId>

restassured/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.openepcis</groupId>
2424
<artifactId>openepcis-event-hash-generator-build</artifactId>
25-
<version>999-SNAPSHOT</version>
25+
<version>0.9.3</version>
2626
</parent>
2727

2828
<artifactId>openepcis-event-hash-generator-restassured</artifactId>

0 commit comments

Comments
 (0)