Skip to content

Commit

Permalink
Version 9.3-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Jun 26, 2024
1 parent b60a5bf commit fcbae0c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions metrics-ebean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>avaje-metrics-parent</artifactId>
<groupId>io.avaje</groupId>
<version>9.3-RC1</version>
<version>9.3-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-metrics</artifactId>
<version>9.3-RC1</version>
<version>9.3-RC2</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions metrics-graphite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>avaje-metrics-parent</artifactId>
<groupId>io.avaje</groupId>
<version>9.3-RC1</version>
<version>9.3-RC2</version>
</parent>

<artifactId>avaje-metrics-graphite</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-metrics</artifactId>
<version>9.3-RC1</version>
<version>9.3-RC2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-metrics-parent</artifactId>
<version>9.3-RC1</version>
<version>9.3-RC2</version>
</parent>

<artifactId>avaje-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-metrics-parent</artifactId>
<version>9.3-RC1</version>
<version>9.3-RC2</version>
<packaging>pom</packaging>

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

0 comments on commit fcbae0c

Please sign in to comment.