Skip to content

Commit 9d0cd70

Browse files
[maven-release-plugin] prepare release 2.1.1-RC3
1 parent 6d2b3c3 commit 9d0cd70

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
2222
<artifactId>microprofile-fault-tolerance-parent</artifactId>
23-
<version>3.0-SNAPSHOT</version>
23+
<version>2.1.1-RC3</version>
2424
</parent>
2525

2626
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
2727
<artifactId>microprofile-fault-tolerance-api</artifactId>
28-
<version>3.0-SNAPSHOT</version>
28+
<version>2.1.1-RC3</version>
2929
<name>microProfile-fault-tolerance-api</name>
3030

3131

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
2020
<artifactId>microprofile-fault-tolerance-parent</artifactId>
21-
<version>3.0-SNAPSHOT</version>
21+
<version>2.1.1-RC3</version>
2222
<packaging>pom</packaging>
2323

2424
<name>MicroProfile Fault Tolerance</name>
@@ -70,7 +70,7 @@
7070
<connection>scm:git:https://github.com/eclipse/microprofile-fault-tolerance.git</connection>
7171
<developerConnection>scm:git:[email protected]:eclipse/microprofile-fault-tolerance.git</developerConnection>
7272
<url>https://github.com/eclipse/microprofile-fault-tolerance</url>
73-
<tag>HEAD</tag>
73+
<tag>2.1.1-RC3</tag>
7474
</scm>
7575

7676
<distributionManagement>

spec/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
2222
<artifactId>microprofile-fault-tolerance-parent</artifactId>
23-
<version>3.0-SNAPSHOT</version>
23+
<version>2.1.1-RC3</version>
2424
</parent>
2525

2626
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
2727
<artifactId>microprofile-fault-tolerance-spec</artifactId>
28-
<version>3.0-SNAPSHOT</version>
28+
<version>2.1.1-RC3</version>
2929
<packaging>pom</packaging>
3030

3131
<description>Fault Tolerance for MicroProfile :: Specification</description>

tck/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
2222
<artifactId>microprofile-fault-tolerance-parent</artifactId>
23-
<version>3.0-SNAPSHOT</version>
23+
<version>2.1.1-RC3</version>
2424
</parent>
2525

2626
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
2727
<artifactId>microprofile-fault-tolerance-tck</artifactId>
28-
<version>3.0-SNAPSHOT</version>
28+
<version>2.1.1-RC3</version>
2929

3030
<description>Fault Tolerance for MicroProfile :: TCK</description>
3131
<properties>

0 commit comments

Comments
 (0)