❗ NOTICE
Due to Doxia 2.x
stack maven-site-plugin
3.20+ is required.
https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack
Changes
🚀 New features and improvements
- Upgrade to Doxia 2.x stack (#1180) @slawekjaranowski
- Remove implementation of dynamic version goal (#1179) @slawekjaranowski
- fix: Removed non-fully functional dynamic version goal (#1172) @jimisola
- Resolves #1131: Suppress logging when allowMajorUpdates, allowMinorUp… (#1132) @gmshake
- Move
expression: {blah} no value
System.out
to logs (#1119) @JackPGreen - Improve speed of versions:resolve-ranges in case parents contain many version properties (#1122) @m-schutte-ohra-nl
🐛 Bug Fixes
- Resolves #1060: Bugfix in UpdateParentMojo + add tests (#1181) @andrzejj0
- Resolves#1066: Fixed a possible NPE in interpolateVersion (#1166) @andrzejj0
- Resolves #1067: Bug fix: incorrect arguments of PomHelper::createProjectBuilderRequest (#1164) @andrzejj0
- Resolves #1137: using PomHelper.getGroupId if groupId of the current project root is empty (#1162) @andrzejj0
- bugix/ protect internal data in multi thread env. (#1133) @jgraglia
- Fixed #1123 - Missing link in examples to recoding changes and use dy… (#1124) @khmarbaise
📦 Dependency updates
- Upgrade to Doxia 2.x stack (#1180) @slawekjaranowski
- Bump byteBuddyVersion from 1.15.7 to 1.15.10 (#1173) @dependabot
- Bump com.fasterxml.woodstox:woodstox-core from 7.0.0 to 7.1.0 (#1171) @dependabot
- Bump org.codehaus.groovy:groovy-all from 2.0.0 to 2.4.21 in /versions-maven-plugin/src/it/it-property-updates-report-002-slow (#1161) @dependabot
- Bump byteBuddyVersion from 1.15.5 to 1.15.7 (#1163) @dependabot
- Bump byteBuddyVersion from 1.15.4 to 1.15.5 (#1160) @dependabot
- Bump byteBuddyVersion from 1.15.3 to 1.15.4 (#1156) @dependabot
- Bump org.codehaus.mojo:mojo-parent from 85 to 86 (#1139) @dependabot
- Bump byteBuddyVersion from 1.15.1 to 1.15.3 (#1151) @dependabot
- Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 (#1148) @dependabot
- Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#1143) @dependabot
- Bump byteBuddyVersion from 1.15.0 to 1.15.1 (#1135) @dependabot
- Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 (#1136) @dependabot
- Bump byteBuddyVersion from 1.14.19 to 1.15.0 (#1134) @dependabot
- Bump byteBuddyVersion from 1.14.18 to 1.14.19 (#1129) @dependabot
- Bump org.codehaus.mojo:mojo-parent from 84 to 85 (#1128) @dependabot
- Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 (#1126) @dependabot
- Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#1125) @dependabot
- Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#1117) @dependabot
- Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 (#1118) @dependabot
📝 Documentation updates
👻 Maintenance
- Drop Maven Wrapper from project (#1178) @slawekjaranowski
- Bump project version to 2.18.0-SNAPSHOT (#1177) @slawekjaranowski
- Move to modello-stax (#1176) @andrzejj0
- Using Stax2 (Woodstox) instead of plexus-xml (Xpp) to process XML (#1174) @andrzejj0
- Resolves#1169: Clean-up, remove deprecated methods, remove Plexus StringUtils in favour of Apache Commons (#1170) @andrzejj0
- Update site descriptor to 2.x (#1167) @slawekjaranowski
- Disable ITs with not set CI Friendly with newer Maven version (#1152) @slawekjaranowski
🔧 Build
- Use shared release drafter GH Action (#1127) @slawekjaranowski