Skip to content

Commit

Permalink
Update workflow-step-api to 2.21 - No more need for useBeta (#609)
Browse files Browse the repository at this point in the history
Update workflow-step-api to 2.21 - No more need for useBeta
  • Loading branch information
Vlatombe authored Dec 13, 2019
2 parents 2f9383a + 4ed25d1 commit cffe22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<java.level>8</java.level>
<jenkins.version>2.190.1</jenkins.version>
<no-test-jar>false</no-test-jar>
<useBeta>true</useBeta>
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
<pipeline-model-definition.version>1.3.7</pipeline-model-definition.version>
<slf4jVersion>1.7.26</slf4jVersion>
Expand Down Expand Up @@ -100,6 +99,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-step-api</artifactId>
<version>2.21</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down

0 comments on commit cffe22d

Please sign in to comment.