diff --git a/caching/pom.xml b/caching/pom.xml index 42d15a4d9e4873aeabe22da479c4403d06927dee..a3086f3ab99aaff480029ebca445db8e0fd8acc1 100644 --- a/caching/pom.xml +++ b/caching/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.0.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/core/pom.xml b/core/pom.xml index 9af13788d36e4f82f7c231527ea2da3b68a6ebd2..7c3f2674ea28d82b44c729035a8b83c40381a283 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.0.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/efservices/pom.xml b/efservices/pom.xml index ee0dafff1e03d5101df4f7f91d6a47fa533e9696..eaf265028d77e69fef6e745e4f73e4fd26bd3da8 100644 --- a/efservices/pom.xml +++ b/efservices/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.0.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/http/pom.xml b/http/pom.xml index 6de9f1046615e200745b745f241d2ce6946b329a..171b3e1df7cff6e6c58f669692642104c83d87e4 100644 --- a/http/pom.xml +++ b/http/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.0.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/persistence/deployment/pom.xml b/persistence/deployment/pom.xml index 9ef81079ed95f44263151122f41fea5a71c94223..ab262eeea1697c4a7dfdb6d1fd04e7ba08d97398 100644 --- a/persistence/deployment/pom.xml +++ b/persistence/deployment/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-persistence-parent</artifactId> - <version>1.0.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>quarkus-persistence-deployment</artifactId> <name>Persistence - Deployment</name> diff --git a/persistence/pom.xml b/persistence/pom.xml index a710a54349d471793aa02f5f5ecb7e41c4d7b9e0..23dde5a3eed4c2f1a52124d2fe52720b28b6ee89 100644 --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.0.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <modules> diff --git a/persistence/runtime/pom.xml b/persistence/runtime/pom.xml index 17f7c3d6656342325e5ea528366bf205ac6c59e4..066c4128bf042353f8e0367c64ac428f1ae1d6d0 100644 --- a/persistence/runtime/pom.xml +++ b/persistence/runtime/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-persistence-parent</artifactId> - <version>1.0.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>quarkus-persistence</artifactId> <name>Persistence - Runtime</name> diff --git a/pom.xml b/pom.xml index b88a34191e3a52d0219fd419ac01e0e4ac98695e..23e3cd776fe404fe8f4c10c366a8bbd5851a935b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> <name>Java SDK Commons</name> - <version>1.0.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <properties> <compiler-plugin.version>3.11.0</compiler-plugin.version> diff --git a/testing/pom.xml b/testing/pom.xml index bf25839808e49f3333ca14b85a66f4b6f52f1d5b..84758f2881f630026f9f4cef71265312a0f47c71 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.0.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/utils/pom.xml b/utils/pom.xml index 0de19d3f965b2c54b4f619d710669166d53028e1..0bd11e7ce4c3da01b98e89b2daffb6e445d29531 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.0.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies>