Skip to content

Commit df077fb

Browse files
author
maven-release-user
committed
[maven-release-plugin] prepare release wmf-jvm-utils-parent-1.0.3
1 parent bbfaf28 commit df077fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3-SNAPSHOT</version>
7+
<version>1.0.3</version>
88
</parent>
99

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

lucene-regex-rewriter/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.3-SNAPSHOT</version>
7+
<version>1.0.3</version>
88
</parent>
99

1010
<artifactId>lucene-regex-rewriter</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>org.wikimedia.utils</groupId>
1010
<artifactId>wmf-jvm-utils-parent</artifactId>
11-
<version>1.0.3-SNAPSHOT</version>
11+
<version>1.0.3</version>
1212
<packaging>pom</packaging>
1313

1414
<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.1</tag>
38+
<tag>wmf-jvm-utils-parent-1.0.3</tag>
3939
<url>https://gerrit.wikimedia.org/r/#/admin/projects/wmf-jvm-utils</url>
4040
</scm>
4141

0 commit comments

Comments
 (0)