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 Aug 16, 2022
1 parent fdaada6 commit 9a65b9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>org.kohsuke.stapler</groupId>
<artifactId>maven-stapler-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.19</version>
<version>${revision}${changelist}</version>

<name>Maven Stapler plugin</name>
<description>Maven2 plugin for developing stapler applications</description>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>maven-stapler-plugin-1.19</tag>
<tag>${scmTag}</tag>
</scm>

<licenses>
Expand All @@ -47,7 +47,7 @@
</pluginRepositories>

<properties>
<revision>1.19</revision>
<revision>1.20</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<maven.version>3.8.6</maven.version>
Expand Down

0 comments on commit 9a65b9f

Please sign in to comment.