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
PierreBtz committed Aug 11, 2022
1 parent 79afb07 commit be4536d
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 @@ -10,11 +10,11 @@
</parent>

<artifactId>cloudbees-jenkins-advisor</artifactId>
<version>3.3.3</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<properties>
<revision>3.3.3</revision>
<revision>3.3.4</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.319.3</jenkins.version>
Expand Down Expand Up @@ -55,7 +55,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>cloudbees-jenkins-advisor-3.3.3</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit be4536d

Please sign in to comment.