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 Nov 23, 2023
1 parent c938c6c commit f5446dd
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.12</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.12</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

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

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

0 comments on commit f5446dd

Please sign in to comment.