Skip to content

Commit c313918

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3987fff commit c313918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.jenkins.plugins</groupId>
1212
<artifactId>createjobadvanced</artifactId>
13-
<version>1.10.0</version>
13+
<version>1.10.1-SNAPSHOT</version>
1414
<packaging>hpi</packaging>
1515
<name>Create Job Advanced</name>
1616
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -25,7 +25,7 @@
2525
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
2626
<connection>scm:git:ssh://git@github.com/${gitHubRepo}</connection>
2727
<developerConnection>scm:git:ssh://git@github.com/${gitHubRepo}</developerConnection>
28-
<tag>createjobadvanced-1.10.0</tag>
28+
<tag>${scmTag}</tag>
2929
<url>https://github.com/${gitHubRepo}</url>
3030
</scm>
3131

0 commit comments

Comments
 (0)