Updated Branches: refs/heads/sqoop2 43ed85f32 -> 9addddfe3
SQOOP-1218 Sqoop2: Upgrade Hadoop 2 to GA release 2.2.0 (Jarek Jarcec Cecho via Venkat Ranganathan) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/9addddfe Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/9addddfe Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/9addddfe Branch: refs/heads/sqoop2 Commit: 9addddfe3f61f18d66909b751ddda02b94a1ec0b Parents: 43ed85f Author: Venkat Ranganathan <[email protected]> Authored: Fri Oct 18 14:55:23 2013 -0700 Committer: Venkat Ranganathan <[email protected]> Committed: Fri Oct 18 14:55:23 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/9addddfe/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 513b6d0..20d5e4e 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,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.0.2-alpha</hadoop.2.version> + <hadoop.2.version>2.2.0</hadoop.2.version> <guava.version>11.0.2</guava.version> <json-simple.version>1.1</json-simple.version> <junit.version>4.11</junit.version>
