-
Notifications
You must be signed in to change notification settings - Fork 49
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-swarm-1.10
- Loading branch information
Roman Bäriswyl
committed
Feb 24, 2021
1 parent
f22f784
commit b665559
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
</parent> | ||
<groupId>org.jenkins-ci.plugins</groupId> | ||
<artifactId>docker-swarm</artifactId> | ||
<version>1.10-SNAPSHOT</version> | ||
<version>1.10</version> | ||
<packaging>hpi</packaging> | ||
|
||
<name>Docker Swarm Plugin</name> | ||
|
@@ -25,7 +25,7 @@ | |
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection> | ||
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection> | ||
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> | ||
<tag>HEAD</tag> | ||
<tag>docker-swarm-1.10</tag> | ||
</scm> | ||
<properties> | ||
<jenkins.version>2.78</jenkins.version> | ||
|