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
alecharp committed Apr 9, 2020
1 parent 3997c08 commit a652163
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 @@

<artifactId>mailer</artifactId>
<packaging>hpi</packaging>
<version>1.32</version>
<version>${revision}${changelist}</version>
<name>Jenkins Mailer Plugin</name>
<description>This plugin allows you to configure email notifications for build results</description>
<url>https://github.com/jenkinsci/mailer-plugin</url>
Expand All @@ -22,7 +22,7 @@
</license>
</licenses>
<properties>
<revision>1.32</revision>
<revision>1.33</revision>
<changelist>-SNAPSHOT</changelist>
<java.level>8</java.level>
<jenkins.version>2.150.1</jenkins.version>
Expand Down Expand Up @@ -168,7 +168,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/mailer-plugin</url>
<tag>mailer-1.32</tag>
<tag>${scmTag}</tag>
</scm>
<repositories>
<repository>
Expand Down

0 comments on commit a652163

Please sign in to comment.