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
simonsymhoven committed Apr 5, 2023
1 parent 9c4a38b commit e673858
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,7 +10,7 @@
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>nested-data-reporting</artifactId>
<version>5.2.1</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Nested Data Reporting</name>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
Expand All @@ -34,11 +34,11 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>nested-data-reporting-5.2.1</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<revision>5.2.1</revision>
<revision>5.2.2</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.baseline>2.387</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
Expand Down

0 comments on commit e673858

Please sign in to comment.