Skip to content

Commit 8be0119

Browse files
committed
[maven-release-plugin] prepare release build-pipeline-plugin-2.0.1
1 parent 4e7d7d3 commit 8be0119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<relativePath />
88
</parent>
99
<artifactId>build-pipeline-plugin</artifactId>
10-
<version>2.0.1-SNAPSHOT</version>
10+
<version>2.0.1</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.1</tag>
2626
</scm>
2727
<properties>
2828
<code.coverage.percentage>50</code.coverage.percentage>

0 commit comments

Comments
 (0)