Repository: incubator-ranger
Updated Branches:
  refs/heads/master 2c89cf510 -> ee496c139


- Bump plugin versions.

Signed-off-by: sneethiraj <[email protected]>


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

Branch: refs/heads/master
Commit: ee496c1396a00c41e754a2e512f9b72307b20cba
Parents: 2c89cf5
Author: Colm O hEigeartaigh <[email protected]>
Authored: Wed Feb 3 16:08:16 2016 +0000
Committer: sneethiraj <[email protected]>
Committed: Wed Feb 3 19:44:59 2016 -0500

----------------------------------------------------------------------
 hdfs-agent/pom.xml                              |  2 +-
 kms/pom.xml                                     |  2 +-
 pom.xml                                         | 24 ++++++++++----------
 security-admin/pom.xml                          |  6 ++---
 .../ldapconfigchecktool/ldapconfigcheck/pom.xml |  2 +-
 5 files changed, 18 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/ee496c13/hdfs-agent/pom.xml
----------------------------------------------------------------------
diff --git a/hdfs-agent/pom.xml b/hdfs-agent/pom.xml
index ed4c983..4a142eb 100644
--- a/hdfs-agent/pom.xml
+++ b/hdfs-agent/pom.xml
@@ -137,7 +137,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>2.3.2</version>
+                <version>2.6</version>
                 <configuration>
                     <archive>
                         <index>true</index>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/ee496c13/kms/pom.xml
----------------------------------------------------------------------
diff --git a/kms/pom.xml b/kms/pom.xml
index 13101b7..1dc9ead 100644
--- a/kms/pom.xml
+++ b/kms/pom.xml
@@ -451,7 +451,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>2.4</version>
+                    <version>2.6</version>
                 </plugin>
             </plugins>
         </pluginManagement>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/ee496c13/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 38fb77f..3835fb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
         <zookeeper.version>3.4.6</zookeeper.version>
         <powermock.version>1.5.6</powermock.version>
         <aspectj.version>1.8.2</aspectj.version>
-        <findbugs.plugin.version>3.0.0</findbugs.plugin.version>
+        <findbugs.plugin.version>3.0.3</findbugs.plugin.version>
         <hadoop.minikdc.version>2.3.0</hadoop.minikdc.version>
         <jersey-server.version>1.9</jersey-server.version>
         <asm.all.version>3.2</asm.all.version>
@@ -323,7 +323,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-enforcer-plugin</artifactId>
-                    <version>1.3.1</version>
+                    <version>1.4.1</version>
                     <executions>
                         <execution>
                             <id>enforce-versions</id>
@@ -346,11 +346,11 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>build-helper-maven-plugin</artifactId>
-                    <version>1.8</version>
+                    <version>1.9.1</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.2</version>
+                    <version>3.3</version>
                     <configuration>
                         
<useIncrementalCompilation>false</useIncrementalCompilation>
                         <source>${javac.source.version}</source>
@@ -363,12 +363,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>2.4.3</version>
+                    <version>2.7</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.17</version>
+                    <version>2.18.1</version>
                     <configuration>
                         
<argLine>-Djava.library.path="${hadoop.library.path}${path.separator}${java.library.path}"</argLine>
                         <skipTests>${skipTests}</skipTests>
@@ -411,22 +411,22 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>2.4</version>
+                    <version>2.6</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-antrun-plugin</artifactId>
-                    <version>1.7</version>
+                    <version>1.8</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-shade-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>2.4.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
-                    <version>2.2.1</version>
+                    <version>2.4</version>
                     <configuration>
                         <attach>true</attach>
                     </configuration>
@@ -442,7 +442,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-clean-plugin</artifactId>
-                    <version>2.5</version>
+                    <version>2.6.1</version>
                     <configuration>
                         <filesets>
                             <fileset>
@@ -457,7 +457,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.5</version>
+                    <version>2.5.2</version>
                 </plugin>
             </plugins>
         </pluginManagement>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/ee496c13/security-admin/pom.xml
----------------------------------------------------------------------
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index 212ea01..88b320e 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -429,7 +429,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.9</version>
+                    <version>2.18.1</version>
                     <configuration>
                         <skipTests>${skipTests}</skipTests>
                         <additionalClasspathElements>
@@ -453,7 +453,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
-                <version>2.4</version>
+                <version>2.6</version>
                 <executions>
                     <execution>
                         <id>prepare</id>
@@ -482,7 +482,7 @@
             <plugin>
                 <groupId>com.google.code.maven-replacer-plugin</groupId>
                 <artifactId>replacer</artifactId>
-                <version>1.5.2</version>
+                <version>1.5.3</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/ee496c13/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
----------------------------------------------------------------------
diff --git a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml 
b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
index 3e4e2e0..77660f0 100644
--- a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
+++ b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
@@ -105,7 +105,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>2.2</version>
+                <version>2.4.2</version>
                 <executions>
                     <execution>
                         <phase>package</phase>

Reply via email to