|
18 | 18 | <artifactId>snakeyaml-api</artifactId> |
19 | 19 | <groupId>io.jenkins.plugins</groupId> |
20 | 20 | <description>This plugin packages stock SnakeYAML library</description> |
21 | | - <version>1.30.2-SNAPSHOT</version> |
| 21 | + <version>${revision}-${changelist}</version> |
22 | 22 | <packaging>hpi</packaging> |
23 | 23 | <name>SnakeYAML API Plugin</name> |
24 | 24 | <url>https://github.com/jenkinsci/snakeyaml-api-plugin</url> |
25 | 25 |
|
26 | 26 | <properties> |
| 27 | + <revision>1.30</revision> |
| 28 | + <changelist>999999-SNAPSHOT</changelist> |
27 | 29 | <checkstyle.skip>true</checkstyle.skip> |
28 | 30 | <spotbugs.skip>true</spotbugs.skip> |
29 | 31 | <maven.javadoc.skip>true</maven.javadoc.skip> |
30 | | - <snakeyaml.version>1.30</snakeyaml.version> |
31 | 32 | <jenkins.version>2.289.3</jenkins.version> |
| 33 | + <githubRepo>jenkinsci/${project.artifactId}-plugin</githubRepo> |
32 | 34 | </properties> |
33 | 35 |
|
34 | 36 | <dependencies> |
35 | 37 | <dependency> |
36 | 38 | <groupId>org.yaml</groupId> |
37 | 39 | <artifactId>snakeyaml</artifactId> |
38 | | - <version>${snakeyaml.version}</version> |
| 40 | + <version>${revision}</version> |
39 | 41 | <scope>compile</scope> |
40 | 42 | </dependency> |
41 | 43 | </dependencies> |
|
56 | 58 | </pluginRepositories> |
57 | 59 |
|
58 | 60 | <scm> |
59 | | - <connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection> |
60 | | - <developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection> |
| 61 | + <connection>scm:git:git://github.com/${gitHubRepo}.git</connection> |
| 62 | + <developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection> |
| 63 | + <url>https://github.com/${gitHubRepo}</url> |
61 | 64 | <tag>${scmTag}</tag> |
62 | 65 | </scm> |
63 | 66 | </project> |
0 commit comments