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
basil committed Sep 30, 2024
1 parent 285836b commit 193e682
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 @@ -9,7 +9,7 @@
</parent>
<groupId>io.jenkins.lib</groupId>
<artifactId>support-log-formatter</artifactId>
<version>1.3</version>
<version>${revision}${changelist}</version>
<name>Support Log Formatter</name>
<description>Java logging formatter extracted to a standalone library.</description>
<url>https://github.com/jenkinsci/lib-${project.artifactId}</url>
Expand All @@ -22,11 +22,11 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<tag>support-log-formatter-1.3</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>
<properties>
<revision>1.3</revision>
<revision>1.4</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/lib-${project.artifactId}</gitHubRepo>
</properties>
Expand Down

0 comments on commit 193e682

Please sign in to comment.