Skip to content

Commit 2c01f22

Browse files
committed
[maven-release-plugin] prepare release build-pipeline-plugin-2.0.0
1 parent f82592e commit 2c01f22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
66
<version>4.74</version>
7-
<relativePath/>
7+
<relativePath />
88
</parent>
99
<artifactId>build-pipeline-plugin</artifactId>
10-
<version>1.5.9-SNAPSHOT</version>
10+
<version>2.0.0</version>
1111
<packaging>hpi</packaging>
1212
<name>Build Pipeline Plugin</name>
1313
<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 @@
2222
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}.git</connection>
2323
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}.git</developerConnection>
2424
<url>https://github.com/jenkinsci/build-pipeline-plugin</url>
25-
<tag>HEAD</tag>
25+
<tag>build-pipeline-plugin-2.0.0</tag>
2626
</scm>
2727
<properties>
2828
<code.coverage.percentage>50</code.coverage.percentage>

0 commit comments

Comments
 (0)