Merge branch release/0.2.0 into master

8e01dc3 Upgrade Checkstyle to 6.13 [#1]

Signed-off-by: Paul Campbell <paulcampbell@fife.ac.uk>
This commit is contained in:
Paul Campbell 2015-12-07 11:54:09 +00:00
commit feb549c107
2 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,11 @@
CHANGELOG CHANGELOG
========= =========
0.2.0
------
* 8e01dc3 Upgrade Checkstyle to 6.13 [#1]
0.1.0 0.1.0
------ ------

View file

@ -4,7 +4,7 @@
<groupId>net.kemitix</groupId> <groupId>net.kemitix</groupId>
<artifactId>kemitix-parent</artifactId> <artifactId>kemitix-parent</artifactId>
<version>0.1.0</version> <version>0.2.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Kemitix Parent</name> <name>Kemitix Parent</name>
@ -93,7 +93,7 @@
<dependency> <dependency>
<groupId>com.puppycrawl.tools</groupId> <groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId> <artifactId>checkstyle</artifactId>
<version>6.12.1</version> <version>6.13</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin><!-- maven-checkstyle-plugin --> </plugin><!-- maven-checkstyle-plugin -->