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 Jul 16, 2023
1 parent 0d8f169 commit 33c4210
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>Font Awesome API Plugin</name>
<version>6.4.0-2</version>
<version>${revision}${changelist}</version>

<description>Provides the free fonts of Font Awesome for Jenkins plugins.</description>
<url>https://github.com/jenkinsci/font-awesome-api-plugin</url>

<properties>
<revision>6.4.0-2</revision>
<revision>6.4.0-3</revision>
<changelist>-SNAPSHOT</changelist>

<module.name>${project.groupId}.font-awesome-api</module.name>
Expand Down Expand Up @@ -201,7 +201,7 @@
<connection>scm:git:https://github.com/jenkinsci/font-awesome-api-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/font-awesome-api-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/font-awesome-api-plugin</url>
<tag>v6.4.0-2</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 33c4210

Please sign in to comment.