aws-sdk-java-v2
aws-sdk-java-v2 copied to clipboard
Upgrade maven-compiler-plugin to 3.14.1
Motivation and Context
upgrade to latest maven-compiler-plugin: 3.14.1
https://github.com/apache/maven-compiler-plugin/releases
Modifications
pom.xml
Testing
CI build
Screenshots (if appropriate)
Types of changes
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
Checklist
- [x] I have read the CONTRIBUTING document
- [x] Local run of
mvn installsucceeds - [x] My code follows the code style of this project
- [x] My change requires a change to the Javadoc documentation
- [x] I have updated the Javadoc documentation accordingly
- [x] I have added tests to cover my changes
- [x] All new and existing tests passed
- [x] I have added a changelog entry. Adding a new entry must be accomplished by running the
scripts/new-changescript and following the instructions. Commit the new file created by the script in.changes/next-releasewith your changes. - [x] My change is to implement 1.11 parity feature and I have updated LaunchChangelog
License
- [x] I confirm that this pull request can be released under the Apache 2 license
ready for review
ready for review @zoewangg
Ready for review.
Hi @sullis!
Any motivation for the upgrade, besides being the latest version? For example, any particular bugfix you're hoping to get?