Skip to content

Commit

Permalink
[maven-release-plugin] prepare release version-number-1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Sep 30, 2024
1 parent 76ff7b1 commit 8fb0343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>version-number</artifactId>
<version>${revision}${changelist}</version>
<version>1.12</version>
<name>Version Number Library</name>
<description>Offers API classes for parsing and comparing version numbers</description>
<url>https://github.com/jenkinsci/lib-${project.artifactId}</url>
Expand All @@ -24,7 +24,7 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>${scmTag}</tag>
<tag>version-number-1.12</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

Expand Down

0 comments on commit 8fb0343

Please sign in to comment.