From b9a9cf588d0fbae183c1e546780ef3aade134031 Mon Sep 17 00:00:00 2001 From: Martin Lowe <martin.lowe@eclipse-foundation.org> Date: Mon, 5 Dec 2022 13:16:01 -0500 Subject: [PATCH] Increment lib version for release --- core/pom.xml | 2 +- persistence/deployment/pom.xml | 2 +- persistence/pom.xml | 4 ++-- persistence/runtime/pom.xml | 2 +- pom.xml | 2 +- search/pom.xml | 2 +- testing/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index b4fa21c4..1f50d01c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>0.6.10-SNAPSHOT</version> + <version>0.6.10</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/persistence/deployment/pom.xml b/persistence/deployment/pom.xml index 1b45f112..98760bfd 100644 --- a/persistence/deployment/pom.xml +++ b/persistence/deployment/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-persistence-parent</artifactId> - <version>0.6.10-SNAPSHOT</version> + <version>0.6.10</version> </parent> <artifactId>quarkus-persistence-deployment</artifactId> <name>Persistence - Deployment</name> diff --git a/persistence/pom.xml b/persistence/pom.xml index aff87263..e1097195 100644 --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -4,13 +4,13 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-persistence-parent</artifactId> - <version>0.6.10-SNAPSHOT</version> + <version>0.6.10</version> <packaging>pom</packaging> <name>Persistence - Parent</name> <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>0.6.10-SNAPSHOT</version> + <version>0.6.10</version> <relativePath>../pom.xml</relativePath> </parent> <modules> diff --git a/persistence/runtime/pom.xml b/persistence/runtime/pom.xml index 8a2487a8..386922e2 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>0.6.10-SNAPSHOT</version> + <version>0.6.10</version> </parent> <artifactId>quarkus-persistence</artifactId> <name>Persistence - Runtime</name> diff --git a/pom.xml b/pom.xml index 290a24af..3d70b6f2 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>0.6.10-SNAPSHOT</version> + <version>0.6.10</version> <packaging>pom</packaging> <properties> <compiler-plugin.version>3.8.1</compiler-plugin.version> diff --git a/search/pom.xml b/search/pom.xml index 0ea5d72c..5dbe9a3b 100644 --- a/search/pom.xml +++ b/search/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>0.6.10-SNAPSHOT</version> + <version>0.6.10</version> <relativePath>../pom.xml</relativePath> </parent> <properties></properties> diff --git a/testing/pom.xml b/testing/pom.xml index 4f864e64..e55a9e5c 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>0.6.10-SNAPSHOT</version> + <version>0.6.10</version> <relativePath>../pom.xml</relativePath> </parent> <properties> -- GitLab