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
JohnNiang committed Feb 28, 2022
1 parent 5dcb064 commit de1d523
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 @@ -9,7 +9,7 @@
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>generic-event</artifactId>
<version>0.0.3</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Generic Event Plugin</name>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
Expand All @@ -33,11 +33,11 @@
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
<tag>generic-event-0.0.3</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>
<properties>
<revision>0.0.3</revision>
<revision>0.0.4</revision>
<changelist>-SNAPSHOT</changelist>

<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
Expand Down

0 comments on commit de1d523

Please sign in to comment.