We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64f2c1 commit e02017eCopy full SHA for e02017e
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>io.jenkins.plugins</groupId>
12
<artifactId>artifact-manager-s3</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>1.11</version>
14
<packaging>hpi</packaging>
15
16
<properties>
@@ -36,7 +36,7 @@
36
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
37
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
38
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
39
- <tag>${scmTag}</tag>
+ <tag>artifact-manager-s3-1.11</tag>
40
</scm>
41
42
<dependencies>
0 commit comments