|
28 | 28 | <parent>
|
29 | 29 | <groupId>org.jenkins-ci.plugins</groupId>
|
30 | 30 | <artifactId>plugin</artifactId>
|
31 |
| - <version>2.16</version> |
| 31 | + <version>2.19</version> |
32 | 32 | <relativePath/>
|
33 | 33 | </parent>
|
34 | 34 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
|
54 | 54 | <id>repo.jenkins-ci.org</id>
|
55 | 55 | <url>https://repo.jenkins-ci.org/public/</url>
|
56 | 56 | </repository>
|
| 57 | + <repository> <!-- TODO as below --> |
| 58 | + <id>jitpack.io</id> |
| 59 | + <url>https://jitpack.io</url> |
| 60 | + </repository> |
57 | 61 | </repositories>
|
58 | 62 | <pluginRepositories>
|
59 | 63 | <pluginRepository>
|
|
64 | 68 | <properties>
|
65 | 69 | <jenkins.version>1.642.3</jenkins.version>
|
66 | 70 | <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 --> |
67 | 73 | </properties>
|
68 | 74 | <dependencies>
|
69 | 75 | <dependency>
|
|
72 | 78 | <version>2.4</version>
|
73 | 79 | </dependency>
|
74 | 80 | <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> |
78 | 84 | </dependency>
|
79 | 85 | <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> |
83 | 89 | </dependency>
|
84 | 90 | <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> |
88 | 94 | </dependency>
|
89 | 95 | <dependency>
|
90 | 96 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
|
93 | 99 | <scope>test</scope>
|
94 | 100 | </dependency>
|
95 | 101 | <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> |
99 | 105 | <scope>test</scope>
|
100 | 106 | </dependency>
|
101 | 107 | <dependency>
|
|
112 | 118 | <scope>test</scope>
|
113 | 119 | </dependency>
|
114 | 120 | <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> |
118 | 124 | <classifier>tests</classifier>
|
119 | 125 | <scope>test</scope>
|
120 | 126 | </dependency>
|
|
0 commit comments