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
daniel-beck committed Dec 8, 2022
1 parent 6d72156 commit 1723c7a
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 @@ -7,12 +7,12 @@
<version>4.52</version>
</parent>
<artifactId>matrix-auth</artifactId>
<version>3.1.6</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Matrix Authorization Strategy Plugin</name>
<url>https://github.com/jenkinsci/matrix-auth-plugin</url>
<properties>
<revision>3.1.6</revision>
<revision>3.1.7</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<hpi.compatibleSinceVersion>3.0</hpi.compatibleSinceVersion>
Expand All @@ -28,7 +28,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>matrix-auth-3.1.6</tag>
<tag>${scmTag}</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 1723c7a

Please sign in to comment.