Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Carpenter committed Aug 22, 2024
1 parent 1eded90 commit 30e437e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.jpalite</groupId>
<artifactId>jpalite-parent</artifactId>
<version>3.0.0</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jpalite-cache-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jpalite</groupId>
<artifactId>jpalite-parent</artifactId>
<version>3.0.0</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jpalite-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.jpalite</groupId>
<artifactId>jpalite-parent</artifactId>
<version>3.0.0</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jpalite-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.jpalite</groupId>
<artifactId>jpalite-parent</artifactId>
<version>3.0.0</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jpalite-quarkus-extension/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.jpalite</groupId>
<artifactId>jpalite-quarkus-extension</artifactId>
<version>3.0.0</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jpalite-extension-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpalite-quarkus-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.jpalite</groupId>
<artifactId>jpalite-parent</artifactId>
<version>3.0.0</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jpalite-quarkus-extension/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.jpalite</groupId>
<artifactId>jpalite-quarkus-extension</artifactId>
<version>3.0.0</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jpalite-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpalite-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.jpalite</groupId>
<artifactId>jpalite-parent</artifactId>
<version>3.0.0</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.jpalite</groupId>
<artifactId>jpalite-parent</artifactId>
<version>3.0.0</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JPALite Parent</name>
Expand All @@ -15,7 +15,7 @@
<connection>scm:git:[email protected]:eddiecarpenter/jpalite.git</connection>
<developerConnection>scm:git:[email protected]:eddiecarpenter/jpalite.git</developerConnection>
<url>https://github.com/eddiecarpenter/jpalite</url>
<tag>3.0.0</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 30e437e

Please sign in to comment.