Skip to content

Commit 1091968

Browse files
author
maven-release-user
committed
[maven-release-plugin] prepare release wmf-jvm-utils-parent-1.0.4
1 parent f1af523 commit 1091968

File tree

3 files changed

+4
-3
lines changed

3 files changed

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

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

pom.xml

Lines changed: 2 additions & 1 deletion
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.4-SNAPSHOT</version>
11+
<version>1.0.4</version>
1212
<packaging>pom</packaging>
1313

1414
<name>Set of utilities for java and scala</name>
@@ -35,6 +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.4</tag>
3839
<url>https://gerrit.wikimedia.org/r/admin/repos/wmf-jvm-utils</url>
3940
</scm>
4041

0 commit comments

Comments
 (0)