commit | b9b0d9a624f02a0d91a4c38d676401f521e8f9b1 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Nov 15 21:27:50 2024 +0000 |
committer | GitHub <noreply@github.com> | Fri Nov 15 21:27:50 2024 +0000 |
tree | ad28829a40cac5746c28cf7ca59e33b6b48987df | |
parent | b577a43086ed607adcb0417196bfa6fc382622a0 [diff] |
Bump mavenVersion from 4.0.0-beta-3 to 4.0.0-beta-5 Bumps `mavenVersion` from 4.0.0-beta-3 to 4.0.0-beta-5. Updates `org.apache.maven:maven-api-core` from 4.0.0-beta-3 to 4.0.0-beta-5 Updates `org.apache.maven:maven-api-di` from 4.0.0-beta-3 to 4.0.0-beta-5 Updates `org.apache.maven:maven-api-model` from 4.0.0-beta-3 to 4.0.0-beta-5 Updates `org.apache.maven:maven-api-meta` from 4.0.0-beta-3 to 4.0.0-beta-5 Updates `org.apache.maven:maven-api-settings` from 4.0.0-beta-3 to 4.0.0-beta-5 Updates `org.apache.maven:maven-core` from 4.0.0-beta-3 to 4.0.0-beta-5 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-4.0.0-beta-3...maven-4.0.0-beta-5) Updates `org.apache.maven:maven-di` from 4.0.0-beta-3 to 4.0.0-beta-5 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-4.0.0-beta-3...maven-4.0.0-beta-5) --- updated-dependencies: - dependency-name: org.apache.maven:maven-api-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-api-di dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-api-model dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-api-meta dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-api-settings dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-core dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-di dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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.
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 --check
before committing.[MSHARED-XXX] - Subject of the JIRA Ticket Optional supplemental description.
mvn -Prun-its verify
to assure nothing else was accidentally broken.If you plan to contribute on a regular basis, please consider filing a contributor license agreement.
For changes of a trivial nature to comments and documentation, it is not always necessary to create a new ticket in JIRA. In this case, it is appropriate to start the first line of a commit with ‘(doc)’ instead of a ticket number.