You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/01/02 11:25:28 UTC

[maven-help-plugin] branch dependabot/maven/org.codehaus.plexus-plexus-interactivity-api-1.0 updated (9f9f757 -> 5460c03)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch dependabot/maven/org.codehaus.plexus-plexus-interactivity-api-1.0
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git.


 discard 9f9f757  Bump plexus-interactivity-api from 1.0-alpha-6 to 1.0
     add 1339059  update ASF CI url
     add 5ebfb98  update ASF CI url
     add 528adb8  Bump junit from 4.13 to 4.13.1
     add 8db80cd  [MPH-162] Do not append a timestamp to the generated xml header
     add 458abf1  Bump mockito-core from 1.9.5 to 2.28.2
     add c87cd2f  Bump xstream from 1.4.11.1 to 1.4.15
     add e5c0f5b  Bump surefire plugin to 2.22.2
     add 95707a0  Bump modello-maven-plugin from 1.10.0 to 1.11
     add 85fc06d  Bump maven-shared-utils from 3.2.1 to 3.3.3
     new 5460c03  Bump plexus-interactivity-api from 1.0-alpha-6 to 1.0

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   (9f9f757)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.codehaus.plexus-plexus-interactivity-api-1.0 (5460c03)

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 1 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:
 README.md                                          |  8 ++++----
 pom.xml                                            | 23 +++++++---------------
 .../maven/plugins/help/AbstractEffectiveMojo.java  |  8 ++------
 .../maven/plugins/help/DescribeMojoTest.java       |  4 ++--
 4 files changed, 15 insertions(+), 28 deletions(-)


[maven-help-plugin] 01/01: Bump plexus-interactivity-api from 1.0-alpha-6 to 1.0

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

slachiewicz pushed a commit to branch dependabot/maven/org.codehaus.plexus-plexus-interactivity-api-1.0
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit 5460c03b9af6cc71176014ed8162aa10ccf8219d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jan 2 12:24:35 2021 +0100

    Bump plexus-interactivity-api from 1.0-alpha-6 to 1.0
---
 pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index be15994..234b6f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,17 +167,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interactivity-api</artifactId>
-      <version>1.0-alpha-6</version>
-      <exclusions>
-        <exclusion>
-          <groupId>plexus</groupId>
-          <artifactId>plexus-utils</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-component-api</artifactId>
-        </exclusion>
-      </exclusions>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>