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
olamy committed Nov 12, 2021
1 parent ea632d5 commit 5c1ff14
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 @@ -18,7 +18,7 @@

<artifactId>parameterized-trigger</artifactId>
<packaging>hpi</packaging>
<version>2.42</version>
<version>${revision}${changelist}</version>
<name>Jenkins Parameterized Trigger plugin</name>
<url>https://github.com/jenkinsci/parameterized-trigger-plugin</url>

Expand Down Expand Up @@ -195,7 +195,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>parameterized-trigger-2.42</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand All @@ -213,7 +213,7 @@
</pluginRepositories>

<properties>
<revision>2.42</revision>
<revision>2.43</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/parameterized-trigger-plugin</gitHubRepo>
<java.level>8</java.level>
Expand Down

0 comments on commit 5c1ff14

Please sign in to comment.