You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gb...@apache.org on 2018/02/19 13:04:13 UTC

[maven-assembly-plugin] branch master updated: [MASSEMBLY-876] - Upgrade parent to 31

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2cc3441  [MASSEMBLY-876] - Upgrade parent to 31
2cc3441 is described below

commit 2cc3441e7c1ba19503c83180b9d4b6716776d142
Author: Guillaume Boué <gb...@apache.org>
AuthorDate: Mon Feb 19 14:03:34 2018 +0100

    [MASSEMBLY-876] - Upgrade parent to 31
    
    Fix 3 ITs by removing the used property invokerPluginVersion which is
    undeclared in POM since previous cleanup.
---
 pom.xml                                                                  | 1 -
 .../container-descriptors/custom-containerDescriptorHandler/pom.xml      | 1 -
 .../container-descriptors/custom-handler-withFileEntries/pom.xml         | 1 -
 .../container-descriptors/custom-handler-withMixedEntries/pom.xml        | 1 -
 4 files changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index b453154..ea457c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -388,7 +388,6 @@ under the License.
               <properties>
                 <useJvmChmod>${useJvmChmod}</useJvmChmod>
                 <testVersion>${testVersion}</testVersion>
-                <invokerPluginVersion>${invokerPluginVersion}</invokerPluginVersion>
               </properties>
               <showVersion>true</showVersion>
             </configuration>
diff --git a/src/it/projects/container-descriptors/custom-containerDescriptorHandler/pom.xml b/src/it/projects/container-descriptors/custom-containerDescriptorHandler/pom.xml
index eae3bf9..692f872 100644
--- a/src/it/projects/container-descriptors/custom-containerDescriptorHandler/pom.xml
+++ b/src/it/projects/container-descriptors/custom-containerDescriptorHandler/pom.xml
@@ -37,7 +37,6 @@ under the License.
     <plugins>
       <plugin>
         <artifactId>maven-invoker-plugin</artifactId>
-        <version>${invokerPluginVersion}</version>
         
         <configuration>
           <suppressSummaries>true</suppressSummaries>
diff --git a/src/it/projects/container-descriptors/custom-handler-withFileEntries/pom.xml b/src/it/projects/container-descriptors/custom-handler-withFileEntries/pom.xml
index 928b454..91fea38 100644
--- a/src/it/projects/container-descriptors/custom-handler-withFileEntries/pom.xml
+++ b/src/it/projects/container-descriptors/custom-handler-withFileEntries/pom.xml
@@ -37,7 +37,6 @@ under the License.
     <plugins>
       <plugin>
         <artifactId>maven-invoker-plugin</artifactId>
-        <version>${invokerPluginVersion}</version>
         
         <configuration>
           <suppressSummaries>true</suppressSummaries>
diff --git a/src/it/projects/container-descriptors/custom-handler-withMixedEntries/pom.xml b/src/it/projects/container-descriptors/custom-handler-withMixedEntries/pom.xml
index e05b9a3..a8dd79f 100644
--- a/src/it/projects/container-descriptors/custom-handler-withMixedEntries/pom.xml
+++ b/src/it/projects/container-descriptors/custom-handler-withMixedEntries/pom.xml
@@ -37,7 +37,6 @@ under the License.
     <plugins>
       <plugin>
         <artifactId>maven-invoker-plugin</artifactId>
-        <version>${invokerPluginVersion}</version>
         
         <configuration>
           <suppressSummaries>true</suppressSummaries>

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