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 Sep 21, 2022
1 parent c36df97 commit e7666f3
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.1-1</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.1-1</revision>
<revision>3.6.1-2</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jquery.version>3.6.1</jquery.version>
Expand Down Expand Up @@ -101,7 +101,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>v3.6.1-1</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit e7666f3

Please sign in to comment.