You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/12/01 09:52:00 UTC

[maven-help-plugin] branch TEST updated (e7aca69 -> 9e2a674)

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%)


[maven-help-plugin] 02/02: Fixed.

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch TEST
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit 9e2a67461814fdbd36d3ee09146335975be86e86
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Dec 1 10:50:11 2018 +0100

    Fixed.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ba3853b..f695a9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interactivity-api</artifactId>
-      <version>1.0-alpha-5</version>
+      <version>1.0-alpha-6</version>
       <exclusions>
         <exclusion>
           <groupId>plexus</groupId>


[maven-help-plugin] 01/02: Test Commit.

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch TEST
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit d9138b1f7043e4690dcfb47710f43a12d7470a30
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Apr 7 13:51:37 2018 +0200

    Test Commit.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f695a9e..ba3853b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interactivity-api</artifactId>
-      <version>1.0-alpha-6</version>
+      <version>1.0-alpha-5</version>
       <exclusions>
         <exclusion>
           <groupId>plexus</groupId>