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 Feb 23, 2024
1 parent ade40c0 commit 4f00236
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.7.1-2</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.7.1-2</revision>
<revision>3.7.1-3</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

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.7.1-2</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 4f00236

Please sign in to comment.