Skip to content

Commit d7e1eb8

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

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
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.jenkins.plugins</groupId>
1313
<artifactId>aws-secrets-manager-credentials-provider</artifactId>
14-
<version>1.2.0</version>
14+
<version>${revision}${changelist}</version>
1515
<packaging>hpi</packaging>
1616

1717
<name>AWS Secrets Manager Credentials Provider</name>
@@ -37,11 +37,11 @@
3737
<connection>https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
3838
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
3939
<url>https://github.com/jenkinsci/${project.artifactId}-plugin/blob/master/docs/README.md</url>
40-
<tag>1.2.0</tag>
40+
<tag>${scmTag}</tag>
4141
</scm>
4242

4343
<properties>
44-
<revision>1.1.1</revision>
44+
<revision>1.2.1</revision>
4545
<changelist>-SNAPSHOT</changelist>
4646
<java.level>8</java.level>
4747
<jenkins.version>2.289.3</jenkins.version>

0 commit comments

Comments
 (0)