Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 16, 2023
1 parent dee5edb commit 8bbe5fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-durable-task-step</artifactId>
<version>1226.v90702611ce45</version> <!-- TODO https://github.com/jenkinsci/workflow-durable-task-step-plugin/pull/293 -->
<version>1227.vdc0a_d1fd4338</version> <!-- TODO until in BOM -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-durable-task-step</artifactId>
<scope>runtime</scope> <!-- TODO switch to test once https://github.com/jenkinsci/workflow-durable-task-step-plugin/pull/293 is widely adopted -->
<scope>runtime</scope> <!-- TODO switch to test once 1227.vdc0a_d1fd4338 or later is widely adopted -->
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down

0 comments on commit 8bbe5fd

Please sign in to comment.