Use inherited versions for Maven plugins 58/31958/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 30 Dec 2015 16:18:33 +0000 (11:18 -0500)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 4 Jan 2016 00:11:52 +0000 (00:11 +0000)
Change-Id: I29c9305db876cd7a82e644d894cc2b1e65ff0c13
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
distributions/karaf/pom.xml
distributions/pom.xml
pom.xml

index 28dbde3d054a683de959439f381dc939d3d8df75..59528c267c6f691455425429447ee76de71a3526 100644 (file)
     </pluginManagement>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.6</version>
         <executions>
           <execution>
             <id>copy-resources</id>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.8</version>
         <executions>
           <execution>
             <id>copy</id>
index bda726e800f666f523e42c5fdbcdedd1ce7c392c..99f7c73348bd223971c3c5915f0c6f71bee2f216 100644 (file)
@@ -21,7 +21,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>1.3.1</version>
           <executions>
             <execution>
               <id>Dependency-Convergence</id>
diff --git a/pom.xml b/pom.xml
index 09c01d748e1714dbcdc005c8e884824268109196..7117fca02a3d89a28045a17a9296fedd47079b84 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>${enforcer.version}</version>
         <executions>
           <execution>
             <id>enforce-maven</id>