Skip to content

Commit 0b2ddec

Browse files
committed
[maven-release-plugin] prepare release jNut-parent-1.1
1 parent a27d08a commit 0b2ddec

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

jNut/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.networkupstools</groupId>
66
<artifactId>jNut-parent</artifactId>
7-
<version>1.1-SNAPSHOT</version>
7+
<version>1.1</version>
88
</parent>
99

1010
<artifactId>jNut</artifactId>

jNutList/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.networkupstools</groupId>
66
<artifactId>jNut-parent</artifactId>
7-
<version>1.1-SNAPSHOT</version>
7+
<version>1.1</version>
88
</parent>
99

1010
<artifactId>jNutList</artifactId>

jNutWebAPI/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.networkupstools</groupId>
66
<artifactId>jNut-parent</artifactId>
7-
<version>1.1-SNAPSHOT</version>
7+
<version>1.1</version>
88
</parent>
99

1010
<artifactId>jNutWebAPI</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.networkupstools</groupId>
55
<artifactId>jNut-parent</artifactId>
6-
<version>1.1-SNAPSHOT</version>
6+
<version>1.1</version>
77
<packaging>pom</packaging>
88

99
<name>jNut client project parent POM</name>
@@ -26,7 +26,7 @@
2626
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
2727
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
2828
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
29-
<tag>${scmTag}</tag>
29+
<tag>jNut-parent-1.1</tag>
3030
<url>https://github.com/${gitHubRepo}</url>
3131
</scm>
3232

0 commit comments

Comments
 (0)