109 lines
2.2 KiB
Text
109 lines
2.2 KiB
Text
CHANGELOG
|
|
=========
|
|
|
|
1.4.0
|
|
------
|
|
|
|
* Upgrade findbugs-maven-plugin to 3.0.4
|
|
|
|
1.3.0
|
|
------
|
|
|
|
* Upgrade checkstyle to 7.0
|
|
* Upgrade maven-source-plugin to 3.0.1
|
|
* Upgrade sevntucheckstyle to 1.21.0
|
|
* Upgrade maven-javadoc-plugin to 2.10.4
|
|
* Upgrade jacoco-maven-plugin to 0.7.7
|
|
* checkstyle.xml: Remove rules from that aren't compatible with code style or with lombok
|
|
* checkstyle.xml: Add sevntu's new UniformEnumValueCheck to checkstyle template
|
|
* .gitignore: apply a common standard gitignore to use as template
|
|
|
|
1.2.0
|
|
------
|
|
|
|
* Add selection of sevntu-checkstyle rules to checkstyle template
|
|
* Rewrite sample checkstyle rules definition
|
|
* Upgrade checkstyle to 6.19
|
|
|
|
1.1.0
|
|
------
|
|
|
|
* Upgrade sevntu-checkstyle-maven-plugin to 1.20.0
|
|
* Upgrade checkstyle to 6.18
|
|
|
|
1.0.0
|
|
------
|
|
|
|
* Upgrade checkstyle to 6.17
|
|
* Upgrade maven-project-info-reports-plugin to 2.9
|
|
* Allow versions to be overridden using properties
|
|
* Allow Jacoco limits to be overridden using properties
|
|
|
|
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
|
|
------
|
|
|
|
* Allow the build directory to be overridden
|
|
* Upgrade maven-compiler-plugin to 3.5.1
|
|
* Clean up Jacoco configuration
|
|
* Exclude Integration Tests from Jacoco (classes ending in *IT)
|
|
|
|
0.7.1
|
|
------
|
|
|
|
* Upgrade checkstyle to 6.15
|
|
|
|
0.7.0
|
|
------
|
|
|
|
* Remove release profile property activation
|
|
* Upgrade maven-compiler-plugin to 3.5
|
|
* Upgrade sevntu-checkstyle to 1.18.0
|
|
* Remove digraph-dependency-maven-plugin
|
|
|
|
0.6.1
|
|
------
|
|
|
|
* Upgrade maven-surefire-plugin to 2.19.1
|
|
|
|
0.6.0
|
|
------
|
|
|
|
* Add sevntu-checkstyle support
|
|
* Upgrade checkstyle to 6.14.1
|
|
|
|
0.5.0
|
|
------
|
|
|
|
* Add digraph-dependency-maven-plugin 0.1.2
|
|
|
|
0.4.0
|
|
------
|
|
|
|
* Add Highwheel build plugin for dependency reporting
|
|
* Fix Javadoc and Sources jars not signed correctly during deploy
|
|
|
|
0.3.0
|
|
------
|
|
|
|
* * 230c1ca Upgrade maven-pmd-plugin to 3.6
|
|
* * ca82b4d Only use javadoc, source and deploy plugins in release profile
|
|
|
|
0.2.0
|
|
------
|
|
|
|
* 8e01dc3 Upgrade Checkstyle to 6.13 [#1]
|
|
|
|
0.1.0
|
|
------
|
|
|
|
* Initial Release
|