|
27 | 27 | <parent> |
28 | 28 | <groupId>org.jenkins-ci.plugins</groupId> |
29 | 29 | <artifactId>plugin</artifactId> |
30 | | - <version>4.38</version> |
| 30 | + <version>4.40</version> |
31 | 31 | <relativePath /> |
32 | 32 | </parent> |
33 | 33 |
|
|
56 | 56 | </developers> |
57 | 57 |
|
58 | 58 | <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> |
59 | | - <connection>scm:git:git://github.com/${gitHubRepo}.git</connection> |
| 59 | + <connection>scm:git:https://github.com/${gitHubRepo}.git</connection> |
60 | 60 | <developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection> |
61 | 61 | <url>https://github.com/${gitHubRepo}</url> |
62 | 62 | <tag>${scmTag}</tag> |
|
75 | 75 | <dependency> |
76 | 76 | <groupId>io.jenkins.tools.bom</groupId> |
77 | 77 | <artifactId>bom-2.332.x</artifactId> |
78 | | - <version>1198.v387c834fca_1a_</version> |
| 78 | + <version>1289.v5c4b_1c43511b_</version> |
79 | 79 | <scope>import</scope> |
80 | 80 | <type>pom</type> |
81 | 81 | </dependency> |
|
84 | 84 | <artifactId>jenkins-test-harness-tools</artifactId> |
85 | 85 | <version>2.2</version> |
86 | 86 | </dependency> |
87 | | - <dependency> |
88 | | - <groupId>org.hamcrest</groupId> |
89 | | - <artifactId>hamcrest</artifactId> |
90 | | - <version>2.2</version> |
91 | | - </dependency> |
92 | | - <dependency> |
93 | | - <groupId>org.jenkins-ci.plugins</groupId> |
94 | | - <artifactId>pipeline-milestone-step</artifactId> |
95 | | - <version>100.v60a_03cd446e1</version> |
96 | | - </dependency> |
97 | 87 | <dependency> |
98 | 88 | <groupId>org.jenkins-ci.plugins</groupId> |
99 | 89 | <artifactId>copyartifact</artifactId> |
|
139 | 129 | <changelist>999999-SNAPSHOT</changelist> |
140 | 130 | <gitHubRepo>jenkinsci/pipeline-model-definition-plugin</gitHubRepo> |
141 | 131 | <jenkins.version>2.332.1</jenkins.version> |
142 | | - <java.level>8</java.level> |
143 | 132 | <groovy.version>2.4.12</groovy.version> |
144 | 133 | </properties> |
145 | 134 |
|
|
0 commit comments