diff --git a/CHANGELOG b/CHANGELOG index 4106e02..0d322fc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,16 @@ CHANGELOG ========= +0.9.0 +------ + +* Upgrade maven-source-plugin to 3.0.0 +* http://blog.soebes.de/blog/2016/02/17/apache-maven-source-plugin-version-3-dot-0-0-released/ +* Upgrade jacoco-maven-plugin to 0.7.6 +* https://github.com/jacoco/jacoco/releases/tag/v0.7.6 +* Upgrade checkstyle to 6.16 +* http://checkstyle.sourceforge.net/releasenotes.html#Release_6.16 + 0.8.0 ------ diff --git a/pom.xml b/pom.xml index f3d11e3..9a3422b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.kemitix kemitix-parent - 0.8.0 + 0.9.0 pom Kemitix Parent @@ -75,7 +75,7 @@ org.apache.maven.plugins maven-source-plugin - 2.4 + 3.0.0 attach-sources @@ -134,7 +134,7 @@ com.puppycrawl.tools checkstyle - 6.15 + 6.16 com.github.sevntu.checkstyle @@ -251,7 +251,7 @@ org.jacoco jacoco-maven-plugin - 0.7.5.201505241946 + 0.7.6.201602180812 @@ -338,7 +338,7 @@ org.jacoco jacoco-maven-plugin - 0.7.5.201505241946 + 0.7.6.201602180812 org.apache.maven.plugins