Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.1.1-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-microprofile-bot committed Jan 8, 2024
1 parent cf1f4e9 commit 8245d07
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.1.1-SNAPSHOT</version>
<version>5.1.1-RC1</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.1.1-SNAPSHOT</version>
<version>5.1.1-RC1</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>HEAD</tag>
<tag>5.1.1-RC1</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.1.1-SNAPSHOT</version>
<version>5.1.1-RC1</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.1.1-SNAPSHOT</version>
<version>5.1.1-RC1</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.1.1-SNAPSHOT</version>
<version>5.1.1-RC1</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.1.1-SNAPSHOT</version>
<version>5.1.1-RC1</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.1.1-SNAPSHOT</version>
<version>5.1.1-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 8245d07

Please sign in to comment.