2015-11-27 13:56:01 +00:00
|
|
|
CHANGELOG
|
|
|
|
=========
|
2015-11-27 13:58:31 +00:00
|
|
|
|
2016-06-28 09:55:33 +01:00
|
|
|
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
|
|
|
|
|
2016-05-31 14:44:44 +01:00
|
|
|
1.2.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* Add selection of sevntu-checkstyle rules to checkstyle template
|
|
|
|
* Rewrite sample checkstyle rules definition
|
|
|
|
* Upgrade checkstyle to 6.19
|
|
|
|
|
2016-05-09 10:48:26 +01:00
|
|
|
1.1.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* Upgrade sevntu-checkstyle-maven-plugin to 1.20.0
|
|
|
|
* Upgrade checkstyle to 6.18
|
|
|
|
|
2016-04-25 22:41:37 +01:00
|
|
|
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
|
|
|
|
|
2016-03-02 11:09:22 +00:00
|
|
|
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
|
|
|
|
|
2016-02-17 14:30:55 +00:00
|
|
|
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)
|
|
|
|
|
2016-02-03 11:56:00 +00:00
|
|
|
0.7.1
|
|
|
|
------
|
|
|
|
|
|
|
|
* Upgrade checkstyle to 6.15
|
|
|
|
|
2016-01-26 11:41:21 +00:00
|
|
|
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
|
|
|
|
|
2016-01-12 13:40:31 +00:00
|
|
|
0.6.1
|
|
|
|
------
|
|
|
|
|
|
|
|
* Upgrade maven-surefire-plugin to 2.19.1
|
|
|
|
|
2016-01-08 11:42:40 +00:00
|
|
|
0.6.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* Add sevntu-checkstyle support
|
|
|
|
* Upgrade checkstyle to 6.14.1
|
|
|
|
|
2016-01-07 13:31:42 +00:00
|
|
|
0.5.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* Add digraph-dependency-maven-plugin 0.1.2
|
|
|
|
|
2016-01-07 11:05:18 +00:00
|
|
|
0.4.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* Add Highwheel build plugin for dependency reporting
|
|
|
|
* Fix Javadoc and Sources jars not signed correctly during deploy
|
|
|
|
|
2015-12-29 14:51:53 +00:00
|
|
|
0.3.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* * 230c1ca Upgrade maven-pmd-plugin to 3.6
|
|
|
|
* * ca82b4d Only use javadoc, source and deploy plugins in release profile
|
|
|
|
|
2015-12-07 11:54:09 +00:00
|
|
|
0.2.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* 8e01dc3 Upgrade Checkstyle to 6.13 [#1]
|
|
|
|
|
2015-11-27 13:58:31 +00:00
|
|
|
0.1.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* Initial Release
|