Skip to content

Commit c27ae4d

Browse files
[maven-release-plugin] prepare release 1.2-RC1
1 parent 700299a commit c27ae4d

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
@@ -18,7 +18,7 @@
1818
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
1919
<groupId>org.eclipse.microprofile.openapi</groupId>
2020
<artifactId>microprofile-openapi-parent</artifactId>
21-
<version>1.3-SNAPSHOT</version>
21+
<version>1.2-RC1</version>
2222
</parent>
2323

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

pom.xml

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

1717
<groupId>org.eclipse.microprofile.openapi</groupId>
1818
<artifactId>microprofile-openapi-parent</artifactId>
19-
<version>1.3-SNAPSHOT</version>
19+
<version>1.2-RC1</version>
2020
<packaging>pom</packaging>
2121
<name>MicroProfile OpenAPI</name>
2222
<description>Eclipse MicroProfile OpenAPI</description>
@@ -83,7 +83,7 @@
8383
<url>https://github.com/eclipse/microprofile-open-api</url>
8484
<connection>scm:git:https://github.com/eclipse/microprofile-open-api.git</connection>
8585
<developerConnection>scm:git:[email protected]:eclipse/microprofile-open-api.git</developerConnection>
86-
<tag>1.1.3</tag>
86+
<tag>1.2-RC1</tag>
8787
</scm>
8888

8989
<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>1.3-SNAPSHOT</version>
23+
<version>1.2-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
@@ -18,7 +18,7 @@
1818
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
1919
<groupId>org.eclipse.microprofile.openapi</groupId>
2020
<artifactId>microprofile-openapi-parent</artifactId>
21-
<version>1.3-SNAPSHOT</version>
21+
<version>1.2-RC1</version>
2222
</parent>
2323

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

tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
1919
<groupId>org.eclipse.microprofile.openapi</groupId>
2020
<artifactId>microprofile-openapi-parent</artifactId>
21-
<version>1.3-SNAPSHOT</version>
21+
<version>1.2-RC1</version>
2222
</parent>
2323

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

0 commit comments

Comments
 (0)