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
rsandell committed Nov 14, 2024
1 parent 48538ca commit 98223ec
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 @@ -35,14 +35,14 @@

<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>dockerhub-notification</artifactId>
<version>2.7.3</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>CloudBees Docker Hub/Registry Notification</name>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<properties>
<revision>2.7.3</revision>
<revision>2.7.4</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.479.1</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
Expand All @@ -52,7 +52,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>dockerhub-notification-2.7.3</tag>
<tag>${scmTag}</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 98223ec

Please sign in to comment.