File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 22 <extension >
33 <groupId >io.jenkins.tools.incrementals</groupId >
44 <artifactId >git-changelist-maven-extension</artifactId >
5- <version >1.6 </version >
5+ <version >1.8 </version >
66 </extension >
77</extensions >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.jenkins-ci.plugins</groupId >
77 <artifactId >plugin</artifactId >
8- <version >4.74 </version >
8+ <version >5.5 </version >
99 <relativePath />
1010 </parent >
1111
3838
3939 <properties >
4040 <changelist >999999-SNAPSHOT</changelist >
41- <jenkins .version>2.361.4</jenkins .version>
41+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
42+ <jenkins .baseline>2.479</jenkins .baseline>
43+ <jenkins .version>${jenkins.baseline} .1</jenkins .version>
44+ <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
4245 </properties >
4346
4447 <scm >
45- <connection >scm:git:https://github.com/jenkinsci/ ${project.artifactId} -plugin .git</connection >
46- <developerConnection >scm:git:git@github.com:jenkinsci/ ${project.artifactId} -plugin .git</developerConnection >
47- <url >https://github.com/jenkinsci/ ${project.artifactId} -plugin </url >
48+ <connection >scm:git:https://github.com/${gitHubRepo} .git</connection >
49+ <developerConnection >scm:git:git@github.com:${gitHubRepo} .git</developerConnection >
50+ <url >https://github.com/${gitHubRepo} </url >
4851 <tag >${scmTag} </tag >
4952 </scm >
5053
You can’t perform that action at this time.
0 commit comments