You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:27:37 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 06/44: manage all plugins

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git

commit 3126eb4afd239fcf20b6aa9b236e62df7880156d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Aug 31 23:21:41 2016 +0000

    manage all plugins
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1758688 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 29df6ac..91df7d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,6 +194,16 @@
           <artifactId>maven-failsafe-plugin</artifactId>
           <version>2.18.1</version>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>1.11</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.servicemix.tooling</groupId>
+          <artifactId>depends-maven-plugin</artifactId>
+          <version>1.2</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -232,7 +242,6 @@
           <plugin>
             <groupId>org.apache.servicemix.tooling</groupId>
             <artifactId>depends-maven-plugin</artifactId>
-            <version>1.2</version>
             <executions>
               <execution>
                 <goals>
@@ -294,7 +303,6 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>build-helper-maven-plugin</artifactId>
-            <version>1.11</version>
             <executions>
               <execution>
                 <goals>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.