Merge branch release/0.9.0 into master

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

Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
Paul Campbell 2016-03-02 11:09:22 +00:00
commit 5aa96701e3
2 changed files with 15 additions and 5 deletions

View file

@ -1,6 +1,16 @@
CHANGELOG 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 0.8.0
------ ------

10
pom.xml
View file

@ -4,7 +4,7 @@
<groupId>net.kemitix</groupId> <groupId>net.kemitix</groupId>
<artifactId>kemitix-parent</artifactId> <artifactId>kemitix-parent</artifactId>
<version>0.8.0</version> <version>0.9.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Kemitix Parent</name> <name>Kemitix Parent</name>
@ -75,7 +75,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId> <artifactId>maven-source-plugin</artifactId>
<version>2.4</version> <version>3.0.0</version>
<executions> <executions>
<execution> <execution>
<id>attach-sources</id> <id>attach-sources</id>
@ -134,7 +134,7 @@
<dependency> <dependency>
<groupId>com.puppycrawl.tools</groupId> <groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId> <artifactId>checkstyle</artifactId>
<version>6.15</version> <version>6.16</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.sevntu.checkstyle</groupId> <groupId>com.github.sevntu.checkstyle</groupId>
@ -251,7 +251,7 @@
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.5.201505241946</version> <version>0.7.6.201602180812</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
@ -338,7 +338,7 @@
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.5.201505241946</version> <version>0.7.6.201602180812</version>
</plugin><!-- jacoco-maven-plugin --> </plugin><!-- jacoco-maven-plugin -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>