Changes
🚀 New features and improvements
- feat: Add Dynamic Versioning SCM plugin (#1082) @jimisola
- Add range type in ignoreVersion (#1093) @slawekjaranowski
- Require Maven 3.6.3, dependencies cleanups (#1089) @slawekjaranowski
- Use new Enforcer Api (#1056) @slawekjaranowski
🐛 Bug Fixes
- Resolves #1042: Fixed set logic wrt processAllModules (#1051) @jarmoniuk
📦 Dependency updates
- Bump com.fasterxml.woodstox:woodstox-core from 6.6.2 to 7.0.0 (#1099) @dependabot
- Bump org.codehaus.mojo:mojo-parent from 82 to 84 (#1087) @dependabot
- Bump org.codehaus.mojo:mojo-parent from 80 to 82 (#1078) @dependabot
- Bump org.apache.maven.shared:maven-common-artifact-filters from 3.3.2 to 3.4.0 (#1086) @dependabot
- Bump byteBuddyVersion from 1.14.16 to 1.14.17 (#1084) @dependabot
- Bump byteBuddyVersion from 1.14.15 to 1.14.16 (#1081) @dependabot
- Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 (#1080) @dependabot
- Bump byteBuddyVersion from 1.14.14 to 1.14.15 (#1075) @dependabot
- Bump byteBuddyVersion from 1.14.13 to 1.14.14 (#1072) @dependabot
- Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (#1074) @dependabot
- Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 (#1069) @dependabot
- Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (#1068) @dependabot
- Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#1065) @dependabot
- Bump byteBuddyVersion from 1.14.12 to 1.14.13 (#1063) @dependabot
- Bump commons-io:commons-io from 2.15.1 to 2.16.0 (#1064) @dependabot
- Bump com.fasterxml.woodstox:woodstox-core from 6.6.1 to 6.6.2 (#1062) @dependabot
- Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 (#1061) @dependabot
- Bump apache/maven-gh-actions-shared from 3 to 4 (#1059) @dependabot
- Bump com.fasterxml.woodstox:woodstox-core from 6.6.0 to 6.6.1 (#1058) @dependabot
- Bump org.codehaus.mojo:mojo-parent from 78 to 80 (#1054) @dependabot
- Bump org.postgresql:postgresql from 42.4.3 to 42.7.2 in /versions-maven-plugin/src/it/it-property-updates-report-002-slow (#1053) @dependabot
- Bump byteBuddyVersion from 1.14.11 to 1.14.12 (#1050) @dependabot
- Bump org.codehaus.plexus:plexus-interactivity-api from 1.2 to 1.3 (#1045) @dependabot
- Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 (#1049) @dependabot
- Bump com.fasterxml.woodstox:woodstox-core from 6.5.1 to 6.6.0 (#1041) @dependabot
- Bump release-drafter/release-drafter from 5 to 6 (#1044) @dependabot
- Bump org.codehaus.mojo:mojo-parent from 77 to 78 (#1038) @dependabot
- Bump org.codehaus.plexus:plexus-interactivity-api from 1.1 to 1.2 (#1036) @dependabot
- Manage byte-buddy version in order to support build with JDK 21 (#1040) @slawekjaranowski
- Bump actions/stale from 8 to 9 (#1032) @dependabot
- Bump org.codehaus.plexus:plexus-archiver from 4.9.0 to 4.9.1 (#1035) @dependabot
- Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#1028) @dependabot
- Bump commons-io:commons-io from 2.15.0 to 2.15.1 (#1030) @dependabot
📝 Documentation updates
- update javadoc at-since annotation to 2.16.2 (#1026) @cachescrubber
👻 Maintenance
- Get rid of usage of o.a.maven.repository.RepositorySystem (#1098) @slawekjaranowski
- Remove unmaintained changes.xml (#1095) @slawekjaranowski
- Use JUnit5 in versions-commons, versions-enforcer (#1094) @slawekjaranowski
- Small ArtifactAssociation refactoring job (#1057) @jarmoniuk
- Updated the contributors list (#1055) @jarmoniuk
- Correct typo from 'ans' to 'and' in docs (#1037) @ChrisLane
🔧 Build
- Build and test with Maven 4 (#1100) @slawekjaranowski
- Optimize ITs parallel build (#1097) @slawekjaranowski
- Execute fail-fast job without ITs (#1096) @slawekjaranowski
- Build ITs in parallel (#1088) @slawekjaranowski