Skip to content

Commit 830447e

Browse files
committed
Version 9.1
1 parent 6656afe commit 830447e

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
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.1-SNAPSHOT</version>
6+
<version>9.1</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.1-SNAPSHOT</version>
27+
<version>9.1</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.1-SNAPSHOT</version>
7+
<version>9.1</version>
88
</parent>
99

1010
<artifactId>avaje-metrics-graphite</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.avaje</groupId>
2020
<artifactId>avaje-metrics</artifactId>
21-
<version>9.1-SNAPSHOT</version>
21+
<version>9.1</version>
2222
</dependency>
2323

2424
<dependency>

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>avaje-metrics-parent</artifactId>
88
<groupId>io.avaje</groupId>
9-
<version>9.1-SNAPSHOT</version>
9+
<version>9.1</version>
1010
</parent>
1111

1212
<artifactId>avaje-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>avaje-metrics-parent</artifactId>
77
<groupId>io.avaje</groupId>
8-
<version>9.1-SNAPSHOT</version>
8+
<version>9.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>io.avaje</groupId>
2121
<artifactId>avaje-metrics</artifactId>
22-
<version>9.1-SNAPSHOT</version>
22+
<version>9.1</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>avaje-metrics-parent</artifactId>
77
<groupId>io.avaje</groupId>
8-
<version>9.1-SNAPSHOT</version>
8+
<version>9.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>io.avaje</groupId>
2121
<artifactId>avaje-metrics</artifactId>
22-
<version>9.1-SNAPSHOT</version>
22+
<version>9.1</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>avaje-metrics-parent</artifactId>
88
<groupId>io.avaje</groupId>
9-
<version>9.1-SNAPSHOT</version>
9+
<version>9.1</version>
1010
</parent>
1111

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

2424
</dependencies>

metrics-report/pom.xml

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

@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>io.avaje</groupId>
2727
<artifactId>avaje-metrics</artifactId>
28-
<version>9.1-SNAPSHOT</version>
28+
<version>9.1</version>
2929
</dependency>
3030

3131
<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.1-SNAPSHOT</version>
6+
<version>9.1</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.1-SNAPSHOT</version>
12+
<version>9.1</version>
1313
<packaging>pom</packaging>
1414

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

0 commit comments

Comments
 (0)