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

chore: Increment package version to 1.3.0 SNAPSHOT

parent 6db278f3
No related branches found
No related tags found
1 merge request!266feat(cache): Add default fetch for loading cache to simplify usage
Pipeline #74411 passed
......@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.2.5</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.2.5</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.2.5</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.2.5</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
......
......@@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-persistence-parent</artifactId>
<version>1.2.5</version>
<version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>quarkus-persistence-deployment</artifactId>
<name>Persistence - Deployment</name>
......
......@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.2.5</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modules>
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-persistence-parent</artifactId>
<version>1.2.5</version>
<version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>quarkus-persistence</artifactId>
<name>Persistence - Runtime</name>
......
......@@ -4,7 +4,7 @@
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<name>Java SDK Commons</name>
<version>1.2.5</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.2.5</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.2.5</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
......
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