|
5 | 5 | <parent> |
6 | 6 | <groupId>org.jenkins-ci.plugins</groupId> |
7 | 7 | <artifactId>plugin</artifactId> |
8 | | - <version>4.46</version> |
| 8 | + <version>4.55</version> |
9 | 9 | <relativePath /> |
10 | 10 | </parent> |
11 | 11 |
|
|
15 | 15 | <packaging>hpi</packaging> |
16 | 16 |
|
17 | 17 | <name>Docker Commons Plugin</name> |
18 | | - <description>APIs useful to Docker-based plugins.</description> |
19 | | - <url>https://github.com/jenkinsci/docker-commons-plugin</url> |
| 18 | + <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> |
20 | 19 | <licenses> |
21 | 20 | <license> |
22 | 21 | <name>MIT License</name> |
23 | 22 | <url>https://opensource.org/licenses/MIT</url> |
24 | 23 | </license> |
25 | 24 | </licenses> |
26 | 25 |
|
27 | | - <scm> |
28 | | - <connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection> |
29 | | - <developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection> |
30 | | - <url>http://github.com/jenkinsci/${project.artifactId}-plugin</url> |
| 26 | + <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> |
| 27 | + <connection>scm:git:https://github.com/${gitHubRepo}</connection> |
| 28 | + <developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection> |
31 | 29 | <tag>${scmTag}</tag> |
| 30 | + <url>https://github.com/${gitHubRepo}</url> |
32 | 31 | </scm> |
33 | 32 |
|
34 | 33 | <properties> |
35 | 34 | <revision>1.22</revision> |
36 | 35 | <changelist>-SNAPSHOT</changelist> |
37 | | - <bom>2.263</bom> |
38 | | - <jenkins.version>2.263.1</jenkins.version> |
39 | | - <pipeline-model-definition.version>1.9.3</pipeline-model-definition.version> |
40 | | - <jcasc.version>1.51</jcasc.version> |
| 36 | + <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
| 37 | + <jenkins.version>2.361.4</jenkins.version> |
41 | 38 | </properties> |
42 | 39 |
|
43 | 40 | <repositories> |
|
71 | 68 | <dependency> |
72 | 69 | <groupId>org.jenkinsci.plugins</groupId> |
73 | 70 | <artifactId>pipeline-model-extensions</artifactId> |
74 | | - <version>${pipeline-model-definition.version}</version> |
75 | 71 | <!-- optional because the dependency subtree is quite large --> |
76 | 72 | <optional>true</optional> |
77 | 73 | </dependency> |
|
142 | 138 | <dependency> |
143 | 139 | <groupId>org.jenkinsci.plugins</groupId> |
144 | 140 | <artifactId>pipeline-model-definition</artifactId> |
145 | | - <version>${pipeline-model-definition.version}</version> |
146 | 141 | <scope>test</scope> |
147 | 142 | </dependency> |
148 | 143 | <!-- Dependencies for testing JCasC compatibility--> |
149 | 144 | <dependency> |
150 | 145 | <groupId>io.jenkins</groupId> |
151 | 146 | <artifactId>configuration-as-code</artifactId> |
152 | | - <version>${jcasc.version}</version> |
153 | 147 | <scope>test</scope> |
154 | 148 | </dependency> |
155 | 149 | <dependency> |
156 | 150 | <groupId>io.jenkins.configuration-as-code</groupId> |
157 | 151 | <artifactId>test-harness</artifactId> |
158 | | - <version>${jcasc.version}</version> |
159 | 152 | <scope>test</scope> |
160 | 153 | </dependency> |
161 | 154 | </dependencies> |
162 | 155 | <dependencyManagement> |
163 | 156 | <dependencies> |
164 | 157 | <dependency> |
165 | 158 | <groupId>io.jenkins.tools.bom</groupId> |
166 | | - <artifactId>bom-${bom}.x</artifactId> |
167 | | - <version>984.vb5eaac999a7e</version> |
| 159 | + <artifactId>bom-2.361.x</artifactId> |
| 160 | + <version>1886.va_11c9f461054</version> |
168 | 161 | <scope>import</scope> |
169 | 162 | <type>pom</type> |
170 | 163 | </dependency> |
171 | | - <dependency> |
172 | | - <groupId>org.jenkins-ci.plugins</groupId> |
173 | | - <artifactId>credentials</artifactId> |
174 | | - <version>2.6.1</version> |
175 | | - </dependency> |
176 | | - <dependency> |
177 | | - <groupId>org.jenkinsci.plugins</groupId> |
178 | | - <artifactId>pipeline-model-api</artifactId> |
179 | | - <version>${pipeline-model-definition.version}</version> |
180 | | - </dependency> |
181 | | - <dependency> |
182 | | - <groupId>org.jenkinsci.plugins</groupId> |
183 | | - <artifactId>pipeline-stage-tags-metadata</artifactId> |
184 | | - <version>${pipeline-model-definition.version}</version> |
185 | | - </dependency> |
186 | 164 | </dependencies> |
187 | 165 | </dependencyManagement> |
188 | 166 |
|
|
0 commit comments