You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by cr...@apache.org on 2002/04/30 00:06:22 UTC

cvs commit: jakarta-commons/beanutils build.xml

craigmcc    02/04/29 15:06:22

  Modified:    beanutils build.xml
  Log:
  Update version number for release.
  
  Revision  Changes    Path
  1.32      +2 -2      jakarta-commons/beanutils/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml	29 Apr 2002 21:37:46 -0000	1.31
  +++ build.xml	29 Apr 2002 22:06:22 -0000	1.32
  @@ -3,7 +3,7 @@
   
   <!--
           "Bean Utilities" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.31 2002/04/29 21:37:46 craigmcc Exp $
  +        $Id: build.xml,v 1.32 2002/04/29 22:06:22 craigmcc Exp $
   -->
   
   
  @@ -55,7 +55,7 @@
     <property name="component.title"         value="Bean Introspection Utilities"/>
   
     <!-- The current version number of this component -->
  -  <property name="component.version"       value="1.3-dev"/>
  +  <property name="component.version"       value="1.3"/>
   
     <!-- The base directory for compilation targets -->
     <property name="build.home"              value="target"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>