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/03/30 19:21:20 UTC

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

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

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

commit af749d464c2eb026bcffdc8915bbb2c99a82ebb9
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri Mar 30 21:20:58 2018 +0200

    [MPH-147] - plexus-interactivity-api to 1.0-alpha-6
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 971464d..51897ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,12 +161,16 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interactivity-api</artifactId>
-      <version>1.0-alpha-4</version>
+      <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>
     </dependency>
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.