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
eclipse-microprofile-bot committed Aug 1, 2024
1 parent 547d21b commit 9d5b14a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>4.1</version>
<version>4.2-SNAPSHOT</version>
</parent>

<properties>
<bnd.version>5.0.0</bnd.version>
</properties>

<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>4.1</version>
<version>4.2-SNAPSHOT</version>
<name>MicroProfile Fault Tolerance API</name>
<description>Fault Tolerance APIs for MicroProfile :: API</description>

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

<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>4.1</version>
<version>4.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>MicroProfile Fault Tolerance</name>
Expand All @@ -48,7 +48,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-fault-tolerance.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/microprofile-fault-tolerance.git</developerConnection>
<url>https://github.com/eclipse/microprofile-fault-tolerance</url>
<tag>4.1</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>4.1</version>
<version>4.2-SNAPSHOT</version>
</parent>

<artifactId>microprofile-fault-tolerance-spec</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
cycle than the rest. -->
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>4.1</version>
<version>4.2-SNAPSHOT</version>
</parent>

<artifactId>microprofile-fault-tolerance-tck</artifactId>
<version>4.1</version>
<version>4.2-SNAPSHOT</version>
<name>MicroProfile Fault Tolerance TCK</name>

<description>Fault Tolerance for MicroProfile :: TCK</description>
Expand Down

0 comments on commit 9d5b14a

Please sign in to comment.