Skip to content

Commit 2a5f487

Browse files
[maven-release-plugin] prepare release 5.0.2-RC1
1 parent 5cedc7d commit 2a5f487

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.eclipse.microprofile.metrics</groupId>
2121
<artifactId>microprofile-metrics-parent</artifactId>
22-
<version>5.0.2-SNAPSHOT</version>
22+
<version>5.0.2-RC1</version>
2323
</parent>
2424

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

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>org.eclipse.microprofile.metrics</groupId>
2626
<artifactId>microprofile-metrics-parent</artifactId>
27-
<version>5.0.2-SNAPSHOT</version>
27+
<version>5.0.2-RC1</version>
2828
<packaging>pom</packaging>
2929
<name>MicroProfile Metrics</name>
3030
<description>Eclipse MicroProfile Metrics Feature :: Parent POM</description>
@@ -57,7 +57,7 @@
5757
<url>https://github.com/eclipse/microprofile-metrics</url>
5858
<connection>scm:git:https://github.com/eclipse/microprofile-metrics.git</connection>
5959
<developerConnection>scm:git:[email protected]:eclipse/microprofile-metrics.git</developerConnection>
60-
<tag>HEAD</tag>
60+
<tag>5.0.2-RC1</tag>
6161
</scm>
6262

6363
<issueManagement>

spec/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.metrics</groupId>
2222
<artifactId>microprofile-metrics-parent</artifactId>
23-
<version>5.0.2-SNAPSHOT</version>
23+
<version>5.0.2-RC1</version>
2424
</parent>
2525

2626
<artifactId>microprofile-metrics-spec</artifactId>

tck/api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
1414
<groupId>org.eclipse.microprofile.metrics</groupId>
1515
<artifactId>microprofile-metrics-tck</artifactId>
16-
<version>5.0.2-SNAPSHOT</version>
16+
<version>5.0.2-RC1</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

tck/optional/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.metrics</groupId>
2222
<artifactId>microprofile-metrics-tck</artifactId>
23-
<version>5.0.2-SNAPSHOT</version>
23+
<version>5.0.2-RC1</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

tck/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.metrics</groupId>
2222
<artifactId>microprofile-metrics-parent</artifactId>
23-
<version>5.0.2-SNAPSHOT</version>
23+
<version>5.0.2-RC1</version>
2424

2525
<relativePath>../pom.xml</relativePath>
2626
</parent>

tck/rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.metrics</groupId>
2222
<artifactId>microprofile-metrics-tck</artifactId>
23-
<version>5.0.2-SNAPSHOT</version>
23+
<version>5.0.2-RC1</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

0 commit comments

Comments
 (0)