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
judovana committed Aug 5, 2024
1 parent 393dff4 commit 9f8692f
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 @@ -7,7 +7,7 @@
<relativePath />
</parent>
<properties>
<revision>1.34</revision>
<revision>1.35</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.440.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
Expand All @@ -16,7 +16,7 @@
<artifactId>nested-view</artifactId>
<packaging>hpi</packaging>
<name>Nested View Plugin</name>
<version>1.34</version>
<version>${revision}${changelist}</version>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<developers>
Expand All @@ -30,7 +30,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>nested-view-1.34</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 9f8692f

Please sign in to comment.