Skip to content

Commit e8a7722

Browse files
[maven-release-plugin] prepare release 3.0-RC5
1 parent 957ddb6 commit e8a7722

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>3.0-SNAPSHOT</version>
24+
<version>3.0-RC5</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>3.0-SNAPSHOT</version>
29+
<version>3.0-RC5</version>
3030
<packaging>pom</packaging>
3131
<name>MicroProfile Rest Client</name>
3232
<description>Typesafe Rest Client APIs for MicroProfile</description>
@@ -65,7 +65,7 @@
6565
<connection>scm:git:https://github.com/eclipse/microprofile-rest-client.git</connection>
6666
<developerConnection>scm:git:[email protected]:eclipse/microprofile-rest-client.git</developerConnection>
6767
<url>https://github.com/eclipse/microprofile-rest-client</url>
68-
<tag>HEAD</tag>
68+
<tag>3.0-RC5</tag>
6969
</scm>
7070

7171

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>3.0-SNAPSHOT</version>
23+
<version>3.0-RC5</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>3.0-SNAPSHOT</version>
24+
<version>3.0-RC5</version>
2525
</parent>
2626

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

0 commit comments

Comments
 (0)