You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/09/22 21:15:38 UTC

svn commit: r291008 - /beehive/branches/v1/final/ant/nightly.xml

Author: ekoneil
Date: Thu Sep 22 12:15:34 2005
New Revision: 291008

URL: http://svn.apache.org/viewcvs?rev=291008&view=rev
Log:
Setting release number to 1.0; will enforce rc# from the command line.

BB: self
Test: none

Modified:
    beehive/branches/v1/final/ant/nightly.xml

Modified: beehive/branches/v1/final/ant/nightly.xml
URL: http://svn.apache.org/viewcvs/beehive/branches/v1/final/ant/nightly.xml?rev=291008&r1=291007&r2=291008&view=diff
==============================================================================
--- beehive/branches/v1/final/ant/nightly.xml (original)
+++ beehive/branches/v1/final/ant/nightly.xml Thu Sep 22 12:15:34 2005
@@ -17,7 +17,7 @@
     <property name="ftp.root" value="http://cvs.apache.org/dist/beehive/nightlies"/>
     <property name="ftp.dir" value="beehive/${date}"/>
     <property name="url" value="${ftp.root}/${ftp.dir}"/>
-    <property name="beehive.version" value="1.0-rc2"/>
+    <property name="beehive.version" value="1.0"/>
 
     <import file="../beehive-imports.xml"/>