Repository: sqoop Updated Branches: refs/heads/trunk 203cbf42c -> 38c054d8a
SQOOP-2177: Update build file and docs with new version (Qian Xu via Gwen Shapira) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/38c054d8 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/38c054d8 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/38c054d8 Branch: refs/heads/trunk Commit: 38c054d8a28f7f695ccbb1348443e2631423806e Parents: 203cbf4 Author: Gwen Shapira <[email protected]> Authored: Sun Mar 22 19:12:49 2015 -0700 Committer: Gwen Shapira <[email protected]> Committed: Sun Mar 22 19:12:49 2015 -0700 ---------------------------------------------------------------------- build.xml | 4 ++-- src/docs/user/SqoopUserGuide.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/38c054d8/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 1be4e46..d5ca6aa 100644 --- a/build.xml +++ b/build.xml @@ -202,10 +202,10 @@ <property environment="env"/> <property name="name" value="sqoop" /> <property name="Name" value="Sqoop" /> - <property name="version" value="1.4.6-SNAPSHOT" /> + <property name="version" value="1.4.7-SNAPSHOT" /> <!-- The last version released. --> - <property name="oldversion" value="1.4.5" /> + <property name="oldversion" value="1.4.6" /> <!-- The point when we branched for the previous release. --> <property name="prev.git.hash" value="81624ddf3c8ca5834ab015ebafc8b8649ac36ab7" /> http://git-wip-us.apache.org/repos/asf/sqoop/blob/38c054d8/src/docs/user/SqoopUserGuide.xml ---------------------------------------------------------------------- diff --git a/src/docs/user/SqoopUserGuide.xml b/src/docs/user/SqoopUserGuide.xml index a7fd3ff..dc16e9c 100644 --- a/src/docs/user/SqoopUserGuide.xml +++ b/src/docs/user/SqoopUserGuide.xml @@ -5,7 +5,7 @@ <article lang="en"> <articleinfo> - <title>Sqoop User Guide (v1.4.6-SNAPSHOT)</title> + <title>Sqoop User Guide (v1.4.7-SNAPSHOT)</title> </articleinfo> <screen> Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -68,7 +68,7 @@ Data engineers </section> <section id="_supported_releases"> <title>Supported Releases</title> -<simpara>This documentation applies to Sqoop v1.4.6-SNAPSHOT.</simpara> +<simpara>This documentation applies to Sqoop v1.4.7-SNAPSHOT.</simpara> </section> <section id="_sqoop_releases"> <title>Sqoop Releases</title>
