Skip to content

Commit 274f453

Browse files
committed
Bump to 9.0.0
1 parent bf6958e commit 274f453

File tree

8 files changed

+34
-35
lines changed

8 files changed

+34
-35
lines changed

metrics-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>metrics-parent</artifactId>
88
<groupId>io.avaje.metrics</groupId>
9-
<version>9.0-SNAPSHOT</version>
9+
<version>9.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>metrics-api</artifactId>

metrics-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>metrics-parent</artifactId>
88
<groupId>io.avaje.metrics</groupId>
9-
<version>9.0-SNAPSHOT</version>
9+
<version>9.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>metrics-json</artifactId>

metrics-log4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>metrics-parent</artifactId>
77
<groupId>io.avaje.metrics</groupId>
8-
<version>9.0-SNAPSHOT</version>
8+
<version>9.0.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>io.avaje.metrics</groupId>
2121
<artifactId>metrics</artifactId>
22-
<version>9.0-SNAPSHOT</version>
22+
<version>9.0.0-SNAPSHOT</version>
2323
</dependency>
2424

2525
<dependency>

metrics-logback/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>metrics-parent</artifactId>
77
<groupId>io.avaje.metrics</groupId>
8-
<version>9.0-SNAPSHOT</version>
8+
<version>9.0.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>io.avaje.metrics</groupId>
2121
<artifactId>metrics</artifactId>
22-
<version>9.0-SNAPSHOT</version>
22+
<version>9.0.0-SNAPSHOT</version>
2323
</dependency>
2424

2525
<dependency>

metrics-noop/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>metrics-parent</artifactId>
88
<groupId>io.avaje.metrics</groupId>
9-
<version>9.0-SNAPSHOT</version>
9+
<version>9.0.0-SNAPSHOT</version>
1010
</parent>
1111

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

2424
</dependencies>

metrics-report/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>metrics-parent</artifactId>
77
<groupId>io.avaje.metrics</groupId>
8-
<version>9.0-SNAPSHOT</version>
8+
<version>9.0.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -25,12 +25,12 @@
2525
<dependency>
2626
<groupId>io.avaje.metrics</groupId>
2727
<artifactId>metrics-api</artifactId>
28-
<version>9.0-SNAPSHOT</version>
28+
<version>9.0.0-SNAPSHOT</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>io.avaje.metrics</groupId>
3232
<artifactId>metrics</artifactId>
33-
<version>9.0-SNAPSHOT</version>
33+
<version>9.0.0-SNAPSHOT</version>
3434
</dependency>
3535

3636
<dependency>

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-SNAPSHOT</version>
6+
<version>9.0.0-SNAPSHOT</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-SNAPSHOT</version>
21+
<version>9.0.0-SNAPSHOT</version>
2222
</dependency>
2323

2424

pom.xml

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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" 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"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>org.avaje</groupId>
@@ -9,7 +10,7 @@
910

1011
<groupId>io.avaje.metrics</groupId>
1112
<artifactId>metrics-parent</artifactId>
12-
<version>9.0-SNAPSHOT</version>
13+
<version>9.0.0-SNAPSHOT</version>
1314
<packaging>pom</packaging>
1415

1516
<url>https://avaje-metrics.github.io</url>
@@ -25,28 +26,26 @@
2526

2627
<modules>
2728
<module>metrics</module>
28-
<module>metrics-noop</module>
29-
<module>metrics-json</module>
30-
<module>metrics-logback</module>
31-
<module>metrics-log4j</module>
3229
<module>metrics-api</module>
33-
<module>metrics-report</module>
3430
</modules>
3531

36-
37-
<!-- <profiles>-->
38-
<!-- <profile>-->
39-
<!-- <id>central</id>-->
40-
<!-- </profile>-->
41-
<!-- <profile>-->
42-
<!-- <id>default</id>-->
43-
<!-- <activation>-->
44-
<!-- <activeByDefault>true</activeByDefault>-->
45-
<!-- </activation>-->
46-
<!-- <modules>-->
47-
<!-- &lt;!&ndash; <module>examples</module> &ndash;&gt;-->
48-
<!-- </modules>-->
49-
<!-- </profile>-->
50-
<!-- </profiles>-->
32+
<profiles>
33+
<profile>
34+
<id>central</id>
35+
</profile>
36+
<profile>
37+
<id>default</id>
38+
<activation>
39+
<activeByDefault>true</activeByDefault>
40+
</activation>
41+
<modules>
42+
<module>metrics-noop</module>
43+
<module>metrics-json</module>
44+
<module>metrics-logback</module>
45+
<module>metrics-log4j</module>
46+
<module>metrics-report</module>
47+
</modules>
48+
</profile>
49+
</profiles>
5150
</project>
5251

0 commit comments

Comments
 (0)