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 12:48:40 UTC

[maven-help-plugin] branch master updated (e5c0f5b -> 1d6368d)

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

slachiewicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git.


    from e5c0f5b  Bump surefire plugin to 2.22.2
     new 95707a0  Bump modello-maven-plugin from 1.10.0 to 1.11
     new 1d6368d  Bump plexus-interactivity-api from 1.0-alpha-6 to 1.0

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:
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[maven-help-plugin] 01/02: Bump modello-maven-plugin from 1.10.0 to 1.11

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

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

commit 95707a0b0c3ccbc6d452c023999b254efb6e3eeb
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jan 2 11:47:48 2021 +0100

    Bump modello-maven-plugin from 1.10.0 to 1.11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cb680a2..1bbfb2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,7 +312,7 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.10.0</version>
+        <version>1.11</version>
         <configuration>
           <version>4.0.0</version>
           <models>


[maven-help-plugin] 02/02: 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 master
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit 1d6368d3d368e857117051efe3a71f91fffb0ecb
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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1bbfb2b..57e53e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,15 +167,15 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interactivity-api</artifactId>
-      <version>1.0-alpha-6</version>
+      <version>1.0</version>
       <exclusions>
         <exclusion>
-          <groupId>plexus</groupId>
+          <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-utils</artifactId>
         </exclusion>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-component-api</artifactId>
+          <artifactId>plexus-container-default</artifactId>
         </exclusion>
       </exclusions>
     </dependency>