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 22:32:48 UTC

svn commit: r1197793 - /incubator/sqoop/branches/branch-1.4.0/build.xml

Author: blee
Date: Fri Nov  4 21:32:47 2011
New Revision: 1197793

URL: http://svn.apache.org/viewvc?rev=1197793&view=rev
Log:
Preparing for release 1.4.0-incubating

Modified:
    incubator/sqoop/branches/branch-1.4.0/build.xml

Modified: incubator/sqoop/branches/branch-1.4.0/build.xml
URL: http://svn.apache.org/viewvc/incubator/sqoop/branches/branch-1.4.0/build.xml?rev=1197793&r1=1197792&r2=1197793&view=diff
==============================================================================
--- incubator/sqoop/branches/branch-1.4.0/build.xml (original)
+++ incubator/sqoop/branches/branch-1.4.0/build.xml Fri Nov  4 21:32:47 2011
@@ -33,7 +33,7 @@
   <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.4.0-incubating" />
 
   <!-- The last version released. -->
   <property name="oldversion" value="1.3.0" />