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
oleg-nenashev committed Mar 9, 2021
1 parent 66f452d commit 41c4963
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.33</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.33</revision>
<revision>1.34</revision>
<changelist>-SNAPSHOT</changelist>
<java.level>8</java.level>
<jenkins.version>2.235.5</jenkins.version>
Expand Down Expand Up @@ -162,7 +162,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.33</tag>
<tag>${scmTag}</tag>
</scm>
<repositories>
<repository>
Expand Down

0 comments on commit 41c4963

Please sign in to comment.