Skip to content

Commit 18eb64d

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent bc66393 commit 18eb64d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/pom.xml

+1-1
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>2.0-RC1</version>
24+
<version>2.0-SNAPSHOT</version>
2525
</parent>
2626

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

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<groupId>org.eclipse.microprofile.lra</groupId>
2727
<artifactId>microprofile-lra-parent</artifactId>
2828
<name>MicroProfile Long Running Actions</name>
29-
<version>2.0-RC1</version>
29+
<version>2.0-SNAPSHOT</version>
3030
<description>Eclipse MicroProfile LRA - Parent POM</description>
3131
<packaging>pom</packaging>
3232

@@ -72,7 +72,7 @@
7272
<connection>scm:git:https://github.com/eclipse/microprofile-lra.git</connection>
7373
<developerConnection>scm:git:[email protected]:eclipse/microprofile-lra.git</developerConnection>
7474
<url>https://github.com/eclipse/microprofile-lra</url>
75-
<tag>2.0-RC1</tag>
75+
<tag>HEAD</tag>
7676
</scm>
7777

7878
<dependencyManagement>

spec/pom.xml

+1-1
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>2.0-RC1</version>
23+
<version>2.0-SNAPSHOT</version>
2424
</parent>
2525

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

tck/pom.xml

+1-1
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>2.0-RC1</version>
23+
<version>2.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>microprofile-lra-tck</artifactId>

0 commit comments

Comments
 (0)