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 Apr 26, 2023
1 parent a6a8990 commit 244843e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile.metrics</groupId>
<artifactId>microprofile-metrics-parent</artifactId>
<version>5.0.1-RC1</version>
<version>5.0.1-SNAPSHOT</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.1-RC1</version>
<version>5.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MicroProfile Metrics</name>
<description>Eclipse MicroProfile Metrics Feature :: Parent POM</description>
Expand Down Expand Up @@ -57,7 +57,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>5.0.1-RC1</tag>
<tag>HEAD</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.1-RC1</version>
<version>5.0.1-SNAPSHOT</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-tck</artifactId>
<version>5.0.1-RC1</version>
<version>5.0.1-SNAPSHOT</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-tck</artifactId>
<version>5.0.1-RC1</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tck/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.1-RC1</version>
<version>5.0.1-SNAPSHOT</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-tck</artifactId>
<version>5.0.1-RC1</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 244843e

Please sign in to comment.