Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-microprofile-bot committed Feb 5, 2020
1 parent db33226 commit 1694e7f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<name>microProfile-fault-tolerance-api</name>


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<packaging>pom</packaging>

<name>MicroProfile Fault Tolerance</name>
Expand Down Expand Up @@ -70,7 +70,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-fault-tolerance.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/microprofile-fault-tolerance.git</developerConnection>
<url>https://github.com/eclipse/microprofile-fault-tolerance</url>
<tag>HEAD</tag>
<tag>2.1</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-spec</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<packaging>pom</packaging>

<description>Fault Tolerance for MicroProfile :: Specification</description>
Expand Down
4 changes: 2 additions & 2 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-tck</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>

<description>Fault Tolerance for MicroProfile :: TCK</description>
<properties>
Expand Down

0 comments on commit 1694e7f

Please sign in to comment.