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/08/23 23:15:45 UTC

svn commit: r1620078 - in /chukwa/trunk: CHANGES.txt pom.xml

Author: eyang
Date: Sat Aug 23 21:15:44 2014
New Revision: 1620078

URL: http://svn.apache.org/r1620078
Log:
CHUKWA-729. Downgrade solr version for JDK 6 support.  (Eric Yang)

Modified:
    chukwa/trunk/CHANGES.txt
    chukwa/trunk/pom.xml

Modified: chukwa/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/chukwa/trunk/CHANGES.txt?rev=1620078&r1=1620077&r2=1620078&view=diff
==============================================================================
--- chukwa/trunk/CHANGES.txt (original)
+++ chukwa/trunk/CHANGES.txt Sat Aug 23 21:15:44 2014
@@ -74,6 +74,8 @@ Release 0.6 - 08/16/2014
 
   BUGS
 
+    CHUKWA-729. Downgrade solr version for JDK 6 support.  (Eric Yang)
+
     CHUKWA-728. Update start/stop scripts to essential components.  (Eric Yang)
 
     CHUKWA-726. Reduce SocketAdaptor test case timer delay from 120 to 10 seconds.  (Eric Yang)

Modified: chukwa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chukwa/trunk/pom.xml?rev=1620078&r1=1620077&r2=1620078&view=diff
==============================================================================
--- chukwa/trunk/pom.xml (original)
+++ chukwa/trunk/pom.xml Sat Aug 23 21:15:44 2014
@@ -303,13 +303,13 @@
           <dependency>
             <groupId>org.apache.solr</groupId>
             <artifactId>solr-solrj</artifactId>
-            <version>4.9.0</version>
+            <version>4.7.2</version>
             <type>jar</type>
           </dependency>
           <dependency>
             <groupId>org.apache.solr</groupId>
             <artifactId>solr-test-framework</artifactId>
-            <version>4.9.0</version>
+            <version>4.7.2</version>
             <type>jar</type>
             <scope>test</scope>
             <exclusions>
@@ -473,7 +473,7 @@
                       </goals>
                       <!--<compilerArgument>-Xlint:unchecked</compilerArgument>
                       <compilerArgument>-Xlint:deprecation</compilerArgument>-->
-                      <compilerVersion>1.7</compilerVersion>
+                      <compilerVersion>1.6</compilerVersion>
                       <source>1.6</source>
                       <target>1.6</target>
                       <testExcludes>