From 495f5b96f26bc1183cb0e5f5a2b3c63de27d86bb Mon Sep 17 00:00:00 2001 From: Nayan Hajratwala Date: Tue, 18 Mar 2014 13:54:44 -0400 Subject: [PATCH 1/2] Set minimum maven version to 3.0.4 and updated plugin versions --- android/pom.xml | 1 - clojure/pom.xml | 1 - pom.xml | 40 +++++++++++++++++++++++++++++++--------- 3 files changed, 31 insertions(+), 11 deletions(-) diff --git a/android/pom.xml b/android/pom.xml index 458d79a38f..5b241cd55b 100644 --- a/android/pom.xml +++ b/android/pom.xml @@ -32,7 +32,6 @@ org.mockito mockito-core - 1.9.5 test diff --git a/clojure/pom.xml b/clojure/pom.xml index ba75eacdbf..845a63c31f 100644 --- a/clojure/pom.xml +++ b/clojure/pom.xml @@ -54,7 +54,6 @@ com.theoryinpractise clojure-maven-plugin - 1.3.12 cucumber.* diff --git a/pom.xml b/pom.xml index 5d4d2379cb..c2ec93e965 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,10 @@ 7 + + 3.0.4 + + UTF-8 UTF-8 @@ -519,7 +523,6 @@ org.apache.maven.plugins maven-release-plugin - 2.4.1 v@{project.version} @@ -528,7 +531,6 @@ org.apache.maven.plugins maven-gpg-plugin - 1.4 true @@ -629,7 +631,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.4 + 1.5 @@ -674,13 +676,13 @@ org.apache.maven.plugins maven-release-plugin - 2.4.1 + 2.5 org.apache.maven.plugins maven-shade-plugin - 2.1 + 2.2 package @@ -700,6 +702,12 @@ 3.3 + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + org.apache.maven.plugins maven-source-plugin @@ -717,7 +725,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.16 + 2.17 -Duser.language=en -Xmx1024m @@ -732,7 +740,7 @@ net.alchim31.maven scala-maven-plugin - 3.1.5 + ${scala-maven-plugin.version} @@ -750,9 +758,23 @@ com.theoryinpractise clojure-maven-plugin - 1.3.17 + 1.3.19 + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.1 + + + org.apache.maven.plugins + maven-install-plugin + 2.5.1 + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.3.1 - From dfe89ddc821e009d877b275aebe256a2b852a75e Mon Sep 17 00:00:00 2001 From: Nayan Hajratwala Date: Tue, 18 Mar 2014 16:04:01 -0400 Subject: [PATCH 2/2] added mockito-core to base pom --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index c2ec93e965..c0503da5dd 100644 --- a/pom.xml +++ b/pom.xml @@ -325,6 +325,11 @@ mockito-all ${mockito.version} + + org.mockito + mockito-core + ${mockito.version} + org.jsoup jsoup