We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b2110 commit 89a15c8Copy full SHA for 89a15c8
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.onepassword.jenkins.plugins</groupId>
12
<artifactId>onepassword-secrets</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>1.0.2</version>
14
<packaging>hpi</packaging>
15
16
<name>1Password Secrets</name>
@@ -35,7 +35,7 @@
35
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
36
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
37
<url>https://github.com/${gitHubRepo}</url>
38
- <tag>${scmTag}</tag>
+ <tag>1.0.2</tag>
39
</scm>
40
41
<dependencyManagement>
0 commit comments