Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-microprofile-bot committed Sep 14, 2022
1 parent 437cfab commit f2676f0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -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.metrics</groupId>
<artifactId>microprofile-metrics-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-RC2</version>
</parent>

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

<groupId>org.eclipse.microprofile.metrics</groupId>
<artifactId>microprofile-metrics-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-RC2</version>
<packaging>pom</packaging>
<name>MicroProfile Metrics</name>
<description>Eclipse MicroProfile Metrics Feature :: Parent POM</description>
Expand Down Expand Up @@ -56,7 +56,7 @@
<url>https://github.com/eclipse/microprofile-metrics</url>
<connection>scm:git:https://github.com/eclipse/microprofile-metrics.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/microprofile-metrics.git</developerConnection>
<tag>HEAD</tag>
<tag>5.0.0-RC2</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Expand Up @@ -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.metrics</groupId>
<artifactId>microprofile-metrics-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-RC2</version>
</parent>

<artifactId>microprofile-metrics-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/api/pom.xml
Expand Up @@ -13,7 +13,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.metrics</groupId>
<artifactId>microprofile-metrics-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-RC2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tck/optional/pom.xml
Expand Up @@ -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.metrics</groupId>
<artifactId>microprofile-metrics-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-RC2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tck/rest/pom.xml
Expand Up @@ -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.metrics</groupId>
<artifactId>microprofile-metrics-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-RC2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit f2676f0

Please sign in to comment.