Skip to content

Commit d87c115

Browse files
[maven-release-plugin] prepare release 4.0
1 parent ce54f2d commit d87c115

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
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.0-SNAPSHOT</version>
23+
<version>4.0</version>
2424
</parent>
2525

2626
<properties>
2727
<bnd.version>5.0.0</bnd.version>
2828
</properties>
2929
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
3030
<artifactId>microprofile-fault-tolerance-api</artifactId>
31-
<version>4.0-SNAPSHOT</version>
31+
<version>4.0</version>
3232
<name>microProfile-fault-tolerance-api</name>
3333
<description>Fault Tolerance APIs for MicroProfile :: API</description>
3434
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
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.0-SNAPSHOT</version>
27+
<version>4.0</version>
2828
<packaging>pom</packaging>
2929

3030
<name>MicroProfile Fault Tolerance</name>
@@ -47,7 +47,7 @@
4747
<connection>scm:git:https://github.com/eclipse/microprofile-fault-tolerance.git</connection>
4848
<developerConnection>scm:git:[email protected]:eclipse/microprofile-fault-tolerance.git</developerConnection>
4949
<url>https://github.com/eclipse/microprofile-fault-tolerance</url>
50-
<tag>HEAD</tag>
50+
<tag>4.0</tag>
5151
</scm>
5252

5353
<modules>

spec/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
23+
<version>4.0</version>
2424
</parent>
2525

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

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>4.0-SNAPSHOT</version>
23+
<version>4.0</version>
2424
</parent>
2525

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

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

0 commit comments

Comments
 (0)