Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.4-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-microprofile-bot committed Jan 13, 2020
1 parent dfb87b7 commit dc2854a
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>1.4-SNAPSHOT</version>
<version>1.4-RC1</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>1.4-SNAPSHOT</version>
<version>1.4-RC1</version>
<packaging>pom</packaging>
<name>MicroProfile Rest Client</name>
<description>Typesafe Rest Client APIs for MicroProfile</description>
Expand Down Expand Up @@ -56,7 +56,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>1.4-RC1</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>1.4-SNAPSHOT</version>
<version>1.4-RC1</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>1.4-SNAPSHOT</version>
<version>1.4-RC1</version>
</parent>

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

0 comments on commit dc2854a

Please sign in to comment.