Skip to content

Commit ab51af4

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 08e7055 commit ab51af4

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
@@ -9,13 +9,13 @@
99
</parent>
1010
<groupId>de.taimos</groupId>
1111
<artifactId>pipeline-aws</artifactId>
12-
<version>1.45</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414
<name>Pipeline: AWS Steps</name>
1515
<scm>
1616
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
1717
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
18-
<tag>pipeline-aws-1.45</tag>
18+
<tag>${scmTag}</tag>
1919
<url>https://github.com/${gitHubRepo}</url>
2020
</scm>
2121
<dependencyManagement>
@@ -76,7 +76,7 @@
7676
</pluginRepository>
7777
</pluginRepositories>
7878
<properties>
79-
<revision>1.45</revision>
79+
<revision>1.46</revision>
8080
<changelist>-SNAPSHOT</changelist>
8181
<jenkins.version>2.414.3</jenkins.version>
8282
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

0 commit comments

Comments
 (0)