You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2015/03/31 05:57:14 UTC

jclouds-karaf git commit: Upgrade to maven-compiler-plugin 3.1

Repository: jclouds-karaf
Updated Branches:
  refs/heads/master 1282a240d -> 6a72804a0


Upgrade to maven-compiler-plugin 3.1

This addresses a regression from Google error-prone.


Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/6a72804a
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/6a72804a
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/6a72804a

Branch: refs/heads/master
Commit: 6a72804a08546238e98f2771ab7169bfec70c100
Parents: 1282a24
Author: Andrew Gaul <ga...@apache.org>
Authored: Mon Mar 30 20:56:13 2015 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Mon Mar 30 20:56:13 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/6a72804a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 145cc97..84a2804 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,7 @@ limitations under the License.
     <!-- Plugin Versions -->
     <depends-maven-plugin.version>1.2</depends-maven-plugin.version>
     <maven-bundle-plugin.version>2.1.0</maven-bundle-plugin.version>
-    <maven-compiler-plugin.version>2.0.2</maven-compiler-plugin.version>
+    <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
     <maven-dependency-plugin.version>2.3</maven-dependency-plugin.version>
     <maven-war-plugin.version>2.1.1</maven-war-plugin.version>
     <maven-release-plugin.version>2.4</maven-release-plugin.version>