You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@
4
4
<groupId>org.jenkins-ci.plugins</groupId>
5
5
<artifactId>plugin</artifactId>
6
6
<version>4.74</version>
7
-
<relativePath/>
7
+
<relativePath/>
8
8
</parent>
9
9
<artifactId>build-pipeline-plugin</artifactId>
10
-
<version>1.5.9-SNAPSHOT</version>
10
+
<version>2.0.0</version>
11
11
<packaging>hpi</packaging>
12
12
<name>Build Pipeline Plugin</name>
13
13
<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>
0 commit comments