Repository: knox
Updated Branches:
  refs/heads/master a32edadd0 -> a5376e6c8


KNOX-1473 - Remove plugin versions that are from parent ASF pom

Signed-off-by: Kevin Risden <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/a5376e6c
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/a5376e6c
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/a5376e6c

Branch: refs/heads/master
Commit: a5376e6c82832eca331ab04433b5ee2cd42457a9
Parents: a32edad
Author: Kevin Risden <[email protected]>
Authored: Thu Sep 27 17:41:43 2018 -0400
Committer: Kevin Risden <[email protected]>
Committed: Fri Sep 28 10:18:21 2018 -0400

----------------------------------------------------------------------
 gateway-demo-ldap-launcher/pom.xml | 1 -
 gateway-release/pom.xml            | 2 --
 gateway-server-launcher/pom.xml    | 1 -
 gateway-shell-launcher/pom.xml     | 1 -
 gateway-shell-release/pom.xml      | 3 ---
 knox-cli-launcher/pom.xml          | 2 --
 6 files changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/a5376e6c/gateway-demo-ldap-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-demo-ldap-launcher/pom.xml 
b/gateway-demo-ldap-launcher/pom.xml
index 2bfb02d..9c75df9 100644
--- a/gateway-demo-ldap-launcher/pom.xml
+++ b/gateway-demo-ldap-launcher/pom.xml
@@ -46,7 +46,6 @@
             <plugin>
                 <inherited>false</inherited>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.4</version>
                 <executions>
                     <execution>
                         <id>server-launcher</id>

http://git-wip-us.apache.org/repos/asf/knox/blob/a5376e6c/gateway-release/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-release/pom.xml b/gateway-release/pom.xml
index 7f88a13..7fa44c3 100644
--- a/gateway-release/pom.xml
+++ b/gateway-release/pom.xml
@@ -37,7 +37,6 @@
                     <plugin>
                         <inherited>false</inherited>
                         <artifactId>maven-assembly-plugin</artifactId>
-                        <version>2.4</version>
                         <executions>
                             <execution>
                                 <id>binary</id>
@@ -96,7 +95,6 @@
                         -->
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-dependency-plugin</artifactId>
-                        <version>2.8</version>
                         <executions>
                             <execution>
                                 <id>unpack-services</id>

http://git-wip-us.apache.org/repos/asf/knox/blob/a5376e6c/gateway-server-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-server-launcher/pom.xml b/gateway-server-launcher/pom.xml
index a3d20f5..a0da119 100644
--- a/gateway-server-launcher/pom.xml
+++ b/gateway-server-launcher/pom.xml
@@ -47,7 +47,6 @@
             <plugin>
                 <inherited>false</inherited>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.4</version>
                 <executions>
                     <execution>
                         <id>server-launcher</id>

http://git-wip-us.apache.org/repos/asf/knox/blob/a5376e6c/gateway-shell-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-shell-launcher/pom.xml b/gateway-shell-launcher/pom.xml
index 0bba739..7d76a68 100644
--- a/gateway-shell-launcher/pom.xml
+++ b/gateway-shell-launcher/pom.xml
@@ -47,7 +47,6 @@
             <plugin>
                 <inherited>false</inherited>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.4</version>
                 <executions>
                     <execution>
                         <id>shell-launcher</id>

http://git-wip-us.apache.org/repos/asf/knox/blob/a5376e6c/gateway-shell-release/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-shell-release/pom.xml b/gateway-shell-release/pom.xml
index 970888d..47b1b08 100644
--- a/gateway-shell-release/pom.xml
+++ b/gateway-shell-release/pom.xml
@@ -34,7 +34,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>3.0.0</version>
                 <executions>
                     <execution>
                         <phase>package</phase>
@@ -62,7 +61,6 @@
                     <plugin>
                         <inherited>false</inherited>
                         <artifactId>maven-assembly-plugin</artifactId>
-                        <version>2.4</version>
                         <executions>
                             <execution>
                                 <id>binary</id>
@@ -121,7 +119,6 @@
                         -->
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-dependency-plugin</artifactId>
-                        <version>2.8</version>
                         <executions>
                             <execution>
                                 <id>unpack-services</id>

http://git-wip-us.apache.org/repos/asf/knox/blob/a5376e6c/knox-cli-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/knox-cli-launcher/pom.xml b/knox-cli-launcher/pom.xml
index 7745c27..6c433a8 100644
--- a/knox-cli-launcher/pom.xml
+++ b/knox-cli-launcher/pom.xml
@@ -47,7 +47,6 @@
             <plugin>
                 <inherited>false</inherited>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.4</version>
                 <executions>
                     <execution>
                         <id>knox-launcher</id>
@@ -69,5 +68,4 @@
             </plugin>
         </plugins>
     </build>
-
 </project>
\ No newline at end of file

Reply via email to