Skip to content

Commit ec734e6

Browse files
committed
Revert to earlier workflow libraries and bump back core jenkins dependency version
1 parent a2ee6c5 commit ec734e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>1.609</version>
7+
<version>1.580.1</version>
88
</parent>
99

1010
<licenses>
@@ -68,19 +68,19 @@
6868
<dependency>
6969
<groupId>org.jenkins-ci.plugins.workflow</groupId>
7070
<artifactId>workflow-job</artifactId>
71-
<version>1.8</version>
71+
<version>1.4</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.jenkins-ci.plugins.workflow</groupId>
7676
<artifactId>workflow-cps</artifactId>
77-
<version>1.8</version>
77+
<version>1.4</version>
7878
<scope>test</scope>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.jenkins-ci.plugins.workflow</groupId>
8282
<artifactId>workflow-basic-steps</artifactId>
83-
<version>1.8</version>
83+
<version>1.4</version>
8484
<scope>test</scope>
8585
</dependency>
8686

0 commit comments

Comments
 (0)