Skip to content

Commit 0d849fd

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 4494952 commit 0d849fd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

access-modifier-annotation/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.kohsuke</groupId>
66
<artifactId>access-modifier</artifactId>
7-
<version>1.29</version>
7+
<version>${revision}${changelist}</version>
88
</parent>
99
<artifactId>access-modifier-annotation</artifactId>
1010

access-modifier-checker/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.kohsuke</groupId>
66
<artifactId>access-modifier</artifactId>
7-
<version>1.29</version>
7+
<version>${revision}${changelist}</version>
88
</parent>
99
<artifactId>access-modifier-checker</artifactId>
1010
<packaging>maven-plugin</packaging>

access-modifier-suppressions/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.kohsuke</groupId>
66
<artifactId>access-modifier</artifactId>
7-
<version>1.29</version>
7+
<version>${revision}${changelist}</version>
88
</parent>
99
<artifactId>access-modifier-suppressions</artifactId>
1010

pom.xml

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

1111
<groupId>org.kohsuke</groupId>
1212
<artifactId>access-modifier</artifactId>
13-
<version>1.29</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Custom access modifier for Java</name>
@@ -41,12 +41,12 @@
4141
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
4242
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
4343
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
44-
<tag>access-modifier-1.29</tag>
44+
<tag>${scmTag}</tag>
4545
<url>https://github.com/${gitHubRepo}</url>
4646
</scm>
4747

4848
<properties>
49-
<revision>1.29</revision>
49+
<revision>1.30</revision>
5050
<changelist>-SNAPSHOT</changelist>
5151
<gitHubRepo>jenkinsci/lib-access-modifier</gitHubRepo>
5252
</properties>

0 commit comments

Comments
 (0)