Repository: hive Updated Branches: refs/heads/branch-1 9b1019491 -> f6d807596
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/f6d80759 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/f6d80759 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/f6d80759 Branch: refs/heads/branch-1 Commit: f6d807596ea2783c33839609b142df4468147b7c Parents: 9b10194 Author: Sushanth Sowmyan <[email protected]> Authored: Thu Jun 18 10:29:49 2015 -0700 Committer: Sushanth Sowmyan <[email protected]> Committed: Thu Jun 18 10:29:49 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/f6d80759/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 10ac797..69d9efe 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>
