We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5818eb commit b5ed980Copy full SHA for b5ed980
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>io.jenkins.plugins</groupId>
13
<artifactId>aws-secrets-manager-credentials-provider</artifactId>
14
- <version>${revision}${changelist}</version>
+ <version>1.2.0</version>
15
<packaging>hpi</packaging>
16
17
<name>AWS Secrets Manager Credentials Provider</name>
@@ -37,7 +37,7 @@
37
<connection>https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
38
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
39
<url>https://github.com/jenkinsci/${project.artifactId}-plugin/blob/master/docs/README.md</url>
40
- <tag>${scmTag}</tag>
+ <tag>1.2.0</tag>
41
</scm>
42
43
<properties>
0 commit comments