diff --git a/caching/pom.xml b/caching/pom.xml index 494e8026a9bc900ef61bde150492fd91cdf4f016..730689133eabc128e03fcff2b4fe2ce550f07bea 100644 --- a/caching/pom.xml +++ b/caching/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> diff --git a/core/pom.xml b/core/pom.xml index f58b112d711ca271668321309fbb25d20393053b..601bca2735fc033f1533ac2f9c98809a3b48a65a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/efservices/pom.xml b/efservices/pom.xml index 894933c7de461cf54d26fd7b60befa86d851f90e..24341554e3f8c5845713f8b76c89f58e966b6963 100644 --- a/efservices/pom.xml +++ b/efservices/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/http/pom.xml b/http/pom.xml index aca7a7b581efd278b6a3a4b7a06e3372a7f2366b..4902fdebbd3c429e1aa7639578ab4015d58a790b 100644 --- a/http/pom.xml +++ b/http/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/persistence/deployment/pom.xml b/persistence/deployment/pom.xml index ae46f3d0ecb949c70224cf135dee8cf0ee7d74c4..4483bf20da7668f4a555a09a2bb3b0276a458dc9 100644 --- a/persistence/deployment/pom.xml +++ b/persistence/deployment/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-persistence-parent</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> </parent> <artifactId>quarkus-persistence-deployment</artifactId> <name>Persistence - Deployment</name> diff --git a/persistence/pom.xml b/persistence/pom.xml index 8fe21c66c31f962bec501292460ae034deb97f37..7ef7555788cb9d5b55a85eadbd07ca24ee06a71c 100644 --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath>../pom.xml</relativePath> </parent> <modules> diff --git a/persistence/runtime/pom.xml b/persistence/runtime/pom.xml index e95e076adb42aaf535e06f9377af86d4a33170ca..164db2726044fa049bc43e6757652d74b9ec3809 100644 --- a/persistence/runtime/pom.xml +++ b/persistence/runtime/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-persistence-parent</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> </parent> <artifactId>quarkus-persistence</artifactId> <name>Persistence - Runtime</name> diff --git a/pom.xml b/pom.xml index 395955e87e7c10e7e3590d262b30b777b0c5d012..3f3e1c10607e6aa00cd1aca3c5b23e5e4eaff6b7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> <name>Java SDK Commons</name> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <packaging>pom</packaging> <properties> <compiler-plugin.version>3.13.0</compiler-plugin.version> diff --git a/testing/pom.xml b/testing/pom.xml index 8b4d0ea9de2f49223452157559903da9ec955b10..56f33d88a2e2170aa024f6e1e74c68f774458e7c 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/utils/pom.xml b/utils/pom.xml index 6a3d9b5c6227c9d73f88bc658f52b43eacdbda9d..5ad5b7f11c41f6c07a4b97a374e4df18ee4ce469 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies>