Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.5.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Dec 30, 2023
1 parent eae9c3c commit a6e4299
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion metrics-okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>metrics-okhttp-parent</artifactId>
<groupId>io.dropwizard.metrics.okhttp</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0-rc.1</version>
</parent>

<artifactId>metrics-okhttp</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.dropwizard.metrics.okhttp</groupId>
<artifactId>metrics-okhttp-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0-rc.1</version>
<packaging>pom</packaging>
<name>Metrics Integration for OkHttp (Parent)</name>

Expand All @@ -22,7 +22,7 @@
<properties>
<!-- use UTF-8 for everything -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2023-12-09T12:28:05Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-12-30T01:22:47Z</project.build.outputTimestamp>
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<nexus.url>https://s01.oss.sonatype.org</nexus.url>
Expand All @@ -44,7 +44,7 @@
<url>https://github.com/dropwizard/metrics-okhttp</url>
<connection>scm:git:https://github.com/dropwizard/metrics-okhttp.git</connection>
<developerConnection>scm:git:git@github.com:dropwizard/metrics-okhttp.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.5.0-rc1</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>metrics-okhttp-parent</artifactId>
<groupId>io.dropwizard.metrics.okhttp</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0-rc.1</version>
</parent>

<artifactId>sample</artifactId>
Expand Down

0 comments on commit a6e4299

Please sign in to comment.