Skip to content

Commit ff55111

Browse files
[maven-release-plugin] prepare release 3.0-RC6
1 parent d3c8dde commit ff55111

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.0-SNAPSHOT</version>
22+
<version>3.0-RC6</version>
2323
<relativePath>../</relativePath>
2424
</parent>
2525

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>org.eclipse.microprofile.health</groupId>
2020
<artifactId>microprofile-health-parent</artifactId>
2121
<name>MicroProfile Health</name>
22-
<version>3.0-SNAPSHOT</version>
22+
<version>3.0-RC6</version>
2323
<description>Eclipse MicroProfile Health - Parent POM</description>
2424
<packaging>pom</packaging>
2525

@@ -98,7 +98,7 @@
9898
<connection>scm:git:https://github.com/eclipse/microprofile-health.git</connection>
9999
<developerConnection>scm:git:git@github.com:eclipse/microprofile-health.git</developerConnection>
100100
<url>https://github.com/eclipse/microprofile-health</url>
101-
<tag>HEAD</tag>
101+
<tag>3.0-RC6</tag>
102102
</scm>
103103

104104
<distributionManagement>

spec/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
<parent>
2020
<groupId>org.eclipse.microprofile.health</groupId>
2121
<artifactId>microprofile-health-parent</artifactId>
22-
<version>3.0-SNAPSHOT</version>
22+
<version>3.0-RC6</version>
2323
<relativePath>../</relativePath>
2424
</parent>
2525

2626

2727
<groupId>org.eclipse.microprofile.health.specs</groupId>
2828
<artifactId>microprofile-health-spec</artifactId>
2929
<name>MicroProfile Health Spec</name>
30-
<version>3.0-SNAPSHOT</version>
30+
<version>3.0-RC6</version>
3131
<packaging>pom</packaging>
3232

3333
<properties>

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.0-SNAPSHOT</version>
22+
<version>3.0-RC6</version>
2323
<relativePath>../</relativePath>
2424
</parent>
2525

0 commit comments

Comments
 (0)