Skip to content

Commit efe27cc

Browse files
committed
[maven-release-plugin] prepare release 1.0-RC2
1 parent 8e1028b commit efe27cc

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

api/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,18 @@
1313
specific language governing permissions and limitations
1414
under the License.
1515
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1817
<modelVersion>4.0.0</modelVersion>
1918

2019
<parent>
2120
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2221
<groupId>org.eclipse.microprofile.metrics</groupId>
2322
<artifactId>microprofile-metrics-parent</artifactId>
24-
<version>1.0-SNAPSHOT</version>
23+
<version>1.0-RC2</version>
2524
</parent>
2625

2726
<artifactId>microprofile-metrics-api</artifactId>
28-
<version>1.0-SNAPSHOT</version>
27+
<version>1.0-RC2</version>
2928
<name>MicroProfile Metrics API</name>
3029

3130

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@
1313
specific language governing permissions and limitations
1414
under the License.
1515
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1817
<modelVersion>4.0.0</modelVersion>
1918

2019
<groupId>org.eclipse.microprofile.metrics</groupId>
2120
<artifactId>microprofile-metrics-parent</artifactId>
22-
<version>1.0-SNAPSHOT</version>
21+
<version>1.0-RC2</version>
2322
<packaging>pom</packaging>
2423
<name>MicroProfile Metrics</name>
2524
<description>Eclipse MicroProfile Metrics Feature - Parent POM</description>
@@ -50,7 +49,7 @@
5049
<url>https://github.com/eclipse/microprofile-metrics</url>
5150
<connection>scm:git:https://github.com/eclipse/microprofile-metrics.git</connection>
5251
<developerConnection>scm:git:https://github.com/eclipse/microprofile-metrics.git</developerConnection>
53-
<tag>HEAD</tag>
52+
<tag>1.0-RC2</tag>
5453
</scm>
5554

5655
<issueManagement>

spec/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<artifactId>microprofile-metrics-spec</artifactId>
2121
<packaging>pom</packaging>
2222
<name>MicroProfile Metrics Specification</name>
23-
<version>1.0-SNAPSHOT</version>
23+
<version>1.0-RC2</version>
2424

2525
<properties>
2626
<asciidoctor-maven.version>1.5.5</asciidoctor-maven.version>

tck/rest/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@
1313
specific language governing permissions and limitations
1414
under the License.
1515
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1817
<modelVersion>4.0.0</modelVersion>
1918

2019
<groupId>org.eclipse.microprofile.metrics</groupId>
2120
<artifactId>microprofile-metrics-rest-tck</artifactId>
22-
<version>1.0-SNAPSHOT</version>
21+
<version>1.0-RC2</version>
2322
<name>MicroProfile Metrics REST-TCK</name>
2423

2524
<properties>

0 commit comments

Comments
 (0)