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
olamy committed May 11, 2021
1 parent fa6ac86 commit e0a49fe
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,14 +9,14 @@
</parent>

<artifactId>jira</artifactId>
<version>3.3</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Jenkins Jira plugin</name>
<description>Integrates Jenkins to Jira</description>
<url>https://github.com/jenkinsci/jira-plugin</url>

<properties>
<revision>3.3</revision>
<revision>3.4</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/jira-plugin</gitHubRepo>
<java.level>8</java.level>
Expand All @@ -32,7 +32,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>jira-3.3</tag>
<tag>${scmTag}</tag>
</scm>

<licenses>
Expand Down

0 comments on commit e0a49fe

Please sign in to comment.