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
Tim Jacomb committed Nov 16, 2020
1 parent b7e7c2e commit f12f0db
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,13 +10,13 @@

<artifactId>slack</artifactId>
<packaging>hpi</packaging>
<version>2.44</version>
<version>${revision}${changelist}</version>
<name>Slack Notification Plugin</name>
<description>A Build status publisher that notifies channels on a Slack team</description>
<url>https://github.com/jenkinsci/slack-plugin</url>

<properties>
<revision>2.44</revision>
<revision>2.45</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.222.4</jenkins.version>
<hpi.compatibleSinceVersion>2.32</hpi.compatibleSinceVersion>
Expand All @@ -39,7 +39,7 @@
<connection>scm:git:ssh://[email protected]/jenkinsci/slack-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/slack-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/slack-plugin</url>
<tag>slack-2.44</tag>
<tag>${scmTag}</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit f12f0db

Please sign in to comment.