Skip to content

Commit 588f622

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent a6e4299 commit 588f622

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

metrics-okhttp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>metrics-okhttp-parent</artifactId>
66
<groupId>io.dropwizard.metrics.okhttp</groupId>
7-
<version>0.5.0-rc.1</version>
7+
<version>0.5.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>metrics-okhttp</artifactId>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.dropwizard.metrics.okhttp</groupId>
1212
<artifactId>metrics-okhttp-parent</artifactId>
13-
<version>0.5.0-rc.1</version>
13+
<version>0.5.0-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<name>Metrics Integration for OkHttp (Parent)</name>
1616

@@ -22,7 +22,7 @@
2222
<properties>
2323
<!-- use UTF-8 for everything -->
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25-
<project.build.outputTimestamp>2023-12-30T01:22:47Z</project.build.outputTimestamp>
25+
<project.build.outputTimestamp>2023-12-30T01:23:00Z</project.build.outputTimestamp>
2626
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
2727
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
2828
<nexus.url>https://s01.oss.sonatype.org</nexus.url>
@@ -44,7 +44,7 @@
4444
<url>https://github.com/dropwizard/metrics-okhttp</url>
4545
<connection>scm:git:https://github.com/dropwizard/metrics-okhttp.git</connection>
4646
<developerConnection>scm:git:[email protected]:dropwizard/metrics-okhttp.git</developerConnection>
47-
<tag>v0.5.0-rc1</tag>
47+
<tag>HEAD</tag>
4848
</scm>
4949

5050
<distributionManagement>

sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>metrics-okhttp-parent</artifactId>
77
<groupId>io.dropwizard.metrics.okhttp</groupId>
8-
<version>0.5.0-rc.1</version>
8+
<version>0.5.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>sample</artifactId>

0 commit comments

Comments
 (0)