Skip to content

Commit a892158

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 5146664 commit a892158

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
</parent>
1111

1212
<artifactId>credentials-binding</artifactId>
13-
<version>1.27</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515

1616
<name>Credentials Binding Plugin</name>
1717
<description>Allows credentials to be bound to environment variables for use from miscellaneous build steps.
1818
</description>
1919
<url>https://github.com/jenkinsci/credentials-binding-plugin</url>
2020
<properties>
21-
<revision>1.27</revision>
21+
<revision>1.28</revision>
2222
<changelist>-SNAPSHOT</changelist>
2323
<jenkins.version>2.235.5</jenkins.version>
2424
<java.level>8</java.level>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
3535
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
3636
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
37-
<tag>credentials-binding-1.27</tag>
37+
<tag>${scmTag}</tag>
3838
</scm>
3939

4040
<repositories>

0 commit comments

Comments
 (0)