Merge pull request #73 from kemitix/release/3.0.0

Post-Release 3.0.0
This commit is contained in:
Paul Campbell 2017-05-30 22:31:06 +01:00 committed by GitHub
commit ac40c4f8c2
2 changed files with 11 additions and 2 deletions

View file

@ -1,6 +1,15 @@
CHANGELOG
=========
3.0.0
-----
* BREAKING: Remove Spring Dependency Management
* Upgrade kemitix-checkstyle-ruleset to 3.1.0
* Upgrade maven-pmd to 3.8 (PMD 5.6.1)
* Add deploy to nexus from Travis CI
* Add Pitest Mutation testing
2.8.0
-----

View file

@ -5,7 +5,7 @@
<groupId>net.kemitix</groupId>
<artifactId>kemitix-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Kemitix Parent</name>
@ -56,7 +56,7 @@
<maven-compiler-plugin.version>3.6.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.20</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>2.20</maven-failsafe-plugin.version>
<maven-pmd-plugin.version>3.7</maven-pmd-plugin.version>
<maven-pmd-plugin.version>3.8</maven-pmd-plugin.version>
<huntbugs.version>0.0.11</huntbugs.version>
<jacoco-maven-plugin.version>0.7.9</jacoco-maven-plugin.version>
<highwheel-maven.version>1.2</highwheel-maven.version>