Skip to content

Commit 256de9a

Browse files
committed
Version 9.6-RC6
1 parent 4e9d667 commit 256de9a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.6-RC5</version>
7+
<version>9.6-RC6</version>
88
</parent>
99

1010
<artifactId>avaje-metrics-ebean</artifactId>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>io.avaje</groupId>
2626
<artifactId>avaje-metrics</artifactId>
27-
<version>9.6-RC5</version>
27+
<version>9.6-RC6</version>
2828
<scope>provided</scope>
2929
</dependency>
3030

metrics-graphite/pom.xml

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

1010
<artifactId>avaje-metrics-graphite</artifactId>
11-
<version>9.6-RC5</version>
11+
<version>9.6-RC6</version>
1212

1313
<properties>
1414
<surefire.useModulePath>false</surefire.useModulePath>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>io.avaje</groupId>
2727
<artifactId>avaje-metrics</artifactId>
28-
<version>9.6-RC5</version>
28+
<version>9.6-RC6</version>
2929
</dependency>
3030

3131
<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.6-RC5</version>
9+
<version>9.6-RC6</version>
1010
</parent>
1111

1212
<artifactId>avaje-metrics-statsd</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>io.avaje</groupId>
1717
<artifactId>avaje-metrics</artifactId>
18-
<version>9.6-RC5</version>
18+
<version>9.6-RC6</version>
1919
</dependency>
2020

2121
<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.6-RC5</version>
6+
<version>9.6-RC6</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.6-RC5</version>
12+
<version>9.6-RC6</version>
1313
<packaging>pom</packaging>
1414

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

0 commit comments

Comments
 (0)