Skip to content

Commit d9a3c4a

Browse files
[maven-release-plugin] prepare release 1.0-RC2
1 parent 7f63374 commit d9a3c4a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.lra</groupId>
2323
<artifactId>microprofile-lra-parent</artifactId>
24-
<version>1.0-SNAPSHOT</version>
24+
<version>1.0-RC2</version>
2525
</parent>
2626

2727
<artifactId>microprofile-lra-api</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>org.eclipse.microprofile.lra</groupId>
2121
<artifactId>microprofile-lra-parent</artifactId>
2222
<name>MicroProfile Long Running Actions</name>
23-
<version>1.0-SNAPSHOT</version>
23+
<version>1.0-RC2</version>
2424
<description>Eclipse MicroProfile LRA Feature - Parent POM</description>
2525
<packaging>pom</packaging>
2626

@@ -90,7 +90,7 @@
9090
<connection>scm:git:https://github.com/eclipse/microprofile-lra.git</connection>
9191
<developerConnection>scm:git:git@github.com:eclipse/microprofile-lra.git</developerConnection>
9292
<url>https://github.com/eclipse/microprofile-lra</url>
93-
<tag>HEAD</tag>
93+
<tag>1.0-RC2</tag>
9494
</scm>
9595

9696
<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.lra</groupId>
2222
<artifactId>microprofile-lra-parent</artifactId>
23-
<version>1.0-SNAPSHOT</version>
23+
<version>1.0-RC2</version>
2424
</parent>
2525

2626
<groupId>org.eclipse.microprofile.lra</groupId>

tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.eclipse.microprofile.lra</groupId>
2222
<artifactId>microprofile-lra-parent</artifactId>
23-
<version>1.0-SNAPSHOT</version>
23+
<version>1.0-RC2</version>
2424
<relativePath>../</relativePath>
2525
</parent>
2626

0 commit comments

Comments
 (0)