|
8 | 8 | </parent> |
9 | 9 |
|
10 | 10 | <artifactId>sonargraph-integration</artifactId> |
11 | | - <version>5.0.3-SNAPSHOT</version> |
| 11 | + <version>${revision}${changelist}</version> |
12 | 12 | <name>Sonargraph Integration Jenkins Plugin</name> |
13 | 13 | <packaging>hpi</packaging> |
14 | 14 |
|
15 | 15 | <properties> |
| 16 | + <revision>5.0.3</revision> |
| 17 | + <changelist>-SNAPSHOT</changelist> |
| 18 | + <gitHubRepo>jenkinsci/sonargraph-integration-plugin</gitHubRepo> |
16 | 19 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
17 | | - <jenkins.baseline>2.479</jenkins.baseline> |
18 | | - <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
| 20 | + <jenkins.baseline>2.528</jenkins.baseline> |
| 21 | + <jenkins.version>2.532-rc37605.6b_b_2172b_1592</jenkins.version> |
19 | 22 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
20 | 23 | <animal.sniffer.skip>true</animal.sniffer.skip> |
21 | 24 | <spotbugs.skip>true</spotbugs.skip> |
|
55 | 58 | <dependency> |
56 | 59 | <groupId>io.jenkins.tools.bom</groupId> |
57 | 60 | <artifactId>bom-${jenkins.baseline}.x</artifactId> |
58 | | - <version>5054.v620b_5d2b_d5e6</version> |
| 61 | + <version>5506.va_222b_131ec34</version> |
59 | 62 | <type>pom</type> |
60 | 63 | <scope>import</scope> |
61 | 64 | </dependency> |
|
233 | 236 | <url>https://www.hello2morrow.com</url> |
234 | 237 | </organization> |
235 | 238 | <scm> |
236 | | - <connection>scm:git:https://github.com/jenkinsci/sonargraph-integration-plugin.git</connection> |
237 | | - <developerConnection>scm:git:https://github.com/jenkinsci/sonargraph-integration-plugin.git</developerConnection> |
238 | | - <url>https://github.com/jenkinsci/sonargraph-integration-plugin</url> |
239 | | - <tag>HEAD</tag> |
| 239 | + <connection>scm:git:https://github.com/${gitHubRepo}.git</connection> |
| 240 | + <developerConnection>scm:git:https://github.com/${gitHubRepo}.git</developerConnection> |
| 241 | + <url>https://github.com/${gitHubRepo}</url> |
| 242 | + <tag>${scmTag}</tag> |
240 | 243 | </scm> |
241 | 244 |
|
242 | 245 | <licenses> |
243 | 246 | <license> |
244 | 247 | <name>Apache License 2</name> |
245 | | - <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 248 | + <url>https://www.apache.org/licenses/LICENSE-2.0</url> |
246 | 249 | </license> |
247 | 250 | </licenses> |
248 | 251 |
|
|
0 commit comments