Skip to content

Commit 750051a

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 25dc656 commit 750051a

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>3.1.2</version>
23+
<version>3.2-SNAPSHOT</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
@@ -23,7 +23,7 @@
2323
</parent>
2424
<groupId>org.eclipse.microprofile.openapi</groupId>
2525
<artifactId>microprofile-openapi-parent</artifactId>
26-
<version>3.1.2</version>
26+
<version>3.2-SNAPSHOT</version>
2727
<packaging>pom</packaging>
2828
<name>MicroProfile OpenAPI</name>
2929
<description>Eclipse MicroProfile OpenAPI</description>
@@ -56,7 +56,7 @@
5656
<url>https://github.com/eclipse/microprofile-open-api</url>
5757
<connection>scm:git:https://github.com/eclipse/microprofile-open-api.git</connection>
5858
<developerConnection>scm:git:[email protected]:eclipse/microprofile-open-api.git</developerConnection>
59-
<tag>3.1.2</tag>
59+
<tag>3.1-SNAPSHOT</tag>
6060
</scm>
6161

6262
<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>3.1.2</version>
23+
<version>3.2-SNAPSHOT</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>3.1.2</version>
23+
<version>3.2-SNAPSHOT</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>3.1.2</version>
23+
<version>3.2-SNAPSHOT</version>
2424
</parent>
2525

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

0 commit comments

Comments
 (0)