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 Mar 14, 2024
1 parent 37e481f commit fa8b821
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>

<artifactId>jira</artifactId>
<version>3.13</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Jenkins Jira plugin</name>
<description>Integrates Jenkins to Jira</description>
Expand Down Expand Up @@ -37,7 +37,7 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>jira-3.13</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

Expand All @@ -47,7 +47,7 @@
</issueManagement>

<properties>
<revision>3.13</revision>
<revision>3.14</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jira-rest-client.version>5.2.7</jira-rest-client.version>
Expand Down

0 comments on commit fa8b821

Please sign in to comment.