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
jglick committed Oct 14, 2020
1 parent 53f669a commit 353c3d7
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,15 +10,15 @@
</parent>

<artifactId>credentials-binding</artifactId>
<version>1.24</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Credentials Binding Plugin</name>
<description>Allows credentials to be bound to environment variables for use from miscellaneous build steps.
</description>
<url>https://github.com/jenkinsci/credentials-binding-plugin</url>
<properties>
<revision>1.24</revision>
<revision>1.25</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.176.4</jenkins.version>
<java.level>8</java.level>
Expand All @@ -35,7 +35,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>credentials-binding-1.24</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 353c3d7

Please sign in to comment.