You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by bl...@apache.org on 2011/11/04 21:49:51 UTC

svn commit: r1197764 - /incubator/sqoop/trunk/build.xml

Author: blee
Date: Fri Nov  4 20:49:51 2011
New Revision: 1197764

URL: http://svn.apache.org/viewvc?rev=1197764&view=rev
Log:
Preparing for release 1.5.0 development

Modified:
    incubator/sqoop/trunk/build.xml

Modified: incubator/sqoop/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/sqoop/trunk/build.xml?rev=1197764&r1=1197763&r2=1197764&view=diff
==============================================================================
--- incubator/sqoop/trunk/build.xml (original)
+++ incubator/sqoop/trunk/build.xml Fri Nov  4 20:49:51 2011
@@ -33,10 +33,10 @@
   <property environment="env"/>
   <property name="name" value="sqoop" />
   <property name="Name" value="Sqoop" />
-  <property name="version" value="1.4.0-incubating-SNAPSHOT" />
+  <property name="version" value="1.5.0-incubating-SNAPSHOT" />
 
   <!-- The last version released. -->
-  <property name="oldversion" value="1.3.0" />
+  <property name="oldversion" value="1.4.0" />
   <!-- The point when we branched for the previous release. -->
   <property name="prev.git.hash"
       value="166417fdb0afd3141c6fd0fdc50043b5e13c2a97" />