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 09b1e01 commit cb976a6Copy full SHA for cb976a6
pom.xml
@@ -11,7 +11,7 @@
11
<artifactId>artifactdeployer</artifactId>
12
<packaging>hpi</packaging>
13
<name>Jenkins Artifact Deployer Plugin</name>
14
- <version>${revision}${changelist}</version>
+ <version>1.3</version>
15
<url>https://github.com/jenkinsci/artifactdeployer-plugin</url>
16
17
<licenses>
@@ -53,7 +53,7 @@
53
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
54
<developerConnection>scm:git:ssh://[email protected]/${gitHubRepo}.git</developerConnection>
55
<url>https://github.com/${gitHubRepo}</url>
56
- <tag>${scmTag}</tag>
+ <tag>artifactdeployer-1.3</tag>
57
</scm>
58
59
<dependencyManagement>
0 commit comments