-
Notifications
You must be signed in to change notification settings - Fork 53
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 for next development iteration
- Loading branch information
1 parent
31cc840
commit dc61fe3
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<relativePath /> | ||
</parent> | ||
<properties> | ||
<revision>1.215</revision> | ||
<revision>1.216</revision> | ||
<changelist>-SNAPSHOT</changelist> | ||
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> | ||
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. --> | ||
|
@@ -20,7 +20,7 @@ | |
|
||
|
||
<artifactId>sauce-ondemand</artifactId> | ||
<version>1.215</version> | ||
<version>${revision}${changelist}</version> | ||
<packaging>hpi</packaging> | ||
<name>Jenkins Sauce OnDemand plugin</name> | ||
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> | ||
|
@@ -29,7 +29,7 @@ | |
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection> | ||
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection> | ||
<url>https://github.com/${gitHubRepo}</url> | ||
<tag>sauce-ondemand-1.215</tag> | ||
<tag>${scmTag}</tag> | ||
</scm> | ||
|
||
<organization> | ||
|