Skip to content

Commit 69362d4

Browse files
[maven-release-plugin] prepare release 2.0-RC1
1 parent 63bb279 commit 69362d4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

api/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.openapi</groupId>
2222
<artifactId>microprofile-openapi-parent</artifactId>
23-
<version>2.0-SNAPSHOT</version>
23+
<version>2.0-RC1</version>
2424
</parent>
2525

2626
<artifactId>microprofile-openapi-api</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<groupId>org.eclipse.microprofile.openapi</groupId>
2020
<artifactId>microprofile-openapi-parent</artifactId>
21-
<version>2.0-SNAPSHOT</version>
21+
<version>2.0-RC1</version>
2222
<packaging>pom</packaging>
2323
<name>MicroProfile OpenAPI</name>
2424
<description>Eclipse MicroProfile OpenAPI</description>
@@ -77,7 +77,7 @@
7777
<url>https://github.com/eclipse/microprofile-open-api</url>
7878
<connection>scm:git:https://github.com/eclipse/microprofile-open-api.git</connection>
7979
<developerConnection>scm:git:[email protected]:eclipse/microprofile-open-api.git</developerConnection>
80-
<tag>HEAD</tag>
80+
<tag>2.0-RC1</tag>
8181
</scm>
8282

8383
<issueManagement>

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.openapi</groupId>
2222
<artifactId>microprofile-openapi-parent</artifactId>
23-
<version>2.0-SNAPSHOT</version>
23+
<version>2.0-RC1</version>
2424
</parent>
2525

2626
<artifactId>microprofile-openapi-spec</artifactId>

spi/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.openapi</groupId>
2222
<artifactId>microprofile-openapi-parent</artifactId>
23-
<version>2.0-SNAPSHOT</version>
23+
<version>2.0-RC1</version>
2424
</parent>
2525

2626
<artifactId>microprofile-openapi-spi</artifactId>

tck/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.openapi</groupId>
2222
<artifactId>microprofile-openapi-parent</artifactId>
23-
<version>2.0-SNAPSHOT</version>
23+
<version>2.0-RC1</version>
2424
</parent>
2525

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

0 commit comments

Comments
 (0)