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
mbSmaga committed Nov 14, 2024
1 parent d2894f3 commit 294c0bf
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 @@ -11,7 +11,7 @@
<artifactId>sectioned-view</artifactId>
<packaging>hpi</packaging>
<name>Sectioned View Plugin</name>
<version>1.29</version>
<version>${revision}${changelist}</version>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Sectioned+View+Plugin</url>
<developers>
<developer>
Expand All @@ -33,7 +33,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>sectioned-view-1.29</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand All @@ -50,7 +50,7 @@
</pluginRepositories>

<properties>
<revision>1.29</revision>
<revision>1.30</revision>
<changelist>-SNAPSHOT</changelist>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
Expand Down

0 comments on commit 294c0bf

Please sign in to comment.