Skip to content

Commit

Permalink
[maven-release-plugin] prepare release build-pipeline-plugin-2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dalvizu committed Nov 22, 2023
1 parent 4e7d7d3 commit 8be0119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -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>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}.git</connection>
<developerConnection>scm:git:git@github.com: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>
Expand Down

0 comments on commit 8be0119

Please sign in to comment.