Skip to content

Commit 893239d

Browse files
[maven-release-plugin] prepare release 1.1-RC1
1 parent 2fe59c1 commit 893239d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.0.2-SNAPSHOT</version>
24+
<version>1.1-RC1</version>
2525
</parent>
2626

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

pom.xml

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

2020
<groupId>org.eclipse.microprofile.rest.client</groupId>
2121
<artifactId>microprofile-rest-client-parent</artifactId>
22-
<version>1.0.2-SNAPSHOT</version>
22+
<version>1.1-RC1</version>
2323
<packaging>pom</packaging>
2424
<name>MicroProfile Rest Client</name>
2525
<description>Typesafe Rest Client APIs for MicroProfile</description>
@@ -56,7 +56,7 @@
5656
<connection>scm:git:https://github.com/eclipse/microprofile-rest-client.git</connection>
5757
<developerConnection>scm:git:[email protected]:eclipse/microprofile-rest-client.git</developerConnection>
5858
<url>https://github.com/eclipse/microprofile-rest-client</url>
59-
<tag>HEAD</tag>
59+
<tag>1.1-RC1</tag>
6060
</scm>
6161

6262
<distributionManagement>

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.rest.client</groupId>
2222
<artifactId>microprofile-rest-client-parent</artifactId>
23-
<version>1.0.2-SNAPSHOT</version>
23+
<version>1.1-RC1</version>
2424
</parent>
2525

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

tck/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.0.2-SNAPSHOT</version>
24+
<version>1.1-RC1</version>
2525
</parent>
2626

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

0 commit comments

Comments
 (0)