You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kh...@apache.org on 2014/11/17 23:17:28 UTC

svn commit: r1640244 - /hive/trunk/pom.xml

Author: khorgath
Date: Mon Nov 17 22:17:28 2014
New Revision: 1640244

URL: http://svn.apache.org/r1640244
Log:
HIVE-8879 : Upgrade derby version to address race candition (Roshan Naik via Sushanth Sowmyan)

Modified:
    hive/trunk/pom.xml

Modified: hive/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/pom.xml?rev=1640244&r1=1640243&r2=1640244&view=diff
==============================================================================
--- hive/trunk/pom.xml (original)
+++ hive/trunk/pom.xml Mon Nov 17 22:17:28 2014
@@ -113,7 +113,7 @@
     <commons-logging.version>1.1.3</commons-logging.version>
     <commons-pool.version>1.5.4</commons-pool.version>
     <commons-dbcp.version>1.4</commons-dbcp.version>
-    <derby.version>10.10.1.1</derby.version>
+    <derby.version>10.11.1.1</derby.version>
     <guava.version>11.0.2</guava.version>
     <groovy.version>2.1.6</groovy.version>
     <hadoop-20.version>0.20.2</hadoop-20.version>