Skip to content

Commit bfde162

Browse files
committed
[maven-release-plugin] prepare release 1.0-RC3
1 parent 2689be1 commit bfde162

File tree

5 files changed

+13
-17
lines changed

5 files changed

+13
-17
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-RC3</version>
2524
</parent>
2625

2726
<artifactId>microprofile-metrics-api</artifactId>
28-
<version>1.0-SNAPSHOT</version>
27+
<version>1.0-RC3</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-RC3</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-RC3</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-RC3</version>
2424

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

tck/api/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
77
OR CONDITIONS OF ANY KIND, either express or implied. See the License for
88
the specific language governing permissions and limitations under the License. -->
9-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9+
<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">
1110
<modelVersion>4.0.0</modelVersion>
1211

1312
<groupId>org.eclipse.microprofile.metrics</groupId>
1413
<artifactId>microprofile-metrics-api-tck</artifactId>
15-
<version>1.0-SNAPSHOT</version>
14+
<version>1.0-RC3</version>
1615
<name>MicroProfile Metrics API-TCK</name>
1716

1817
<build>
@@ -49,7 +48,7 @@
4948
<dependency>
5049
<groupId>org.eclipse.microprofile.metrics</groupId>
5150
<artifactId>microprofile-metrics-api</artifactId>
52-
<version>1.0-SNAPSHOT</version>
51+
<version>1.0-RC3</version>
5352
<scope>provided</scope>
5453
</dependency>
5554
<dependency>

tck/rest/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-rest-tck</artifactId>
22-
<version>1.0-SNAPSHOT</version>
21+
<version>1.0-RC3</version>
2322
<name>MicroProfile Metrics REST-TCK</name>
2423

2524
<properties>
@@ -83,7 +82,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
8382
<dependency>
8483
<groupId>org.eclipse.microprofile.metrics</groupId>
8584
<artifactId>microprofile-metrics-api</artifactId>
86-
<version>1.0-SNAPSHOT</version>
85+
<version>1.0-RC3</version>
8786
<scope>provided</scope>
8887
</dependency>
8988

0 commit comments

Comments
 (0)