This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a change to branch TEST in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git.
discard e7aca69 Test Commit. add 07440b2 Bump version to 3.1.0-SNAPSHOT add 83fc0a7 [maven-release-plugin] prepare release maven-help-plugin-3.1.0 add 5fadd04 [maven-release-plugin] prepare for next development iteration add eb79398 [INFRA-16467] move components documentation out of CMS space add 9d1e974 Fixed link to mailing list. add ef1f50f Fixed link to mailing lists. add 0c9f36f [MPH-153] - Upgrade maven-plugins parent to version 32 add e860b84 [MNGSITE-341] use https for sigs, hashes and KEYS add 672e124 [MPOM-205] use sha512 checksums instead of sha1 add 630833c switch to asfMavenTlpPlgnBuild add 459e1d4 upgraded parent POM from 32 to 33 add 26224aa [MPH-154] The output of the plugin should be flushed when using forceStdout add f74bd62 update dev list link in readme add 8bfd273 Merge pull request #2 from rremer/update-mailing-link add cdf80d2 [MPH-156] - Upgrade maven-artifact-transfer to 0.10.0 new d9138b1 Test Commit. new 9e2a674 Fixed. This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (e7aca69) \ N -- N -- N refs/heads/TEST (9e2a674) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CONTRIBUTING.md | 2 +- Jenkinsfile | 2 +- README.md | 4 ++-- pom.xml | 18 +++++++----------- .../invoker.properties | 3 ++- src/it/{evaluate => evaluate-forceStdout}/pom.xml | 0 .../test.properties | 4 ++-- .../verify.groovy | 3 +-- .../apache/maven/plugins/help/AbstractHelpMojo.java | 6 +++--- .../org/apache/maven/plugins/help/DescribeMojo.java | 2 +- .../org/apache/maven/plugins/help/EvaluateMojo.java | 5 +++-- src/site/xdoc/download.xml.vm | 6 +++--- 12 files changed, 26 insertions(+), 29 deletions(-) copy src/it/{active-profiles => evaluate-forceStdout}/invoker.properties (94%) copy src/it/{evaluate => evaluate-forceStdout}/pom.xml (100%) copy src/it/{describe-cmd-with-goal => evaluate-forceStdout}/test.properties (94%) copy src/it/{effective-pom-multimodule => evaluate-forceStdout}/verify.groovy (86%)