Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
eclipse-microprofile-bot committed Aug 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7e7b3d2 commit 3dd79d5
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
@@ -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>4.0</version>
<version>4.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-openapi-api</artifactId>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@

<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>4.0</version>
<version>4.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MicroProfile OpenAPI</name>
<description>Eclipse MicroProfile OpenAPI</description>
@@ -58,7 +58,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>4.0</tag>
<tag>3.1-SNAPSHOT</tag>
</scm>

<issueManagement>
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
@@ -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>4.0</version>
<version>4.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-openapi-spec</artifactId>
2 changes: 1 addition & 1 deletion spi/pom.xml
Original file line number Diff line number Diff line change
@@ -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>4.0</version>
<version>4.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-openapi-spi</artifactId>
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
@@ -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>4.0</version>
<version>4.1-SNAPSHOT</version>
</parent>

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

0 comments on commit 3dd79d5

Please sign in to comment.