Skip to content

Commit d7c0172

Browse files
committed
Prepare for 2.0 release
1 parent 5775670 commit d7c0172

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: 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>1.1-SNAPSHOT</version>
24+
<version>2.0-SNAPSHOT</version>
2525
</parent>
2626

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

Diff for: pom.xml

+1-1
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>1.1-SNAPSHOT</version>
29+
<version>2.0-SNAPSHOT</version>
3030
<description>Eclipse MicroProfile LRA - Parent POM</description>
3131
<packaging>pom</packaging>
3232

Diff for: 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>1.1-SNAPSHOT</version>
23+
<version>2.0-SNAPSHOT</version>
2424
</parent>
2525

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

Diff for: 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>1.1-SNAPSHOT</version>
23+
<version>2.0-SNAPSHOT</version>
2424
</parent>
2525

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

0 commit comments

Comments
 (0)