|
| 1 | +# Change log |
| 2 | + |
| 3 | +## Release in-progress |
| 4 | +* Add quick-build profile. |
| 5 | +* Update dependencies and plugin versions. |
| 6 | +* Update bt-checkstyle.xml to include latest checks from sun_check.xml. |
| 7 | +* Plugin configuration is only done via user properties which is easier for projects to override. |
| 8 | + |
| 9 | +## 1.0.15 |
| 10 | +* Refactor README #52 |
| 11 | +* Update plugin versions #54 |
| 12 | + |
| 13 | +## 1.0.14 |
| 14 | +* Update README. |
| 15 | +* Latest checkstyle and pmd. |
| 16 | + |
| 17 | +## 1.0.13 |
| 18 | +* Remove redundant ${bt.plugin.xxxx} properties. Use plugin user properties instead. |
| 19 | +* Update QA override details in README. |
| 20 | +* Update bt-checkstyle.xml to include the latest checkstyle sun-check.xml changes. |
| 21 | +* Delete bt-spotbugs-exclude-filter.xml as projects should handle their own excludes. |
| 22 | +* Introduce ${bt.version} properties for dependency versions. |
| 23 | +* Introduce maven version checker to display updates for project dependencies. |
| 24 | +* Move enforce dependency convergence to qa-parent |
| 25 | + |
| 26 | +## 1.0.12 |
| 27 | +* Updated plugin versions. |
| 28 | +* Enhance vulnerability checking. |
| 29 | +* Minor fixes to README. |
| 30 | + |
| 31 | +## 1.0.11 |
| 32 | +* Update OWASP properties. |
| 33 | + |
| 34 | +## 1.0.10 |
| 35 | +* Include dependency convergence check in the maven enforcer plugin. |
| 36 | + |
| 37 | +## 1.0.9 |
| 38 | +* Fix Jacoco Coverage Report. |
| 39 | + |
| 40 | +## 1.0.8 |
| 41 | +* Latest rules and versions of checkstyle, pmd and spotbugs (formerly findbugs). |
| 42 | +* Removed wc.qa.skip property to only use bt.qa.skip. |
| 43 | +* Removed surefire.version property as use plugin inheritance for version. |
| 44 | +* Upgrade to junit 5. |
| 45 | + |
| 46 | +## 1.0.7 |
| 47 | +* Update version of dependency-check-maven and change default config. |
| 48 | +* Remove site generation. |
| 49 | + |
| 50 | +## 1.0.6 |
| 51 | +* Added properties to manage non-java analysers in the dependency check plugin (see wiki). |
| 52 | +* Turned off the following analysers (in default configuration): |
| 53 | + * nsp analyzer; |
| 54 | + * nuspec analyzer; |
| 55 | + * swift package manager analyzer; and |
| 56 | + * assembly analyzer. |
| 57 | +* Incremented version of dependency-check-maven to 3.3.2. |
| 58 | + |
| 59 | +## 1.0.5 |
| 60 | +* Added support for OWASP dependency checker using dependency-check-maven. |
| 61 | + |
| 62 | +## 1.0.4 |
| 63 | +* Update README. |
| 64 | +* Added bt.qa.skip property. |
| 65 | +* Fix badger version. |
| 66 | + |
| 67 | +## 1.0.3 |
| 68 | +* Added qa-parent. |
| 69 | + |
| 70 | +## 1.0.2 |
| 71 | +* Generate javadoc and sources in release. |
| 72 | + |
| 73 | +## 1.0.1 |
| 74 | +* Surefire version property. |
| 75 | + |
| 76 | +## 1.0.0 |
| 77 | +* Initial version |
0 commit comments