Skip to content

Commit 32f1a72

Browse files
author
genie-microprofile
committed
[maven-release-plugin] prepare release 1.0.1
1 parent 19b00fe commit 32f1a72

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>1.1-SNAPSHOT</version>
23+
<version>1.0.1</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>1.1-SNAPSHOT</version>
21+
<version>1.0.1</version>
2222
<packaging>pom</packaging>
2323
<name>MicroProfile Metrics</name>
2424
<description>Eclipse MicroProfile Metrics Feature :: Parent POM</description>
@@ -58,7 +58,7 @@
5858
<url>https://github.com/eclipse/microprofile-metrics</url>
5959
<connection>scm:git:https://github.com/eclipse/microprofile-metrics.git</connection>
6060
<developerConnection>scm:git:[email protected]:eclipse/microprofile-metrics.git</developerConnection>
61-
<tag>HEAD</tag>
61+
<tag>1.0.1</tag>
6262
</scm>
6363

6464
<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>1.1-SNAPSHOT</version>
23+
<version>1.0.1</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>1.1-SNAPSHOT</version>
16+
<version>1.0.1</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>1.1-SNAPSHOT</version>
82+
<version>1.0.1</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>1.1-SNAPSHOT</version>
23+
<version>1.0.1</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>1.1-SNAPSHOT</version>
92+
<version>1.0.1</version>
9393
<scope>provided</scope>
9494
</dependency>
9595

0 commit comments

Comments
 (0)