We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b9b8f commit ad59c8fCopy full SHA for ad59c8f
pom.xml
@@ -7,7 +7,7 @@
7
</parent>
8
9
<artifactId>codedeploy</artifactId>
10
- <version>1.11-SNAPSHOT</version>
+ <version>1.11</version>
11
<packaging>hpi</packaging>
12
<groupId>com.amazonaws</groupId>
13
<name>AWS CodeDeploy Plugin for Jenkins</name>
@@ -34,7 +34,7 @@
34
<connection>scm:git:ssh://github.com/jenkinsci/aws-codedeploy-plugin.git</connection>
35
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/aws-codedeploy-plugin.git</developerConnection>
36
<url>https://github.com/jenkinsci/aws-codedeploy-plugin</url>
37
- <tag>HEAD</tag>
+ <tag>codedeploy-1.11</tag>
38
</scm>
39
40
<repositories>
0 commit comments