Skip to content

Commit 3ed0096

Browse files
committed
Version 9.7
1 parent ebe11aa commit 3ed0096

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

metrics-ebean/pom.xml

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

1010
<artifactId>avaje-metrics-ebean</artifactId>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>io.avaje</groupId>
2727
<artifactId>avaje-metrics</artifactId>
28-
<version>9.7-RC3</version>
28+
<version>9.7</version>
2929
<scope>provided</scope>
3030
</dependency>
3131

metrics-graphite/pom.xml

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

1010
<artifactId>avaje-metrics-graphite</artifactId>
1111
<name>avaje-metrics-graphite</name>
12-
<version>9.7-RC3</version>
12+
<version>9.7</version>
1313

1414
<properties>
1515
<surefire.useModulePath>false</surefire.useModulePath>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>io.avaje</groupId>
2828
<artifactId>avaje-metrics</artifactId>
29-
<version>9.7-RC3</version>
29+
<version>9.7</version>
3030
</dependency>
3131

3232
<dependency>

metrics-statsd/pom.xml

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

1212
<artifactId>avaje-metrics-statsd</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.avaje</groupId>
1818
<artifactId>avaje-metrics</artifactId>
19-
<version>9.7-RC3</version>
19+
<version>9.7</version>
2020
</dependency>
2121

2222
<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</groupId>
55
<artifactId>avaje-metrics-parent</artifactId>
6-
<version>9.7-RC3</version>
6+
<version>9.7</version>
77
</parent>
88

99
<artifactId>avaje-metrics</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-metrics-parent</artifactId>
1212
<name>avaje-metrics-parent</name>
13-
<version>9.7-RC3</version>
13+
<version>9.7</version>
1414
<packaging>pom</packaging>
1515

1616
<url>https://avaje-metrics.github.io</url>
@@ -23,7 +23,7 @@
2323

2424
<properties>
2525
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
26-
<project.build.outputTimestamp>2025-07-14T05:00:18Z</project.build.outputTimestamp>
26+
<project.build.outputTimestamp>2025-07-15T20:02:56Z</project.build.outputTimestamp>
2727
</properties>
2828

2929
<modules>

0 commit comments

Comments
 (0)