Skip to content

Commit 6fb5ea0

Browse files
committed
[maven-release-plugin] prepare release 1.0
1 parent 1125c57 commit 6fb5ea0

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

api/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
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</version>
2524
</parent>
2625

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

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</version>
2322
<packaging>pom</packaging>
2423
<name>MicroProfile Metrics</name>
2524
<description>Eclipse MicroProfile Metrics Feature - Parent POM</description>
@@ -59,7 +58,7 @@
5958
<url>https://github.com/eclipse/microprofile-metrics</url>
6059
<connection>scm:git:https://github.com/eclipse/microprofile-metrics.git</connection>
6160
<developerConnection>scm:git:https://github.com/eclipse/microprofile-metrics.git</developerConnection>
62-
<tag>HEAD</tag>
61+
<tag>1.0</tag>
6362
</scm>
6463

6564
<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.0-SNAPSHOT</version>
23+
<version>1.0</version>
2424
</parent>
2525

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

tck/api/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
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
<parent>
1413
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
1514
<groupId>org.eclipse.microprofile.metrics</groupId>
1615
<artifactId>microprofile-metrics-parent</artifactId>
17-
<version>1.0-SNAPSHOT</version>
16+
<version>1.0</version>
1817
</parent>
1918

2019
<artifactId>microprofile-metrics-api-tck</artifactId>
@@ -78,7 +77,7 @@
7877
<dependency>
7978
<groupId>org.eclipse.microprofile.metrics</groupId>
8079
<artifactId>microprofile-metrics-api</artifactId>
81-
<version>1.0-SNAPSHOT</version>
80+
<version>1.0</version>
8281
<scope>provided</scope>
8382
</dependency>
8483
<dependency>

tck/rest/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
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</version>
2524
</parent>
2625

2726
<artifactId>microprofile-metrics-rest-tck</artifactId>
@@ -88,7 +87,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
8887
<dependency>
8988
<groupId>org.eclipse.microprofile.metrics</groupId>
9089
<artifactId>microprofile-metrics-api</artifactId>
91-
<version>1.0-SNAPSHOT</version>
90+
<version>1.0</version>
9291
<scope>provided</scope>
9392
</dependency>
9493

0 commit comments

Comments
 (0)