From 6815e3a6dd6e07f7e88f9d143cb183d246bfd1ed Mon Sep 17 00:00:00 2001 From: Martin Lowe <martin.lowe@eclipse-foundation.org> Date: Wed, 24 Apr 2024 11:03:23 -0400 Subject: [PATCH] Increment to the 1.0.0 release --- caching/pom.xml | 2 +- core/pom.xml | 2 +- efservices/pom.xml | 2 +- http/pom.xml | 2 +- persistence/deployment/pom.xml | 2 +- persistence/pom.xml | 2 +- persistence/runtime/pom.xml | 2 +- pom.xml | 2 +- testing/pom.xml | 2 +- utils/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/caching/pom.xml b/caching/pom.xml index 42d15a4d..a3086f3a 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 9af13788..7c3f2674 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 ee0dafff..eaf26502 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 6de9f104..171b3e1d 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 9ef81079..ab262eee 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 a710a543..23dde5a3 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 17f7c3d6..066c4128 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 b88a3419..23e3cd77 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 bf258398..84758f28 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 0de19d3f..0bd11e7c 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> -- GitLab