You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/01/14 20:05:22 UTC

[maven-acr-plugin] branch INFRA-17514 updated: Try with an older version of maven-invoker-plugin (not supporting timeout)

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

rfscholte pushed a commit to branch INFRA-17514
in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git


The following commit(s) were added to refs/heads/INFRA-17514 by this push:
     new 537115e  Try with an older version of maven-invoker-plugin (not supporting timeout)
537115e is described below

commit 537115e4fabd53066fa0f9612052233479bd1bcd
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Jan 14 21:05:16 2019 +0100

    Try with an older version of maven-invoker-plugin (not supporting timeout)
---
 pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 146c8b9..6c95e32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@ under the License.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
-			  <version>3.1.1-SNAPSHOT</version>
+              <version>2.0.0</version>
               <configuration>
                 <goals>
                   <goal>clean</goal>
@@ -166,13 +166,6 @@ under the License.
                   <https.protocols>${https.protocols}</https.protocols>
                 </properties>
               </configuration>
-              <dependencies>
-                <dependency>
-                  <groupId>org.apache.maven.shared</groupId>
-                  <artifactId>maven-shared-utils</artifactId>
-                  <version>3.1.0</version>
-                </dependency>
-              </dependencies>
             </plugin>
           </plugins>
         </pluginManagement>