Skip to content

Commit 3239205

Browse files
author
Maryum Styles
committed
[maven-release-plugin] prepare for next development iteration
Change-Id: I710515627e614a0916a07fc68a8403863bc53739
1 parent 015d05b commit 3239205

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

http-client-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.wikimedia.utils</groupId>
66
<artifactId>wmf-jvm-utils-parent</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>http-client-utils</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>org.wikimedia.utils</groupId>
1111
<artifactId>wmf-jvm-utils-parent</artifactId>
12-
<version>1.0.0</version>
12+
<version>1.0.1-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Set of utilities for java and scala</name>
@@ -35,7 +35,7 @@
3535
SCM in CI. Namely CI pushes over https when developers typically use ssh.
3636
-->
3737
<developerConnection>${developerConnection}</developerConnection>
38-
<tag>wmf-jvm-utils-parent-1.0.0</tag>
38+
<tag>HEAD</tag>
3939
<url>https://gerrit.wikimedia.org/r/#/admin/projects/wmf-jvm-utils</url>
4040
</scm>
4141

0 commit comments

Comments
 (0)