Skip to content

Commit da4d5a6

Browse files
committed
Version 9.3
1 parent fcbae0c commit da4d5a6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

metrics-ebean/pom.xml

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

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>io.avaje</groupId>
2626
<artifactId>avaje-metrics</artifactId>
27-
<version>9.3-RC2</version>
27+
<version>9.3</version>
2828
<scope>provided</scope>
2929
</dependency>
3030

metrics-graphite/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.3-RC2</version>
7+
<version>9.3</version>
88
</parent>
99

1010
<artifactId>avaje-metrics-graphite</artifactId>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>io.avaje</groupId>
2626
<artifactId>avaje-metrics</artifactId>
27-
<version>9.3-RC2</version>
27+
<version>9.3</version>
2828
</dependency>
2929

3030
<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.3-RC2</version>
6+
<version>9.3</version>
77
</parent>
88

99
<artifactId>avaje-metrics</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

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

0 commit comments

Comments
 (0)