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:
commit
5ca9b02dd0
5 changed files with 18 additions and 7 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -1,6 +1,17 @@
|
|||
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
|
||||
-----
|
||||
|
||||
|
|
|
@ -14,12 +14,12 @@
|
|||
<groupId>net.kemitix.checkstyle</groupId>
|
||||
<artifactId>ruleset-builder</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>3.4.0-SNAPSHOT</version>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.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>
|
||||
<sevntu.version>1.26.0</sevntu.version>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>net.kemitix.checkstyle</groupId>
|
||||
<artifactId>ruleset-root</artifactId>
|
||||
<version>3.4.0-SNAPSHOT</version>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
|
|
|
@ -12,11 +12,11 @@
|
|||
|
||||
<groupId>net.kemitix.checkstyle</groupId>
|
||||
<artifactId>ruleset-regressions</artifactId>
|
||||
<version>3.4.0-SNAPSHOT</version>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
|
||||
<properties>
|
||||
<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 -->
|
||||
<ruleset.level>0-disabled</ruleset.level>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
</parent>
|
||||
|
||||
<artifactId>kemitix-checkstyle-ruleset</artifactId>
|
||||
<version>3.4.0-SNAPSHOT</version>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Kemitix Checkstyle Ruleset</name>
|
||||
|
@ -21,7 +21,7 @@
|
|||
|
||||
<properties>
|
||||
<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>
|
||||
|
||||
<licenses>
|
||||
|
|
Loading…
Reference in a new issue