Skip to content

Commit a75efdc

Browse files
[maven-release-plugin] prepare release 4.0
1 parent b49499b commit a75efdc

File tree

6 files changed

+7
-7
lines changed

6 files changed

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

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

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>org.eclipse.microprofile.metrics</groupId>
2626
<artifactId>microprofile-metrics-parent</artifactId>
27-
<version>4.0-SNAPSHOT</version>
27+
<version>4.0</version>
2828
<packaging>pom</packaging>
2929
<name>MicroProfile Metrics</name>
3030
<description>Eclipse MicroProfile Metrics Feature :: Parent POM</description>
@@ -56,7 +56,7 @@
5656
<url>https://github.com/eclipse/microprofile-metrics</url>
5757
<connection>scm:git:https://github.com/eclipse/microprofile-metrics.git</connection>
5858
<developerConnection>scm:git:[email protected]:eclipse/microprofile-metrics.git</developerConnection>
59-
<tag>HEAD</tag>
59+
<tag>4.0</tag>
6060
</scm>
6161

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

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

tck/api/pom.xml

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

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

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

0 commit comments

Comments
 (0)