Repository: sqoop Updated Branches: refs/heads/trunk 0e527a250 -> 89684ad84
Revert "SQOOP-3203: src/docs/sip/sip-2.txt" This reverts commit 0e527a25067d15204d4bdcfc8cbaebd307211330 due to commit message copy/paste failure Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/5c27aff3 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/5c27aff3 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/5c27aff3 Branch: refs/heads/trunk Commit: 5c27aff355a497c5a978f427899cfdf7442743c3 Parents: 0e527a2 Author: Attila Szabo <[email protected]> Authored: Fri Jun 16 09:00:24 2017 +0200 Committer: Attila Szabo <[email protected]> Committed: Fri Jun 16 09:00:24 2017 +0200 ---------------------------------------------------------------------- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/5c27aff3/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 2903b7d..af43c47 100644 --- a/build.xml +++ b/build.xml @@ -40,14 +40,14 @@ <property environment="env"/> <property name="name" value="sqoop" /> <property name="Name" value="Sqoop" /> - <property name="version" value="1.5.0-SNAPSHOT" /> + <property name="version" value="1.4.7-SNAPSHOT" /> <!-- Ivy library properties --> <property name="ivy.dir" location="${basedir}/ivy" /> <loadproperties srcfile="${ivy.dir}/libraries.properties"/> <!-- The last version released. --> - <property name="oldversion" value="1.4.7" /> + <property name="oldversion" value="1.4.6" /> <!-- The point when we branched for the previous release. --> <property name="prev.git.hash" value="81624ddf3c8ca5834ab015ebafc8b8649ac36ab7" />
