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 14, 2022
1 parent 5ff0494 commit facdabc
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>2.13.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>2.13.0</revision>
<revision>2.14.0</revision>
<changelist>-SNAPSHOT</changelist>

<module.name>${project.groupId}.plugin.util.api</module.name>
Expand Down Expand Up @@ -207,7 +207,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>v2.13.0</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit facdabc

Please sign in to comment.