Codebase list access-modifier-checker / c6a15e2
New upstream version 1.21 Emmanuel Bourg 3 years ago
4 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
33 <parent>
44 <artifactId>access-modifier</artifactId>
55 <groupId>org.kohsuke</groupId>
6 <version>1.18</version>
6 <version>1.21</version>
77 </parent>
88 <artifactId>access-modifier-annotation</artifactId>
99
33 <parent>
44 <artifactId>access-modifier</artifactId>
55 <groupId>org.kohsuke</groupId>
6 <version>1.18</version>
6 <version>1.21</version>
77 </parent>
88 <artifactId>access-modifier-checker</artifactId>
99 <packaging>maven-plugin</packaging>
33 <parent>
44 <artifactId>access-modifier</artifactId>
55 <groupId>org.kohsuke</groupId>
6 <version>1.18</version>
6 <version>1.21</version>
77 </parent>
88 <artifactId>access-modifier-suppressions</artifactId>
99
99
1010 <groupId>org.kohsuke</groupId>
1111 <artifactId>access-modifier</artifactId>
12 <version>1.18</version>
12 <version>1.21</version>
1313
1414 <name>Custom access modifier for Java</name>
1515 <packaging>pom</packaging>
1616 <description>Extensible application-specific access modifiers for Java</description>
1717
1818 <properties>
19 <revision>1.17</revision>
19 <revision>1.19</revision>
2020 <changelist>-SNAPSHOT</changelist>
2121 <gitHubRepo>jenkinsci/lib-access-modifier</gitHubRepo>
2222 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3434 <connection>scm:git:git@github.com/${gitHubRepo}.git</connection>
3535 <developerConnection>scm:git:ssh://git@github.com/${gitHubRepo}.git</developerConnection>
3636 <url>https://github.com/${gitHubRepo}</url>
37 <tag>access-modifier-1.18</tag>
37 <tag>access-modifier-1.21</tag>
3838 </scm>
3939
4040 <developers>