craigmcc    01/12/24 13:45:28

  Modified:    beanutils build.xml
  Log:
  Update version number to 1.3-dev for next round of development.
  
  Revision  Changes    Path
  1.21      +2 -2      jakarta-commons/beanutils/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml 2001/12/24 21:35:04     1.20
  +++ build.xml 2001/12/24 21:45:28     1.21
  @@ -3,7 +3,7 @@
   
   <!--
           "Bean Utilities" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.20 2001/12/24 21:35:04 craigmcc Exp $
  +        $Id: build.xml,v 1.21 2001/12/24 21:45:28 craigmcc Exp $
   -->
   
   
  @@ -49,7 +49,7 @@
     <property name="component.title"         value="Bean Introspection Utilities"/>
   
     <!-- The current version number of this component -->
  -  <property name="component.version"       value="1.2"/>
  +  <property name="component.version"       value="1.3-dev"/>
   
     <!-- The base directory for compilation targets -->
     <property name="build.home"              value="target"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to