diff --git a/aggregates/pom.xml b/aggregates/pom.xml
index 48d6219..45bfdd6 100644
--- a/aggregates/pom.xml
+++ b/aggregates/pom.xml
@@ -7,7 +7,7 @@
org.fuin.cqrs4j.example
cqrs4j-example-root
- 0.4.0-SNAPSHOT
+ 0.4.0
../pom.xml
@@ -23,7 +23,7 @@
org.fuin.cqrs4j.example
cqrs4j-example-shared
- 0.4.0-SNAPSHOT
+ 0.4.0
diff --git a/pom.xml b/pom.xml
index ad37cd0..3efa718 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.fuin.cqrs4j.example
cqrs4j-example-root
- 0.4.0-SNAPSHOT
+ 0.4.0
pom
diff --git a/quarkus/command/README.md b/quarkus/command/README.md
index f16ba30..e8186e8 100644
--- a/quarkus/command/README.md
+++ b/quarkus/command/README.md
@@ -29,7 +29,7 @@ Make sure you installed everything as described [here](../../../../).
```
4. Run the microservice
```
- ./target/cqrs4j-quarkus-example-command-0.4.0-SNAPSHOT-runner \
+ ./target/cqrs4j-quarkus-example-command-0.4.0-runner \
-Djava.library.path=$GRAALVM_HOME/jre/lib/amd64 \
-Djavax.net.ssl.trustStore=$GRAALVM_HOME/jre/lib/security/cacerts
```
diff --git a/quarkus/command/pom.xml b/quarkus/command/pom.xml
index 2415c6e..5297762 100644
--- a/quarkus/command/pom.xml
+++ b/quarkus/command/pom.xml
@@ -9,7 +9,7 @@
org.fuin.cqrs4j.example.quarkus
cqrs4j-quarkus-example-root
- 0.4.0-SNAPSHOT
+ 0.4.0
../pom.xml
@@ -57,13 +57,13 @@
org.fuin.cqrs4j.example
cqrs4j-example-aggregates
- 0.4.0-SNAPSHOT
+ 0.4.0
org.fuin.cqrs4j.example.quarkus
cqrs4j-quarkus-example-shared
- 0.4.0-SNAPSHOT
+ 0.4.0
diff --git a/quarkus/pom.xml b/quarkus/pom.xml
index ffd4035..98e3d9b 100644
--- a/quarkus/pom.xml
+++ b/quarkus/pom.xml
@@ -7,7 +7,7 @@
org.fuin.cqrs4j.example
cqrs4j-example-root
- 0.4.0-SNAPSHOT
+ 0.4.0
../pom.xml
diff --git a/quarkus/query/README.md b/quarkus/query/README.md
index 3e25c9d..3b6adf0 100644
--- a/quarkus/query/README.md
+++ b/quarkus/query/README.md
@@ -35,7 +35,7 @@ In case you want to run the integration test inside your IDE (Eclipse or other),
```
4. Run the microservice
```
- ./target/cqrs4j-quarkus-example-query-0.4.0-SNAPSHOT-runner \
+ ./target/cqrs4j-quarkus-example-query-0.4.0-runner \
-Djava.library.path=$GRAALVM_HOME/jre/lib/amd64 \
-Djavax.net.ssl.trustStore=$GRAALVM_HOME/jre/lib/security/cacerts
```
diff --git a/quarkus/query/pom.xml b/quarkus/query/pom.xml
index 857574b..20ec118 100644
--- a/quarkus/query/pom.xml
+++ b/quarkus/query/pom.xml
@@ -9,7 +9,7 @@
org.fuin.cqrs4j.example.quarkus
cqrs4j-quarkus-example-root
- 0.4.0-SNAPSHOT
+ 0.4.0
../pom.xml
@@ -57,13 +57,13 @@
org.fuin.cqrs4j.example
cqrs4j-example-aggregates
- 0.4.0-SNAPSHOT
+ 0.4.0
org.fuin.cqrs4j.example.quarkus
cqrs4j-quarkus-example-shared
- 0.4.0-SNAPSHOT
+ 0.4.0
diff --git a/quarkus/shared/pom.xml b/quarkus/shared/pom.xml
index 87abef4..3b07030 100644
--- a/quarkus/shared/pom.xml
+++ b/quarkus/shared/pom.xml
@@ -7,7 +7,7 @@
org.fuin.cqrs4j.example.quarkus
cqrs4j-quarkus-example-root
- 0.4.0-SNAPSHOT
+ 0.4.0
../pom.xml
@@ -22,7 +22,7 @@
org.fuin.cqrs4j.example
cqrs4j-example-shared
- 0.4.0-SNAPSHOT
+ 0.4.0
diff --git a/shared/pom.xml b/shared/pom.xml
index 8d82233..68f6e21 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -7,7 +7,7 @@
org.fuin.cqrs4j.example
cqrs4j-example-root
- 0.4.0-SNAPSHOT
+ 0.4.0
../pom.xml
diff --git a/spring-boot/command/pom.xml b/spring-boot/command/pom.xml
index c764626..2ac62c6 100644
--- a/spring-boot/command/pom.xml
+++ b/spring-boot/command/pom.xml
@@ -8,7 +8,7 @@
org.fuin.cqrs4j.example.spring
cqrs4j-spring-example-root
- 0.4.0-SNAPSHOT
+ 0.4.0
../pom.xml
@@ -23,19 +23,19 @@
org.fuin.cqrs4j.example
cqrs4j-example-shared
- 0.4.0-SNAPSHOT
+ 0.4.0
org.fuin.cqrs4j.example
cqrs4j-example-aggregates
- 0.4.0-SNAPSHOT
+ 0.4.0
org.fuin.cqrs4j.example.spring
cqrs4j-spring-example-shared
- 0.4.0-SNAPSHOT
+ 0.4.0
diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml
index dad44f0..0f0e4c9 100644
--- a/spring-boot/pom.xml
+++ b/spring-boot/pom.xml
@@ -12,7 +12,7 @@
org.fuin.cqrs4j.example.spring
cqrs4j-spring-example-root
- 0.4.0-SNAPSHOT
+ 0.4.0
pom
diff --git a/spring-boot/query/pom.xml b/spring-boot/query/pom.xml
index 5bf0407..1c2126d 100644
--- a/spring-boot/query/pom.xml
+++ b/spring-boot/query/pom.xml
@@ -8,7 +8,7 @@
org.fuin.cqrs4j.example.spring
cqrs4j-spring-example-root
- 0.4.0-SNAPSHOT
+ 0.4.0
../pom.xml
@@ -23,13 +23,13 @@
org.fuin.cqrs4j.example
cqrs4j-example-shared
- 0.4.0-SNAPSHOT
+ 0.4.0
org.fuin.cqrs4j.example.spring
cqrs4j-spring-example-shared
- 0.4.0-SNAPSHOT
+ 0.4.0
diff --git a/spring-boot/shared/pom.xml b/spring-boot/shared/pom.xml
index 9765394..216b231 100644
--- a/spring-boot/shared/pom.xml
+++ b/spring-boot/shared/pom.xml
@@ -7,7 +7,7 @@
org.fuin.cqrs4j.example.spring
cqrs4j-spring-example-root
- 0.4.0-SNAPSHOT
+ 0.4.0
../pom.xml
@@ -22,7 +22,7 @@
org.fuin.cqrs4j.example
cqrs4j-example-shared
- 0.4.0-SNAPSHOT
+ 0.4.0