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 Nov 2, 2021
1 parent d87c115 commit 01e8103
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
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.0</version>
<version>4.1-SNAPSHOT</version>
</parent>

<properties>
<bnd.version>5.0.0</bnd.version>
</properties>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>4.0</version>
<version>4.1-SNAPSHOT</version>
<name>microProfile-fault-tolerance-api</name>
<description>Fault Tolerance APIs for MicroProfile :: API</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -24,7 +24,7 @@

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

<name>MicroProfile Fault Tolerance</name>
Expand All @@ -47,7 +47,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.0</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
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.0</version>
<version>4.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-fault-tolerance-spec</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tck/pom.xml
Expand Up @@ -20,12 +20,12 @@
<!-- 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.0</version>
<version>4.1-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-tck</artifactId>
<version>4.0</version>
<version>4.1-SNAPSHOT</version>

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

0 comments on commit 01e8103

Please sign in to comment.