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 Nov 27, 2020
1 parent 0a4b842 commit 126b680
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>Plugin Utilities API Plugin</name>
<version>1.5.0</version>
<version>${revision}${changelist}</version>

<description>Provides several utility classes that can be used to accelerate plugin development.</description>
<url>https://github.com/jenkinsci/plugin-util-api-plugin</url>

<properties>
<revision>1.5.0</revision>
<revision>1.6.0</revision>
<changelist>-SNAPSHOT</changelist>

<module.name>${project.groupId}.plugin.util.api</module.name>
Expand Down Expand Up @@ -172,7 +172,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>v1.5.0</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 126b680

Please sign in to comment.