File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
</parent >
11
11
12
12
<artifactId >git</artifactId >
13
- <version >5.7.0 </version >
13
+ <version >${revision}${changelist} </version >
14
14
<packaging >hpi</packaging >
15
15
16
16
<name >Git plugin</name >
27
27
<scm >
28
28
<connection >scm:git:https://github.com/${gitHubRepo} </connection >
29
29
<developerConnection >scm:git:git@github.com:${gitHubRepo} .git</developerConnection >
30
- <tag >git-5.7.0 </tag >
30
+ <tag >${scmTag} </tag >
31
31
<url >https://github.com/${gitHubRepo} </url >
32
32
</scm >
33
33
34
34
<properties >
35
- <revision >5.7.0 </revision >
35
+ <revision >5.7.1 </revision >
36
36
<changelist >-SNAPSHOT</changelist >
37
37
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
38
38
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
You can’t perform that action at this time.
0 commit comments