Skip to content

Commit 32264a8

Browse files
committed
[maven-release-plugin] prepare release metrics-parent-9.0.1
1 parent e1deaec commit 32264a8

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

metrics-ebean/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<artifactId>metrics-parent</artifactId>
75
<groupId>io.avaje.metrics</groupId>
8-
<version>9.0.1-SNAPSHOT</version>
6+
<version>9.0.1</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

@@ -26,7 +24,7 @@
2624
<dependency>
2725
<groupId>io.avaje.metrics</groupId>
2826
<artifactId>metrics</artifactId>
29-
<version>9.0.1-SNAPSHOT</version>
27+
<version>9.0.1</version>
3028
<scope>provided</scope>
3129
</dependency>
3230

metrics-graphite/pom.xml

Lines changed: 3 additions & 5 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.1-SNAPSHOT</version>
7+
<version>9.0.1</version>
108
</parent>
119

1210
<artifactId>metrics-graphite</artifactId>
@@ -20,7 +18,7 @@
2018
<dependency>
2119
<groupId>io.avaje.metrics</groupId>
2220
<artifactId>metrics</artifactId>
23-
<version>9.0.1-SNAPSHOT</version>
21+
<version>9.0.1</version>
2422
</dependency>
2523

2624
<dependency>

metrics/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
6+
<version>9.0.1</version>
77
</parent>
88

99
<artifactId>metrics</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
<groupId>io.avaje.metrics</groupId>
1111
<artifactId>metrics-parent</artifactId>
12-
<version>9.0.1-SNAPSHOT</version>
12+
<version>9.0.1</version>
1313
<packaging>pom</packaging>
1414

1515
<url>https://avaje-metrics.github.io</url>
1616

1717
<scm>
1818
<developerConnection>scm:git:[email protected]:avaje-metrics/metrics.git</developerConnection>
19-
<tag>HEAD</tag>
19+
<tag>metrics-parent-9.0.1</tag>
2020
</scm>
2121

2222
<properties>

0 commit comments

Comments
 (0)