Skip to content

Commit 67fa442

Browse files
update version of workflow-api and struts
part of PR but versions should updated accordingly after workflow-api PR#77 is merged. Signed-off-by: Artur Harasimiuk <[email protected]>
1 parent db14b10 commit 67fa442

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<properties>
6565
<revision>2.22</revision>
6666
<changelist>-SNAPSHOT</changelist>
67-
<jenkins.version>2.73.3</jenkins.version>
67+
<jenkins.version>2.121</jenkins.version>
6868
<java.level>8</java.level>
6969
<workflow-step-api-plugin.version>2.13</workflow-step-api-plugin.version>
7070
<workflow-support-plugin.version>2.20</workflow-support-plugin.version>
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>org.jenkins-ci.plugins.workflow</groupId>
8585
<artifactId>workflow-api</artifactId>
86-
<version>2.25</version>
86+
<version>2.30-rc317.e284b1e758e3</version> <!-- TODO https://github.com/jenkinsci/workflow-api-plugin/pull/77 -->
8787
</dependency>
8888
<dependency>
8989
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>org.jenkins-ci.plugins</groupId>
144144
<artifactId>structs</artifactId>
145-
<version>1.10</version>
145+
<version>1.14</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)