From d2be4a6158502528807c0d23a1e9049a484fc876 Mon Sep 17 00:00:00 2001 From: Martin Lowe <martin.lowe@eclipse-foundation.org> Date: Wed, 8 Feb 2023 15:14:56 -0500 Subject: [PATCH] Increment version to release 0.7.1 --- 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 b9d0f301..ba935c5e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>0.7.1</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/persistence/deployment/pom.xml b/persistence/deployment/pom.xml index 3e61151f..26e2e312 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.7.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>quarkus-persistence-deployment</artifactId> <name>Persistence - Deployment</name> diff --git a/persistence/pom.xml b/persistence/pom.xml index 7621d326..8343bfc6 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.7.1-SNAPSHOT</version> + <version>0.7.1</version> <packaging>pom</packaging> <name>Persistence - Parent</name> <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>0.7.1</version> <relativePath>../pom.xml</relativePath> </parent> <modules> diff --git a/persistence/runtime/pom.xml b/persistence/runtime/pom.xml index b7777b2c..5c66face 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.7.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>quarkus-persistence</artifactId> <name>Persistence - Runtime</name> diff --git a/pom.xml b/pom.xml index 53214ddd..81391b1a 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.7.1-SNAPSHOT</version> + <version>0.7.1</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 becff3ad..5ffa7217 100644 --- a/search/pom.xml +++ b/search/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>0.7.1</version> <relativePath>../pom.xml</relativePath> </parent> <properties></properties> diff --git a/testing/pom.xml b/testing/pom.xml index df097fb6..60fa8c15 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>0.7.1</version> <relativePath>../pom.xml</relativePath> </parent> <properties> -- GitLab