Skip to content

Commit 96f27ce

Browse files
committed
Version 9.7-RC2
1 parent bcb260a commit 96f27ce

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

metrics-ebean/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<artifactId>avaje-metrics-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>9.6</version>
7+
<version>9.7-RC2</version>
88
</parent>
99

1010
<artifactId>avaje-metrics-ebean</artifactId>
11+
<name>avaje-metrics-ebean</name>
1112

1213
<properties>
1314
<surefire.useModulePath>false</surefire.useModulePath>
@@ -24,7 +25,7 @@
2425
<dependency>
2526
<groupId>io.avaje</groupId>
2627
<artifactId>avaje-metrics</artifactId>
27-
<version>9.6</version>
28+
<version>9.7-RC2</version>
2829
<scope>provided</scope>
2930
</dependency>
3031

metrics-graphite/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<parent>
55
<artifactId>avaje-metrics-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>9.6</version>
7+
<version>9.7-RC2</version>
88
</parent>
99

1010
<artifactId>avaje-metrics-graphite</artifactId>
11-
<version>9.6</version>
11+
<name>avaje-metrics-graphite</name>
12+
<version>9.7-RC2</version>
1213

1314
<properties>
1415
<surefire.useModulePath>false</surefire.useModulePath>
@@ -25,7 +26,7 @@
2526
<dependency>
2627
<groupId>io.avaje</groupId>
2728
<artifactId>avaje-metrics</artifactId>
28-
<version>9.6</version>
29+
<version>9.7-RC2</version>
2930
</dependency>
3031

3132
<dependency>

metrics-statsd/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-metrics-parent</artifactId>
9-
<version>9.6</version>
9+
<version>9.7-RC2</version>
1010
</parent>
1111

1212
<artifactId>avaje-metrics-statsd</artifactId>
13+
<name>avaje-metrics-statsd</name>
1314

1415
<dependencies>
1516
<dependency>
1617
<groupId>io.avaje</groupId>
1718
<artifactId>avaje-metrics</artifactId>
18-
<version>9.6</version>
19+
<version>9.7-RC2</version>
1920
</dependency>
2021

2122
<dependency>

metrics/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
<parent>
44
<groupId>io.avaje</groupId>
55
<artifactId>avaje-metrics-parent</artifactId>
6-
<version>9.6</version>
6+
<version>9.7-RC2</version>
77
</parent>
88

99
<artifactId>avaje-metrics</artifactId>
10+
<name>avaje-metrics</name>
1011

1112
<properties>
1213
<logback.version>1.2.11</logback.version>

pom.xml

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

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-metrics-parent</artifactId>
12-
<version>9.6</version>
12+
<name>avaje-metrics-parent</name>
13+
<version>9.7-RC2</version>
1314
<packaging>pom</packaging>
1415

1516
<url>https://avaje-metrics.github.io</url>
@@ -22,7 +23,7 @@
2223

2324
<properties>
2425
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
25-
<project.build.outputTimestamp>2025-02-26T05:43:52Z</project.build.outputTimestamp>
26+
<project.build.outputTimestamp>2025-07-08T03:27:18Z</project.build.outputTimestamp>
2627
</properties>
2728

2829
<modules>

0 commit comments

Comments
 (0)