You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2015/11/06 17:55:46 UTC

knox git commit: KNOX-620: Jenkins Knox-master-verify failing since #725 due to JDK version issues

Repository: knox
Updated Branches:
  refs/heads/master 34b1cd03d -> 9f354a455


KNOX-620: Jenkins Knox-master-verify failing since #725 due to JDK version issues


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

Branch: refs/heads/master
Commit: 9f354a4559d2679590100cb7b0df3578a229d49c
Parents: 34b1cd0
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Fri Nov 6 11:55:41 2015 -0500
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Fri Nov 6 11:55:41 2015 -0500

----------------------------------------------------------------------
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/9f354a45/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 31a5d27..a156a19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -239,17 +239,13 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.1</version>
+                <version>3.3</version>
                 <configuration>
                     <compilerId>javac</compilerId>
                     <source>1.7</source>
                     <target>1.7</target>
                     <debug>true</debug>
-                    <!--
-                    <verbose>true</verbose>
                     <forceJavacCompilerUse>true</forceJavacCompilerUse>
-                    <fork>true</fork>
-                    -->
                 </configuration>
                 <dependencies>
                     <dependency>