aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assembly/pom.xml1
-rw-r--r--core/pom.xml1
-rw-r--r--network/common/pom.xml1
-rw-r--r--pom.xml44
-rw-r--r--sql/hive/pom.xml1
5 files changed, 32 insertions, 16 deletions
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 20593e710d..2b4d0a990b 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -194,7 +194,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.4</version>
<executions>
<execution>
<id>dist</id>
diff --git a/core/pom.xml b/core/pom.xml
index 5e89d548cd..459ef66712 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -478,7 +478,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.3.2</version>
<executions>
<execution>
<id>sparkr-pkg</id>
diff --git a/network/common/pom.xml b/network/common/pom.xml
index 22c738bde6..0c3147761c 100644
--- a/network/common/pom.xml
+++ b/network/common/pom.xml
@@ -95,7 +95,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.2</version>
<executions>
<execution>
<id>test-jar-on-test-compile</id>
diff --git a/pom.xml b/pom.xml
index 9fbce1d639..928f5d0f5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1082,7 +1082,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>1.3.1</version>
+ <version>1.4</version>
<executions>
<execution>
<id>enforce-versions</id>
@@ -1105,7 +1105,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>1.8</version>
+ <version>1.9.1</version>
</plugin>
<plugin>
<groupId>net.alchim31.maven</groupId>
@@ -1176,7 +1176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
+ <version>3.3</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
@@ -1189,7 +1189,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.18</version>
+ <version>2.18.1</version>
<!-- Note config is repeated in scalatest config -->
<configuration>
<includes>
@@ -1260,17 +1260,17 @@
<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-source-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.4</version>
<configuration>
<attach>true</attach>
</configuration>
@@ -1287,7 +1287,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>
@@ -1305,7 +1305,27 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.1</version>
+ <version>2.10.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.4.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.5.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.5.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8.2</version>
</plugin>
</plugins>
</pluginManagement>
@@ -1315,7 +1335,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.9</version>
+ <version>2.10</version>
<executions>
<execution>
<phase>test-compile</phase>
@@ -1334,7 +1354,7 @@
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
- <version>1.2</version>
+ <version>1.5</version>
<executions>
<execution>
<phase>process-test-classes</phase>
@@ -1359,7 +1379,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>2.2</version>
+ <version>2.3</version>
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
<artifactSet>
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index 21dce8d8a5..e322340094 100644
--- a/sql/hive/pom.xml
+++ b/sql/hive/pom.xml
@@ -183,7 +183,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.4</version>
<executions>
<execution>
<id>copy-dependencies</id>