Skip to content

Commit a43513f

Browse files
[maven-release-plugin] prepare release 2.0
1 parent c493c98 commit a43513f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

api/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>2.0-SNAPSHOT</version>
23+
<version>2.0</version>
2424
</parent>
2525

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

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<groupId>org.eclipse.microprofile.metrics</groupId>
2020
<artifactId>microprofile-metrics-parent</artifactId>
21-
<version>2.0-SNAPSHOT</version>
21+
<version>2.0</version>
2222
<packaging>pom</packaging>
2323
<name>MicroProfile Metrics</name>
2424
<description>Eclipse MicroProfile Metrics Feature :: Parent POM</description>
@@ -64,7 +64,7 @@
6464
<url>https://github.com/eclipse/microprofile-metrics</url>
6565
<connection>scm:git:https://github.com/eclipse/microprofile-metrics.git</connection>
6666
<developerConnection>scm:git:[email protected]:eclipse/microprofile-metrics.git</developerConnection>
67-
<tag>HEAD</tag>
67+
<tag>2.0</tag>
6868
</scm>
6969

7070
<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>2.0-SNAPSHOT</version>
23+
<version>2.0</version>
2424
</parent>
2525

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

tck/api/pom.xml

+2-2
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-parent</artifactId>
16-
<version>2.0-SNAPSHOT</version>
16+
<version>2.0</version>
1717
<relativePath>../../pom.xml</relativePath>
1818
</parent>
1919

@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.eclipse.microprofile.metrics</groupId>
8181
<artifactId>microprofile-metrics-api</artifactId>
82-
<version>2.0-SNAPSHOT</version>
82+
<version>2.0</version>
8383
<scope>provided</scope>
8484
</dependency>
8585
<dependency>

tck/rest/pom.xml

+2-2
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>2.0-SNAPSHOT</version>
23+
<version>2.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>org.eclipse.microprofile.metrics</groupId>
9191
<artifactId>microprofile-metrics-api</artifactId>
92-
<version>2.0-SNAPSHOT</version>
92+
<version>2.0</version>
9393
<scope>provided</scope>
9494
</dependency>
9595

0 commit comments

Comments
 (0)