Bump mavenVersion from 3.9.13 to 3.9.14 (#965)
Bumps
mavenVersionfrom 3.9.13 to 3.9.14.Updates
org.apache.maven:maven-artifactfrom 3.9.13 to 3.9.14Updates
org.apache.maven:maven-plugin-apifrom 3.9.13 to 3.9.14Updates
org.apache.maven:maven-corefrom 3.9.13 to 3.9.14Updates
org.apache.maven:maven-modelfrom 3.9.13 to 3.9.14Updates
org.apache.maven:maven-model-builderfrom 3.9.13 to 3.9.14Updates
org.apache.maven:maven-settingsfrom 3.9.13 to 3.9.14
updated-dependencies:
- dependency-name: org.apache.maven:maven-artifact dependency-version: 3.9.14 dependency-type: direct:production update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-plugin-api dependency-version: 3.9.14 dependency-type: direct:production update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-core dependency-version: 3.9.14 dependency-type: direct:production update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-model dependency-version: 3.9.14 dependency-type: direct:production update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-model-builder dependency-version: 3.9.14 dependency-type: direct:production update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-settings dependency-version: 3.9.14 dependency-type: direct:production update-type: version-update:semver-patch …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Contributing to Maven Enforcer - The Loving Iron Fist of Maven™
The Enforcer plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more built-in rules and user created rules.
You have found a bug, or you have an idea for a cool new feature? Contributing code is a great way to give something back to the open source community. Before you dig right into the code, there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.
Getting Started
Making and Submitting Changes
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors.
There are some guidelines which will make applying PRs easier for us:
git diff --checkbefore committing.mvn -Prun-its verifyto assure nothing else was accidentally broken.If you plan to contribute on a regular basis, please consider filing a contributor license agreement.
Additional Resources