Skip to content

Commit 547d21b

Browse files
[maven-release-plugin] prepare release 4.1
1 parent 03948ce commit 547d21b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
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>4.1-SNAPSHOT</version>
23+
<version>4.1</version>
2424
</parent>
2525

2626
<properties>
2727
<bnd.version>5.0.0</bnd.version>
2828
</properties>
2929

3030
<artifactId>microprofile-fault-tolerance-api</artifactId>
31-
<version>4.1-SNAPSHOT</version>
31+
<version>4.1</version>
3232
<name>MicroProfile Fault Tolerance API</name>
3333
<description>Fault Tolerance APIs for MicroProfile :: API</description>
3434

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
2626
<artifactId>microprofile-fault-tolerance-parent</artifactId>
27-
<version>4.1-SNAPSHOT</version>
27+
<version>4.1</version>
2828
<packaging>pom</packaging>
2929

3030
<name>MicroProfile Fault Tolerance</name>
@@ -48,7 +48,7 @@
4848
<connection>scm:git:https://github.com/eclipse/microprofile-fault-tolerance.git</connection>
4949
<developerConnection>scm:git:[email protected]:eclipse/microprofile-fault-tolerance.git</developerConnection>
5050
<url>https://github.com/eclipse/microprofile-fault-tolerance</url>
51-
<tag>HEAD</tag>
51+
<tag>4.1</tag>
5252
</scm>
5353

5454
<modules>

Diff for: spec/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>4.1-SNAPSHOT</version>
23+
<version>4.1</version>
2424
</parent>
2525

2626
<artifactId>microprofile-fault-tolerance-spec</artifactId>

Diff for: tck/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
cycle than the rest. -->
2020
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
2121
<artifactId>microprofile-fault-tolerance-parent</artifactId>
22-
<version>4.1-SNAPSHOT</version>
22+
<version>4.1</version>
2323
</parent>
2424

2525
<artifactId>microprofile-fault-tolerance-tck</artifactId>
26-
<version>4.1-SNAPSHOT</version>
26+
<version>4.1</version>
2727
<name>MicroProfile Fault Tolerance TCK</name>
2828

2929
<description>Fault Tolerance for MicroProfile :: TCK</description>

0 commit comments

Comments
 (0)