Merge branch release/0.7.1 into master
Upgrade checkstyle to 6.15 Signed-off-by: Paul Campbell <paulcampbell@fife.ac.uk>
This commit is contained in:
commit
d2a86f4a9e
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.7.1
|
||||
------
|
||||
|
||||
* Upgrade checkstyle to 6.15
|
||||
|
||||
0.7.0
|
||||
------
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -4,7 +4,7 @@
|
|||
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>kemitix-parent</artifactId>
|
||||
<version>0.7.0</version>
|
||||
<version>0.7.1</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Kemitix Parent</name>
|
||||
|
@ -132,7 +132,7 @@
|
|||
<dependency>
|
||||
<groupId>com.puppycrawl.tools</groupId>
|
||||
<artifactId>checkstyle</artifactId>
|
||||
<version>6.14.1</version>
|
||||
<version>6.15</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.sevntu.checkstyle</groupId>
|
||||
|
|
Loading…
Reference in a new issue