Skip to content

Commit

Permalink
JENKINS-34439: upgrade Workflow plugin to 2.0 (when it was renamed to…
Browse files Browse the repository at this point in the history
… the Pipeline Plugin); bumped minimum Jenkins version to 1.642.3 (the same minimum required by the Pipelines plugin, according to usage statistics over 95% instances with Clover run on 1.642.3 or higher so it should be fine)
  • Loading branch information
marek-parfianowicz committed Jan 23, 2018
1 parent 8f4be30 commit 56d2d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.580.3</version>
<version>1.642.3</version>
</parent>
<artifactId>clover</artifactId>
<packaging>hpi</packaging>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-aggregator</artifactId>
<version>1.3</version>
<version>2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 56d2d2c

Please sign in to comment.