Merge branch 'prepare/3.5.0' into develop

* prepare/3.5.0:
  Version set to 3.5.0-SNAPSHOT
  Upgrade kemitix-maven-tiles to 0.2.0
  CHANGELOG
  version set to 3.4.0
This commit is contained in:
Paul Campbell 2018-01-07 20:21:03 +00:00
commit 5ca9b02dd0
5 changed files with 18 additions and 7 deletions

View file

@ -1,6 +1,17 @@
CHANGELOG CHANGELOG
========= =========
3.4.0
-----
* Disable Header check
* Remove requirement for `@author` in Type Javadoc
* Disable AvoidStarImport check
* Disable AvoidStaticImport check
* Disable JavadocPackage check
* Upgrade `checkstyle` to 8.7
* Upgrade `sevntu-checkstyle` to 1.26.0
3.3.0 3.3.0
----- -----

View file

@ -14,12 +14,12 @@
<groupId>net.kemitix.checkstyle</groupId> <groupId>net.kemitix.checkstyle</groupId>
<artifactId>ruleset-builder</artifactId> <artifactId>ruleset-builder</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.4.0-SNAPSHOT</version> <version>3.5.0-SNAPSHOT</version>
<properties> <properties>
<java.version>1.8</java.version> <java.version>1.8</java.version>
<tiles-maven-plugin.version>2.10</tiles-maven-plugin.version> <tiles-maven-plugin.version>2.10</tiles-maven-plugin.version>
<kemitix-tiles.version>0.1.1</kemitix-tiles.version> <kemitix-tiles.version>0.2.0</kemitix-tiles.version>
<checkstyle.version>8.7</checkstyle.version> <checkstyle.version>8.7</checkstyle.version>
<sevntu.version>1.26.0</sevntu.version> <sevntu.version>1.26.0</sevntu.version>

View file

@ -6,7 +6,7 @@
<groupId>net.kemitix.checkstyle</groupId> <groupId>net.kemitix.checkstyle</groupId>
<artifactId>ruleset-root</artifactId> <artifactId>ruleset-root</artifactId>
<version>3.4.0-SNAPSHOT</version> <version>3.5.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>

View file

@ -12,11 +12,11 @@
<groupId>net.kemitix.checkstyle</groupId> <groupId>net.kemitix.checkstyle</groupId>
<artifactId>ruleset-regressions</artifactId> <artifactId>ruleset-regressions</artifactId>
<version>3.4.0-SNAPSHOT</version> <version>3.5.0-SNAPSHOT</version>
<properties> <properties>
<tiles-maven-plugin.version>2.10</tiles-maven-plugin.version> <tiles-maven-plugin.version>2.10</tiles-maven-plugin.version>
<kemitix-tiles.version>0.1.1</kemitix-tiles.version> <kemitix-tiles.version>0.2.0</kemitix-tiles.version>
<!-- use the disabled ruleset for normal builds. comment out the following line to check that conditions are caught --> <!-- use the disabled ruleset for normal builds. comment out the following line to check that conditions are caught -->
<ruleset.level>0-disabled</ruleset.level> <ruleset.level>0-disabled</ruleset.level>

View file

@ -12,7 +12,7 @@
</parent> </parent>
<artifactId>kemitix-checkstyle-ruleset</artifactId> <artifactId>kemitix-checkstyle-ruleset</artifactId>
<version>3.4.0-SNAPSHOT</version> <version>3.5.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Kemitix Checkstyle Ruleset</name> <name>Kemitix Checkstyle Ruleset</name>
@ -21,7 +21,7 @@
<properties> <properties>
<tiles-maven-plugin.version>2.10</tiles-maven-plugin.version> <tiles-maven-plugin.version>2.10</tiles-maven-plugin.version>
<kemitix-tiles.version>0.1.1</kemitix-tiles.version> <kemitix-tiles.version>0.2.0</kemitix-tiles.version>
</properties> </properties>
<licenses> <licenses>