Repository: sqoop Updated Branches: refs/heads/sqoop2 ace222374 -> 4640d81ad
SQOOP-1452: Sqoop2: Upgrade to Hadoop 2.5.1 (Veena Basavaraj via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/4640d81a Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/4640d81a Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/4640d81a Branch: refs/heads/sqoop2 Commit: 4640d81ad3d19e4229cd6ce9a3679f2bcdde0f59 Parents: ace2223 Author: Jarek Jarcec Cecho <[email protected]> Authored: Mon Nov 10 15:55:16 2014 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Mon Nov 10 15:55:16 2014 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/4640d81a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3449a6f..8859398 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ limitations under the License. <commons-io.version>2.4</commons-io.version> <derby.version>10.8.2.2</derby.version> <hadoop.1.version>1.0.3</hadoop.1.version> - <hadoop.2.version>2.2.0</hadoop.2.version> + <hadoop.2.version>2.5.1</hadoop.2.version> <guava.version>11.0.2</guava.version> <json-simple.version>1.1</json-simple.version> <junit.version>4.11</junit.version>
