|
4 | 4 | <parent> |
5 | 5 | <groupId>org.jenkins-ci.plugins</groupId> |
6 | 6 | <artifactId>plugin</artifactId> |
7 | | - <version>4.88</version> |
| 7 | + <version>5.7</version> |
8 | 8 | </parent> |
9 | 9 | <artifactId>validating-string-parameter</artifactId> |
10 | 10 | <packaging>hpi</packaging> |
11 | 11 | <name>Validating String Parameter Plugin</name> |
12 | 12 | <version>${changelist}</version> |
13 | | - <url>https://github.com/jenkinsci/validating-string-parameter-plugin</url> |
| 13 | + <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> |
14 | 14 |
|
15 | 15 | <properties> |
16 | 16 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
17 | | - <jenkins.baseline>2.440</jenkins.baseline> |
18 | | - <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
| 17 | + <jenkins.baseline>2.479</jenkins.baseline> |
| 18 | + <jenkins.version>${jenkins.baseline}.1</jenkins.version> |
| 19 | + <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
19 | 20 | <changelist>999999-SNAPSHOT</changelist> |
20 | 21 | </properties> |
21 | 22 |
|
|
29 | 30 | </developers> |
30 | 31 |
|
31 | 32 | <scm> |
32 | | - <connection>scm:git:git://github.com/jenkinsci/validating-string-parameter-plugin.git</connection> |
33 | | - <developerConnection>scm:git:git@github.com:jenkinsci/validating-string-parameter-plugin.git |
34 | | - </developerConnection> |
35 | | - <url>https://github.com/jenkinsci/validating-string-parameter-plugin</url> |
| 33 | + <connection>scm:git:https://github.com/${gitHubRepo}.git</connection> |
| 34 | + <developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection> |
| 35 | + <url>https://github.com/${gitHubRepo}</url> |
36 | 36 | <tag>${scmTag}</tag> |
37 | 37 | </scm> |
38 | 38 |
|
|
78 | 78 | <dependency> |
79 | 79 | <groupId>io.jenkins.tools.bom</groupId> |
80 | 80 | <artifactId>bom-${jenkins.baseline}.x</artifactId> |
81 | | - <version>3435.v238d66a_043fb_</version> |
| 81 | + <version>3944.v1a_e4f8b_452db_</version> |
82 | 82 | <scope>import</scope> |
83 | 83 | <type>pom</type> |
84 | 84 | </dependency> |
|
0 commit comments