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 3b61041 commit cd0a6e5Copy full SHA for cd0a6e5
pom.xml
@@ -13,7 +13,7 @@
13
<packaging>hpi</packaging>
14
<name>Copy Artifact Plugin</name>
15
<description>Adds a build step to copy artifacts from another project.</description>
16
- <version>${revision}${changelist}</version>
+ <version>1.48</version>
17
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
18
19
<licenses>
@@ -186,7 +186,7 @@
186
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
187
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
188
<url>https://github.com/${gitHubRepo}</url>
189
- <tag>${scmTag}</tag>
+ <tag>copyartifact-1.48</tag>
190
</scm>
191
192
<repositories>
0 commit comments