Repository: hive Updated Branches: refs/heads/branch-1.2 234b82d2d -> 703882c66
HIVE-11040 : Change Derby dependency version to 10.10.2.0 (Jason Dere, reviewed by Sushanth Sowmyan, Gunther Hagleitner) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/703882c6 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/703882c6 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/703882c6 Branch: refs/heads/branch-1.2 Commit: 703882c661c3f66d6803fb49541400a2d59abefe Parents: 234b82d Author: Sushanth Sowmyan <[email protected]> Authored: Thu Jun 18 10:31:39 2015 -0700 Committer: Sushanth Sowmyan <[email protected]> Committed: Thu Jun 18 10:31:39 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/703882c6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4522649..79f9740 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,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.11.1.1</derby.version> + <derby.version>10.10.2.0</derby.version> <guava.version>14.0.1</guava.version> <groovy.version>2.1.6</groovy.version> <hadoop-20S.version>1.2.1</hadoop-20S.version>
