Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-microprofile-bot committed Dec 4, 2020
1 parent 6ed8ece commit 5eb13f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -21,7 +21,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
</parent>

<artifactId>microprofile-rest-client-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -19,7 +19,7 @@

<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
<packaging>pom</packaging>
<name>MicroProfile Rest Client</name>
<description>Typesafe Rest Client APIs for MicroProfile</description>
Expand Down Expand Up @@ -66,7 +66,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-rest-client.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/microprofile-rest-client.git</developerConnection>
<url>https://github.com/eclipse/microprofile-rest-client</url>
<tag>HEAD</tag>
<tag>2.0</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
</parent>

<artifactId>microprofile-rest-client-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Expand Up @@ -21,7 +21,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
</parent>

<artifactId>microprofile-rest-client-tck</artifactId>
Expand Down

0 comments on commit 5eb13f2

Please sign in to comment.