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
gmcdonald committed Jul 6, 2023
1 parent 914ee1c commit 4feae7e
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 @@ -33,7 +33,7 @@
</parent>

<properties>
<revision>1.25</revision>
<revision>1.26</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.361.4</jenkins.version>
Expand All @@ -42,7 +42,7 @@
<artifactId>publish-over-ssh</artifactId>
<packaging>hpi</packaging>
<name>Publish Over SSH</name>
<version>1.25</version>
<version>${revision}${changelist}</version>
<description>Send build artifacts over SSH</description>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

Expand Down Expand Up @@ -121,7 +121,7 @@
<url>https://github.com/${gitHubRepo}</url>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>publish-over-ssh-1.25</tag>
<tag>${scmTag}</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 4feae7e

Please sign in to comment.