Skip to content

Commit 98c1c13

Browse files
[maven-release-plugin] prepare release 4.0-RC3
1 parent a60629f commit 98c1c13

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2222
<groupId>org.eclipse.microprofile.rest.client</groupId>
2323
<artifactId>microprofile-rest-client-parent</artifactId>
24-
<version>4.1-SNAPSHOT</version>
24+
<version>4.0-RC3</version>
2525
</parent>
2626

2727
<artifactId>microprofile-rest-client-api</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.eclipse.microprofile.rest.client</groupId>
2828
<artifactId>microprofile-rest-client-parent</artifactId>
29-
<version>4.1-SNAPSHOT</version>
29+
<version>4.0-RC3</version>
3030
<packaging>pom</packaging>
3131
<name>MicroProfile Rest Client</name>
3232
<description>Typesafe Rest Client APIs for MicroProfile</description>
@@ -74,7 +74,7 @@
7474
<connection>scm:git:https://github.com/eclipse/microprofile-rest-client.git</connection>
7575
<developerConnection>scm:git:[email protected]:eclipse/microprofile-rest-client.git</developerConnection>
7676
<url>https://github.com/eclipse/microprofile-rest-client</url>
77-
<tag>HEAD</tag>
77+
<tag>4.0-RC3</tag>
7878
</scm>
7979

8080

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.rest.client</groupId>
2222
<artifactId>microprofile-rest-client-parent</artifactId>
23-
<version>4.1-SNAPSHOT</version>
23+
<version>4.0-RC3</version>
2424
</parent>
2525

2626
<artifactId>microprofile-rest-client-spec</artifactId>

tck/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2222
<groupId>org.eclipse.microprofile.rest.client</groupId>
2323
<artifactId>microprofile-rest-client-parent</artifactId>
24-
<version>4.1-SNAPSHOT</version>
24+
<version>4.0-RC3</version>
2525
</parent>
2626

2727
<artifactId>microprofile-rest-client-tck</artifactId>

0 commit comments

Comments
 (0)