Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.5-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-microprofile-bot committed Feb 10, 2022
1 parent f81240e commit 1a883a0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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>1.1.5-SNAPSHOT</version>
<version>1.1.5-RC1</version>
</parent>

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

<groupId>org.eclipse.microprofile.metrics</groupId>
<artifactId>microprofile-metrics-parent</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5-RC1</version>
<packaging>pom</packaging>
<name>MicroProfile Metrics</name>
<description>Eclipse MicroProfile Metrics Feature :: Parent POM</description>
Expand Down Expand Up @@ -58,7 +58,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>1.1.5-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>1.1.5-SNAPSHOT</version>
<version>1.1.5-RC1</version>
</parent>

<artifactId>microprofile-metrics-spec</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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>1.1.5-SNAPSHOT</version>
<version>1.1.5-RC1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>org.eclipse.microprofile.metrics</groupId>
<artifactId>microprofile-metrics-api</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5-RC1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions 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>1.1.5-SNAPSHOT</version>
<version>1.1.5-RC1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>org.eclipse.microprofile.metrics</groupId>
<artifactId>microprofile-metrics-api</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5-RC1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 1a883a0

Please sign in to comment.