Release 5.3.3
This commit is contained in:
parent
b7ab7964ec
commit
ee70bc5929
5 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@
|
|||
<groupId>net.kemitix.checkstyle</groupId>
|
||||
<artifactId>builder</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>DEV-SNAPSHOT</version>
|
||||
<version>5.3.3</version>
|
||||
|
||||
<properties>
|
||||
<maven.install.skip>true</maven.install.skip>
|
||||
|
|
|
@ -35,7 +35,7 @@ The simplest way to use the ruleset is with the maven-tile:
|
|||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<tiles>
|
||||
<tile>net.kemitix.checkstyle:tile:DEV-SNAPSHOT</tile>
|
||||
<tile>net.kemitix.checkstyle:tile:5.3.3</tile>
|
||||
</tiles>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>net.kemitix.checkstyle</groupId>
|
||||
<artifactId>kemitix-checkstyle-ruleset</artifactId>
|
||||
<version>DEV-SNAPSHOT</version>
|
||||
<version>5.3.3</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<groupId>net.kemitix.checkstyle</groupId>
|
||||
<artifactId>ruleset</artifactId>
|
||||
<version>DEV-SNAPSHOT</version>
|
||||
<version>5.3.3</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Kemitix Checkstyle Ruleset</name>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<groupId>net.kemitix.checkstyle</groupId>
|
||||
<artifactId>tile</artifactId>
|
||||
<version>DEV-SNAPSHOT</version>
|
||||
<version>5.3.3</version>
|
||||
|
||||
<packaging>tile</packaging>
|
||||
|
||||
|
|
Loading…
Reference in a new issue