Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-microprofile-bot committed Jun 16, 2022
1 parent ed82460 commit 181c08e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>3.1-RC1</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-openapi-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -23,7 +23,7 @@
</parent>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>3.1-RC1</version>
<version>3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MicroProfile OpenAPI</name>
<description>Eclipse MicroProfile OpenAPI</description>
Expand Down Expand Up @@ -53,7 +53,7 @@
<url>https://github.com/eclipse/microprofile-open-api</url>
<connection>scm:git:https://github.com/eclipse/microprofile-open-api.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/microprofile-open-api.git</developerConnection>
<tag>3.1-RC1</tag>
<tag>3.0-SNAPSHOT</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>3.1-RC1</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-openapi-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>3.1-RC1</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-openapi-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>3.1-RC1</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-openapi-tck</artifactId>
Expand Down

0 comments on commit 181c08e

Please sign in to comment.