Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Sep 30, 2024
1 parent de5e8cc commit 6e86d29
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion access-modifier-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier</artifactId>
<version>1.34</version>
<version>${revision}${changelist}</version>
</parent>
<artifactId>access-modifier-annotation</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion access-modifier-checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier</artifactId>
<version>1.34</version>
<version>${revision}${changelist}</version>
</parent>
<artifactId>access-modifier-checker</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion access-modifier-suppressions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier</artifactId>
<version>1.34</version>
<version>${revision}${changelist}</version>
</parent>
<artifactId>access-modifier-suppressions</artifactId>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.kohsuke</groupId>
<artifactId>access-modifier</artifactId>
<version>1.34</version>
<version>${revision}${changelist}</version>
<packaging>pom</packaging>

<name>Custom access modifier for Java</name>
Expand Down Expand Up @@ -41,12 +41,12 @@
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>access-modifier-1.34</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>1.34</revision>
<revision>1.35</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/lib-access-modifier</gitHubRepo>
</properties>
Expand Down

0 comments on commit 6e86d29

Please sign in to comment.