Skip to content

Commit 5b66202

Browse files
committed
[maven-release-plugin] prepare release metrics-parent-9.0.0
1 parent 274f453 commit 5b66202

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

metrics-api/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<artifactId>metrics-parent</artifactId>
86
<groupId>io.avaje.metrics</groupId>
9-
<version>9.0.0-SNAPSHOT</version>
7+
<version>9.0.0</version>
108
</parent>
119

1210
<artifactId>metrics-api</artifactId>

metrics/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.avaje.metrics</groupId>
55
<artifactId>metrics-parent</artifactId>
6-
<version>9.0.0-SNAPSHOT</version>
6+
<version>9.0.0</version>
77
</parent>
88

99
<artifactId>metrics</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.avaje.metrics</groupId>
2020
<artifactId>metrics-api</artifactId>
21-
<version>9.0.0-SNAPSHOT</version>
21+
<version>9.0.0</version>
2222
</dependency>
2323

2424

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.avaje</groupId>
@@ -10,14 +9,14 @@
109

1110
<groupId>io.avaje.metrics</groupId>
1211
<artifactId>metrics-parent</artifactId>
13-
<version>9.0.0-SNAPSHOT</version>
12+
<version>9.0.0</version>
1413
<packaging>pom</packaging>
1514

1615
<url>https://avaje-metrics.github.io</url>
1716

1817
<scm>
1918
<developerConnection>scm:git:[email protected]:avaje-metrics/metrics.git</developerConnection>
20-
<tag>HEAD</tag>
19+
<tag>metrics-parent-9.0.0</tag>
2120
</scm>
2221

2322
<properties>

0 commit comments

Comments
 (0)