Release 5.3.5

This commit is contained in:
Paul Campbell 2019-03-04 19:34:42 +00:00
parent 6ab6b8ae17
commit 1105fd5b7a
6 changed files with 7 additions and 7 deletions

View file

@ -35,7 +35,7 @@ The simplest way to use the ruleset is with the maven-tile:
<extensions>true</extensions> <extensions>true</extensions>
<configuration> <configuration>
<tiles> <tiles>
<tile>net.kemitix.checkstyle:tile:DEV-SNAPSHOT</tile> <tile>net.kemitix.checkstyle:tile:5.3.5</tile>
</tiles> </tiles>
</configuration> </configuration>
</plugin> </plugin>
@ -2715,4 +2715,4 @@ allow use of non-bean property-like naming
Can't handle private methods called by reflection, which may cause issues with Spring and other DI frameworks. Can't handle private methods called by reflection, which may cause issues with Spring and other DI frameworks.
[Effective Java]: http://amzn.to/2aSz6GE [Effective Java]: http://amzn.to/2aSz6GE

View file

@ -14,7 +14,7 @@
<groupId>net.kemitix.checkstyle</groupId> <groupId>net.kemitix.checkstyle</groupId>
<artifactId>builder</artifactId> <artifactId>builder</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>DEV-SNAPSHOT</version> <version>5.3.5</version>
<properties> <properties>
<maven.install.skip>true</maven.install.skip> <maven.install.skip>true</maven.install.skip>

View file

@ -35,7 +35,7 @@ The simplest way to use the ruleset is with the maven-tile:
<extensions>true</extensions> <extensions>true</extensions>
<configuration> <configuration>
<tiles> <tiles>
<tile>net.kemitix.checkstyle:tile:DEV-SNAPSHOT</tile> <tile>net.kemitix.checkstyle:tile:5.3.5</tile>
</tiles> </tiles>
</configuration> </configuration>
</plugin> </plugin>

View file

@ -6,7 +6,7 @@
<groupId>net.kemitix.checkstyle</groupId> <groupId>net.kemitix.checkstyle</groupId>
<artifactId>kemitix-checkstyle-ruleset</artifactId> <artifactId>kemitix-checkstyle-ruleset</artifactId>
<version>DEV-SNAPSHOT</version> <version>5.3.5</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>

View file

@ -13,7 +13,7 @@
<groupId>net.kemitix.checkstyle</groupId> <groupId>net.kemitix.checkstyle</groupId>
<artifactId>ruleset</artifactId> <artifactId>ruleset</artifactId>
<version>DEV-SNAPSHOT</version> <version>5.3.5</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Kemitix Checkstyle Ruleset</name> <name>Kemitix Checkstyle Ruleset</name>

View file

@ -12,7 +12,7 @@
<groupId>net.kemitix.checkstyle</groupId> <groupId>net.kemitix.checkstyle</groupId>
<artifactId>tile</artifactId> <artifactId>tile</artifactId>
<version>DEV-SNAPSHOT</version> <version>5.3.5</version>
<packaging>tile</packaging> <packaging>tile</packaging>