Skip to content

Commit 45a3f83

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent a2fabad commit 45a3f83

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.eclipse.microprofile.health</groupId>
2121
<artifactId>microprofile-health-parent</artifactId>
22-
<version>3.1-RC3</version>
22+
<version>3.1-SNAPSHOT</version>
2323
</parent>
2424

2525
<artifactId>microprofile-health-api</artifactId>

pom.xml

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

2525
<groupId>org.eclipse.microprofile.health</groupId>
2626
<artifactId>microprofile-health-parent</artifactId>
27-
<version>3.1-RC3</version>
27+
<version>3.1-SNAPSHOT</version>
2828

2929
<packaging>pom</packaging>
3030
<name>MicroProfile Health</name>
@@ -80,7 +80,7 @@
8080
<connection>scm:git:https://github.com/eclipse/microprofile-health.git</connection>
8181
<developerConnection>scm:git:[email protected]:eclipse/microprofile-health.git</developerConnection>
8282
<url>https://github.com/eclipse/microprofile-health</url>
83-
<tag>3.1-RC3</tag>
83+
<tag>HEAD</tag>
8484
</scm>
8585

8686
<dependencyManagement>

spec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.eclipse.microprofile.health</groupId>
2121
<artifactId>microprofile-health-parent</artifactId>
22-
<version>3.1-RC3</version>
22+
<version>3.1-SNAPSHOT</version>
2323
</parent>
2424

2525

tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.eclipse.microprofile.health</groupId>
2121
<artifactId>microprofile-health-parent</artifactId>
22-
<version>3.1-RC3</version>
22+
<version>3.1-SNAPSHOT</version>
2323
</parent>
2424

2525
<artifactId>microprofile-health-tck</artifactId>

0 commit comments

Comments
 (0)