forked from geoffbullen/build-pipeline-plugin
-
Notifications
You must be signed in to change notification settings - Fork 162
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 build-pipeline-plugin-2.0.1
- Loading branch information
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 @@ | |
<relativePath /> | ||
</parent> | ||
<artifactId>build-pipeline-plugin</artifactId> | ||
<version>2.0.1-SNAPSHOT</version> | ||
<version>2.0.1</version> | ||
<packaging>hpi</packaging> | ||
<name>Build Pipeline Plugin</name> | ||
<description>This plugin provides build pipeline functionality to Hudson and Jenkins. This allows a chain of jobs to be visualised in a new view. Manual jobs in the pipeline can be triggered by a user with the appropriate permissions manually confirming.</description> | ||
|
@@ -22,7 +22,7 @@ | |
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}.git</connection> | ||
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}.git</developerConnection> | ||
<url>https://github.com/jenkinsci/build-pipeline-plugin</url> | ||
<tag>HEAD</tag> | ||
<tag>build-pipeline-plugin-2.0.1</tag> | ||
</scm> | ||
<properties> | ||
<code.coverage.percentage>50</code.coverage.percentage> | ||
|