You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2014/06/08 21:22:40 UTC

svn commit: r1601243 - /chukwa/trunk/pom.xml

Author: eyang
Date: Sun Jun  8 19:22:40 2014
New Revision: 1601243

URL: http://svn.apache.org/r1601243
Log:
CHUKWA-705. Updated Chukwa to partially support JDK7 and updated to Hadoop 1.2.1 and HBase 0.96.1.1.  (Eric Yang)

Modified:
    chukwa/trunk/pom.xml

Modified: chukwa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chukwa/trunk/pom.xml?rev=1601243&r1=1601242&r2=1601243&view=diff
==============================================================================
--- chukwa/trunk/pom.xml (original)
+++ chukwa/trunk/pom.xml Sun Jun  8 19:22:40 2014
@@ -471,11 +471,9 @@
                         <goal>compile</goal>
                       </goals>
                       <compilerVersion>1.7</compilerVersion>
-                      <source>1.7</source>
-                      <target>1.7</target>
+                      <source>1.6</source>
+                      <target>1.6</target>
                       <excludes>
-                        <exclude>**/JobLog.java</exclude>
-                        <exclude>**/TestJobLogEntry.java</exclude>
                         <exclude>**/ChukwaJobTrackerInstrumentation.java</exclude>
                       </excludes>
                     </configuration>
@@ -488,11 +486,9 @@
                         <goal>testCompile</goal>
                       </goals>
                       <compilerVersion>1.7</compilerVersion>
-                      <source>1.7</source>
-                      <target>1.7</target>
+                      <source>1.6</source>
+                      <target>1.6</target>
                       <testExcludes>
-                        <exclude>**/JobLog.java</exclude>
-                        <exclude>**/TestJobLogEntry.java</exclude>
                         <exclude>**/ChukwaJobTrackerInstrumentation.java</exclude>
                       </testExcludes>
                     </configuration>