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
uhafner committed Apr 24, 2022
1 parent 9a77beb commit 057f498
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,13 +12,13 @@
<groupId>io.jenkins.plugins</groupId>
<packaging>hpi</packaging>
<name>JQuery3 API Plugin</name>
<version>3.6.0-3</version>
<version>${revision}${changelist}</version>

<description>Provides jQuery 3.x for Jenkins plugins.</description>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<properties>
<revision>3.6.0-3</revision>
<revision>3.6.0-4</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jquery.version>3.6.0</jquery.version>
Expand Down Expand Up @@ -101,7 +101,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>v3.6.0-3</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 057f498

Please sign in to comment.