-
Notifications
You must be signed in to change notification settings - Fork 318
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 docker-plugin-1.7.0
- Loading branch information
1 parent
5007d28
commit 7feea72
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
<groupId>io.jenkins.docker</groupId> | ||
<artifactId>docker-plugin</artifactId> | ||
<version>${revision}${changelist}</version> | ||
<version>1.7.0</version> | ||
<packaging>hpi</packaging> | ||
<name>Docker plugin</name> | ||
<description>Provide Cloud Provisioning and other Docker features</description> | ||
|
@@ -55,7 +55,7 @@ | |
<scm> | ||
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection> | ||
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection> | ||
<tag>${scmTag}</tag> | ||
<tag>docker-plugin-1.7.0</tag> | ||
<url>https://github.com/${gitHubRepo}</url> | ||
</scm> | ||
|
||
|