2.1.0
github-actions
released this
06 Jun 23:13
·
101 commits
to refs/heads/master
since this release
🚀 New features and improvements
- Fix #379 allow users to customize the copyright string format (#380) @davenice
- Update GPL licenses (#362) @camlloyd
- Recognize classpath protocol as external (#486) @slawekjaranowski
🐛 Bug Fixes
- fix #361 - sortArtifactByName: artifacts with the same name are lost (#363) @lrozenblyum
- Fix #354 Make artifact cache safe for concurrent access (#355) @Stephan202
- Fix cookie header warning (#472) @danHayworth
📦 Dependency updates
- Bump maven-reporting-impl from 3.0.0 to 3.2.0 (#452) @dependabot
- Bump maven-reporting-api from 3.0 to 3.1.1 (#456) @dependabot
- Bump plexus-utils from 3.5.1 to 4.0.0 (#481) @dependabot
- Bump mojo-parent from 74 to 75 (#488) @dependabot
- Bump plexus-container-default from 2.0.0 to 2.1.1 (#487) @dependabot
- Bump build-helper-maven-plugin from 1.10 to 3.4.0 (#483) @dependabot
- Bump slf4j-api from 1.7.26 to 1.7.36 (#485) @dependabot
- Bump doxia-site-renderer from 1.8.1 to 1.11.1 (#482) @dependabot
- Bump httpclient from 4.5.13 to 4.5.14 (#478) @dependabot
- Bump commons-io from 2.6 to 2.12.0 (#477) @dependabot
- Bump doxiaVersion from 1.8 to 1.12.0 (#475) @dependabot
- Bump commons-lang3 from 3.7 to 3.12.0 (#467) @dependabot
- Bump httpcore from 4.4.8 to 4.4.16 (#473) @dependabot
- Bump plexus-utils from 3.1.0 to 3.5.1 (#469) @dependabot
- Bump plexusComponentVersion from 1.7.1 to 2.1.1 (#453) @dependabot
👻 Maintenance
- Update plugins in ITs and cleanups (#492) @slawekjaranowski
- Use license plugin version from parent, update THIRD-PARTY.properties (#491) @slawekjaranowski
- fix copy&paste issue in property description (#376) @CCFenner
- Get rid of plexus-container-default from dependencies (#490) @slawekjaranowski
- Get rid of localRepository parameter (#489) @slawekjaranowski
🔧 Build
- Add release-drafter (#484) @slawekjaranowski