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 15, 2022
1 parent 9a05b57 commit d7cf707
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,14 +12,14 @@
<groupId>io.jenkins.plugins</groupId>
<packaging>hpi</packaging>
<name>Bootstrap 5 API Plugin</name>
<version>5.1.3-5</version>
<version>${revision}${changelist}</version>

<url>https://github.com/jenkinsci/bootstrap5-api-plugin</url>

<description>Provides Bootstrap 5 for Jenkins plugins.</description>

<properties>
<revision>5.1.3-5</revision>
<revision>5.1.3-6</revision>
<changelist>-SNAPSHOT</changelist>
<module.name>${project.groupId}.bootstrap5</module.name>

Expand Down Expand Up @@ -139,7 +139,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>v5.1.3-5</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit d7cf707

Please sign in to comment.