Merged branch release/2.0.0 into develop

This commit is contained in:
Paul Campbell 2016-08-17 22:42:30 +01:00
commit 6b5391a1cd
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,12 @@
CHANGELOG
=========
2.0.0
-----
* Remove the maven wrapper
* Use kemitix-checkstyle-ruleset 0.1.1
1.5.0
------

View file

@ -4,7 +4,7 @@
<groupId>net.kemitix</groupId>
<artifactId>kemitix-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>
<name>Kemitix Parent</name>
@ -226,6 +226,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version>
<executions>
<execution>
<id>validate</id>
@ -370,6 +371,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version>
<reportSets>
<reportSet>
<reports>