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 Jul 20, 2023
1 parent da965c9 commit 5bc034b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>3.1-RC2</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-config-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -24,7 +24,7 @@

<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>3.1-RC2</version>
<version>3.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>MicroProfile Config</name>
Expand Down Expand Up @@ -73,7 +73,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-config.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/microprofile-config.git</developerConnection>
<url>https://github.com/eclipse/microprofile-config</url>
<tag>3.1-RC2</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>3.1-RC2</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-config-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>3.1-RC2</version>
<version>3.1-SNAPSHOT</version>
</parent>

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

0 comments on commit 5bc034b

Please sign in to comment.