Skip to content

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

pom.xml

+22-16
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>2.16</version>
31+
<version>2.19</version>
3232
<relativePath/>
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -54,6 +54,10 @@
5454
<id>repo.jenkins-ci.org</id>
5555
<url>https://repo.jenkins-ci.org/public/</url>
5656
</repository>
57+
<repository> <!-- TODO as below -->
58+
<id>jitpack.io</id>
59+
<url>https://jitpack.io</url>
60+
</repository>
5761
</repositories>
5862
<pluginRepositories>
5963
<pluginRepository>
@@ -64,6 +68,8 @@
6468
<properties>
6569
<jenkins.version>1.642.3</jenkins.version>
6670
<jenkins-test-harness.version>2.17</jenkins-test-harness.version>
71+
<hpi-plugin.version>1.121-20161207.210916-1</hpi-plugin.version> <!-- TODO pending https://github.com/jenkinsci/maven-hpi-plugin/pull/46 -->
72+
<enforcer.fail>false</enforcer.fail> <!-- TODO ditto -->
6773
</properties>
6874
<dependencies>
6975
<dependency>
@@ -72,19 +78,19 @@
7278
<version>2.4</version>
7379
</dependency>
7480
<dependency>
75-
<groupId>org.jenkins-ci.plugins</groupId>
76-
<artifactId>durable-task</artifactId>
77-
<version>1.13-SNAPSHOT</version>
81+
<groupId>com.github.jglick</groupId> <!-- TODO pending https://github.com/jenkinsci/durable-task-plugin/pull/29 -->
82+
<artifactId>durable-task-plugin</artifactId>
83+
<version>8f11c53</version>
7884
</dependency>
7985
<dependency>
80-
<groupId>org.jenkins-ci.plugins.workflow</groupId>
81-
<artifactId>workflow-api</artifactId>
82-
<version>2.5-SNAPSHOT</version>
86+
<groupId>com.github.jglick</groupId> <!-- TODO pending https://github.com/jenkinsci/workflow-api-plugin/pull/17 -->
87+
<artifactId>workflow-api-plugin</artifactId>
88+
<version>99f1c51</version>
8389
</dependency>
8490
<dependency>
85-
<groupId>org.jenkins-ci.plugins.workflow</groupId>
86-
<artifactId>workflow-support</artifactId>
87-
<version>2.9-SNAPSHOT</version>
91+
<groupId>com.github.jglick</groupId> <!-- TODO pending https://github.com/jenkinsci/workflow-support-plugin/pull/15 -->
92+
<artifactId>workflow-support-plugin</artifactId>
93+
<version>cf6f11f</version>
8894
</dependency>
8995
<dependency>
9096
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -93,9 +99,9 @@
9399
<scope>test</scope>
94100
</dependency>
95101
<dependency>
96-
<groupId>org.jenkins-ci.plugins.workflow</groupId>
97-
<artifactId>workflow-job</artifactId>
98-
<version>2.8-SNAPSHOT</version>
102+
<groupId>com.github.jglick</groupId> <!-- TODO pending https://github.com/jenkinsci/workflow-job-plugin/pull/27 -->
103+
<artifactId>workflow-job-plugin</artifactId>
104+
<version>211bd14</version>
99105
<scope>test</scope>
100106
</dependency>
101107
<dependency>
@@ -112,9 +118,9 @@
112118
<scope>test</scope>
113119
</dependency>
114120
<dependency>
115-
<groupId>org.jenkins-ci.plugins.workflow</groupId>
116-
<artifactId>workflow-support</artifactId>
117-
<version>2.9-SNAPSHOT</version>
121+
<groupId>com.github.jglick</groupId> <!-- TODO pending https://github.com/jenkinsci/workflow-support-plugin/pull/15 -->
122+
<artifactId>workflow-support-plugin</artifactId>
123+
<version>cf6f11f</version>
118124
<classifier>tests</classifier>
119125
<scope>test</scope>
120126
</dependency>

0 commit comments

Comments
 (0)