|
4 | 4 | <parent>
|
5 | 5 | <groupId>org.jenkins-ci.plugins</groupId>
|
6 | 6 | <artifactId>plugin</artifactId>
|
7 |
| - <version>2.21</version> |
| 7 | + <version>3.3</version> |
8 | 8 | <relativePath />
|
9 | 9 | </parent>
|
10 | 10 | <artifactId>docker-workflow</artifactId>
|
|
16 | 16 | <licenses>
|
17 | 17 | <license>
|
18 | 18 | <name>MIT License</name>
|
19 |
| - <url>http://opensource.org/licenses/MIT</url> |
| 19 | + <url>https://opensource.org/licenses/MIT</url> |
20 | 20 | </license>
|
21 | 21 | </licenses>
|
22 | 22 |
|
23 |
| - <url>http://wiki.jenkins-ci.org/display/JENKINS/Docker+Pipeline+Plugin</url> |
| 23 | + <url>https://wiki.jenkins.io/display/JENKINS/Docker+Pipeline+Plugin</url> |
24 | 24 | <scm>
|
25 | 25 | <connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
|
26 | 26 | < developerConnection>scm:git: [email protected]:jenkinsci/ ${project.artifactId}-plugin.git</ developerConnection>
|
|
29 | 29 | </scm>
|
30 | 30 |
|
31 | 31 | <properties>
|
32 |
| - <jenkins.version>1.642.3</jenkins.version> |
| 32 | + <jenkins.version>2.60.3</jenkins.version> |
| 33 | + <java.level>8</java.level> |
| 34 | + <workflow-step-api-plugin.version>2.9</workflow-step-api-plugin.version> |
| 35 | + <workflow-support-plugin.version>2.12</workflow-support-plugin.version> |
| 36 | + <hpi-plugin.version>2.2</hpi-plugin.version> <!-- TODO pending https://github.com/jenkinsci/plugin-pom/pull/94 --> |
33 | 37 | </properties>
|
34 | 38 | <repositories>
|
35 | 39 | <repository>
|
|
47 | 51 | <dependency>
|
48 | 52 | <groupId>org.jenkins-ci.plugins</groupId>
|
49 | 53 | <artifactId>docker-commons</artifactId>
|
50 |
| - <version>1.5</version> |
| 54 | + <version>1.12-20180131.190257-1</version> <!-- TODO https://github.com/jenkinsci/docker-commons-plugin/pull/67 --> |
51 | 55 | </dependency>
|
52 | 56 | <dependency>
|
53 | 57 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
|
59 | 63 | <artifactId>workflow-durable-task-step</artifactId>
|
60 | 64 | <version>2.8</version>
|
61 | 65 | </dependency>
|
| 66 | + <dependency> |
| 67 | + <groupId>org.jenkins-ci.plugins.workflow</groupId> |
| 68 | + <artifactId>workflow-basic-steps</artifactId> |
| 69 | + <version>2.3</version> |
| 70 | + </dependency> |
| 71 | + <dependency> |
| 72 | + <groupId>org.jenkins-ci.plugins.workflow</groupId> |
| 73 | + <artifactId>workflow-api</artifactId> |
| 74 | + <version>2.8</version> |
| 75 | + </dependency> |
| 76 | + <dependency> |
| 77 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 78 | + <artifactId>script-security</artifactId> |
| 79 | + <version>1.25</version> |
| 80 | + </dependency> |
| 81 | + <dependency> |
| 82 | + <groupId>org.jenkins-ci.plugins.workflow</groupId> |
| 83 | + <artifactId>workflow-step-api</artifactId> |
| 84 | + <version>${workflow-step-api-plugin.version}</version> |
| 85 | + </dependency> |
| 86 | + <dependency> <!-- SemaphoreStep --> |
| 87 | + <groupId>org.jenkins-ci.plugins.workflow</groupId> |
| 88 | + <artifactId>workflow-support</artifactId> |
| 89 | + <version>${workflow-support-plugin.version}</version> |
| 90 | + </dependency> |
62 | 91 | <dependency> <!-- StepConfigTester -->
|
63 | 92 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
64 | 93 | <artifactId>workflow-step-api</artifactId>
|
| 94 | + <version>${workflow-step-api-plugin.version}</version> |
65 | 95 | <classifier>tests</classifier>
|
66 |
| - <version>2.7</version> |
67 | 96 | <scope>test</scope>
|
68 | 97 | </dependency>
|
69 | 98 | <dependency> <!-- SemaphoreStep -->
|
70 | 99 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
71 | 100 | <artifactId>workflow-support</artifactId>
|
| 101 | + <version>${workflow-support-plugin.version}</version> |
72 | 102 | <classifier>tests</classifier>
|
73 |
| - <version>2.12</version> |
74 | 103 | <scope>test</scope>
|
75 | 104 | </dependency>
|
76 | 105 | <dependency>
|
|
79 | 108 | <version>2.9</version>
|
80 | 109 | <scope>test</scope>
|
81 | 110 | </dependency>
|
82 |
| - <dependency> |
83 |
| - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
84 |
| - <artifactId>workflow-basic-steps</artifactId> |
85 |
| - <version>2.3</version> |
86 |
| - <scope>test</scope> |
87 |
| - </dependency> |
88 | 111 | <dependency>
|
89 | 112 | <groupId>org.jenkins-ci.plugins</groupId>
|
90 | 113 | <artifactId>credentials-binding</artifactId>
|
91 |
| - <version>1.7</version> |
| 114 | + <version>1.12</version> |
92 | 115 | <scope>test</scope>
|
93 | 116 | </dependency>
|
94 | 117 | <dependency>
|
|
0 commit comments