forked from awslabs/aws-codedeploy-plugin
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release codedeploy-1.17
- Loading branch information
Ubuntu
committed
May 12, 2017
1 parent
34c5e1e
commit 4b302ab
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
</parent> | ||
|
||
<artifactId>codedeploy</artifactId> | ||
<version>1.17-SNAPSHOT</version> | ||
<version>1.17</version> | ||
<packaging>hpi</packaging> | ||
<groupId>com.amazonaws</groupId> | ||
<name>AWS CodeDeploy Plugin for Jenkins</name> | ||
|
@@ -34,7 +34,7 @@ | |
<connection>scm:git:ssh://github.com/jenkinsci/aws-codedeploy-plugin.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/aws-codedeploy-plugin.git</developerConnection> | ||
<url>https://github.com/jenkinsci/aws-codedeploy-plugin</url> | ||
<tag>HEAD</tag> | ||
<tag>codedeploy-1.17</tag> | ||
</scm> | ||
|
||
<repositories> | ||
|