Merge branch release/0.6.0 into master
Add sevntu-checkstyle support Upgrade checkstyle to 6.14.1 Signed-off-by: Paul Campbell <paulcampbell@fife.ac.uk>
This commit is contained in:
commit
1fed5d6048
2 changed files with 21 additions and 2 deletions
|
@ -1,6 +1,12 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.6.0
|
||||
------
|
||||
|
||||
* Add sevntu-checkstyle support
|
||||
* Upgrade checkstyle to 6.14.1
|
||||
|
||||
0.5.0
|
||||
------
|
||||
|
||||
|
|
17
pom.xml
17
pom.xml
|
@ -4,7 +4,7 @@
|
|||
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>kemitix-parent</artifactId>
|
||||
<version>0.5.0</version>
|
||||
<version>0.6.0</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Kemitix Parent</name>
|
||||
|
@ -120,6 +120,14 @@
|
|||
</profile><!-- release -->
|
||||
</profiles>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>sevntu-maven</id>
|
||||
<name>sevntu-maven</name>
|
||||
<url>http://sevntu-checkstyle.github.io/sevntu.checkstyle/maven2</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
|
@ -130,7 +138,12 @@
|
|||
<dependency>
|
||||
<groupId>com.puppycrawl.tools</groupId>
|
||||
<artifactId>checkstyle</artifactId>
|
||||
<version>6.13</version>
|
||||
<version>6.14.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.sevntu.checkstyle</groupId>
|
||||
<artifactId>sevntu-checkstyle-maven-plugin</artifactId>
|
||||
<version>1.17.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin><!-- maven-checkstyle-plugin -->
|
||||
|
|
Loading…
Reference in a new issue