Skip to content
Snippets Groups Projects
Commit d2be4a61 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Increment version to release 0.7.1

parent 901e2fe6
No related branches found
No related tags found
1 merge request!82Increment version to release 0.7.1
Pipeline #14597 failed
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.eclipsefoundation</groupId> <groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<version>0.7.1-SNAPSHOT</version> <version>0.7.1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<properties> <properties>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.eclipsefoundation</groupId> <groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-persistence-parent</artifactId> <artifactId>quarkus-persistence-parent</artifactId>
<version>0.7.1-SNAPSHOT</version> <version>0.7.1</version>
</parent> </parent>
<artifactId>quarkus-persistence-deployment</artifactId> <artifactId>quarkus-persistence-deployment</artifactId>
<name>Persistence - Deployment</name> <name>Persistence - Deployment</name>
......
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.eclipsefoundation</groupId> <groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-persistence-parent</artifactId> <artifactId>quarkus-persistence-parent</artifactId>
<version>0.7.1-SNAPSHOT</version> <version>0.7.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Persistence - Parent</name> <name>Persistence - Parent</name>
<parent> <parent>
<groupId>org.eclipsefoundation</groupId> <groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<version>0.7.1-SNAPSHOT</version> <version>0.7.1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modules> <modules>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.eclipsefoundation</groupId> <groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-persistence-parent</artifactId> <artifactId>quarkus-persistence-parent</artifactId>
<version>0.7.1-SNAPSHOT</version> <version>0.7.1</version>
</parent> </parent>
<artifactId>quarkus-persistence</artifactId> <artifactId>quarkus-persistence</artifactId>
<name>Persistence - Runtime</name> <name>Persistence - Runtime</name>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<groupId>org.eclipsefoundation</groupId> <groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<name>Java SDK Commons</name> <name>Java SDK Commons</name>
<version>0.7.1-SNAPSHOT</version> <version>0.7.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version> <compiler-plugin.version>3.8.1</compiler-plugin.version>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.eclipsefoundation</groupId> <groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<version>0.7.1-SNAPSHOT</version> <version>0.7.1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<properties></properties> <properties></properties>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.eclipsefoundation</groupId> <groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<version>0.7.1-SNAPSHOT</version> <version>0.7.1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<properties> <properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment