File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
access-modifier-annotation
access-modifier-suppressions Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.kohsuke</groupId >
6
6
<artifactId >access-modifier</artifactId >
7
- <version >1.29 </version >
7
+ <version >${revision}${changelist} </version >
8
8
</parent >
9
9
<artifactId >access-modifier-annotation</artifactId >
10
10
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.kohsuke</groupId >
6
6
<artifactId >access-modifier</artifactId >
7
- <version >1.29 </version >
7
+ <version >${revision}${changelist} </version >
8
8
</parent >
9
9
<artifactId >access-modifier-checker</artifactId >
10
10
<packaging >maven-plugin</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.kohsuke</groupId >
6
6
<artifactId >access-modifier</artifactId >
7
- <version >1.29 </version >
7
+ <version >${revision}${changelist} </version >
8
8
</parent >
9
9
<artifactId >access-modifier-suppressions</artifactId >
10
10
Original file line number Diff line number Diff line change 10
10
11
11
<groupId >org.kohsuke</groupId >
12
12
<artifactId >access-modifier</artifactId >
13
- <version >1.29 </version >
13
+ <version >${revision}${changelist} </version >
14
14
<packaging >pom</packaging >
15
15
16
16
<name >Custom access modifier for Java</name >
41
41
<scm child.scm.connection.inherit.append.path=" false" child.scm.developerConnection.inherit.append.path=" false" child.scm.url.inherit.append.path=" false" >
42
42
<connection >scm:git:https://github.com/${gitHubRepo} .git</connection >
43
43
<developerConnection >scm:git:git@github.com:${gitHubRepo} .git</developerConnection >
44
- <tag >access-modifier-1.29 </tag >
44
+ <tag >${scmTag} </tag >
45
45
<url >https://github.com/${gitHubRepo} </url >
46
46
</scm >
47
47
48
48
<properties >
49
- <revision >1.29 </revision >
49
+ <revision >1.30 </revision >
50
50
<changelist >-SNAPSHOT</changelist >
51
51
<gitHubRepo >jenkinsci/lib-access-modifier</gitHubRepo >
52
52
</properties >
You can’t perform that action at this time.
0 commit comments