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 Oct 19, 2023
1 parent 91f4f5f commit 275cbc3
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.3.2-2</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.3.2-2</revision>
<revision>5.3.2-3</revision>
<changelist>-SNAPSHOT</changelist>
<module.name>${project.groupId}.bootstrap5</module.name>

Expand Down Expand Up @@ -112,7 +112,7 @@
<connection>scm:git:https://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.3.2-2</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 275cbc3

Please sign in to comment.