Releases: WrenSecurity/wrensec-parent
Releases · WrenSecurity/wrensec-parent
4.2.0
What's Changed
- Update all plugin versions by @pavelhoral in #35
Breaking Changes
- New Site descriptor schema is required (https://maven.apache.org/doxia/doxia-sitetools/doxia-site-model/site.html)
New Contributors
- @pavelhoral made their first contribution in #35
Full Changelog: 4.1.1...4.2.0
4.1.1
What's Changed
- Update wrenBuildToolsVersion to 1.2.0 by @adela-domokosova in #34
Full Changelog: 4.1.0...4.1.1
4.1.0
What's Changed
- Add sonarqube reporting by @adela-domokosova in #32
- Add sonar properties by @adela-domokosova in #33
New Contributors
- @adela-domokosova made their first contribution in #32
Full Changelog: 4.0.2...4.1.0
4.0.2
What's Changed
- Fix JavaDoc plugin linksource configuration. by @karelmaxa in #30
- Upgrade PGP Maven Plugin to support revoked keys by @karelmaxa in #31
Full Changelog: 4.0.1...4.0.2
4.0.1
Changes:
- Upgraded maven-gpg-plugin to add support for non-default keys.
Full Changelog: 4.0.0...4.0.1
Release 4.0.0
Major changes:
- drop Java 8 compatibility - from now on only Java 11+ is supported
- fix POM compatibility issues with Maven 4.0.0 alpha-3 (we are getting ready for Maven 4+)
Minor changes:
- fix JavaDoc plugin configuration (removed incorrect stylesheet reference)
Release 3.5.1
Minor changes:
- fix JavaDoc plugin configuration (removed incorrect stylesheet reference)
Release 3.5.0
Major changes:
- updated all maven plugin versions
- removed unnecessary gitexe SCM provider
- replaced deprecated FindBugs with SpotBugs
- removed unnecessary Eclipse Lifecycle Mapping (processing instructions are preferred way of configuring Eclipse)
- updated PGP whitelist version reference
Release 3.4.0
Changes:
- Upgraded
i18n-maven-pluginto the latest release with changed MavengroupId.
Release 3.3.0
Updated pgpverifiy-maven-plugin configuration to use key file from plugin dependency instead of key map downloaded by maven-remote-resources-plugin.