You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2003/01/25 22:22:38 UTC

cvs commit: jakarta-commons/beanutils build.xml project.xml

rdonkin     2003/01/25 13:22:38

  Modified:    beanutils build.xml project.xml
  Log:
  Updated the version number in the build files to 1.7-dev.
  
  Revision  Changes    Path
  1.46      +2 -2      jakarta-commons/beanutils/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build.xml	21 Jan 2003 23:16:35 -0000	1.45
  +++ build.xml	25 Jan 2003 21:22:37 -0000	1.46
  @@ -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.6"/>
  +  <property name="component.version"       value="1.7-dev"/>
   
     <!-- The base directory for compilation targets -->
     <property name="build.home"              value="target"/>
  
  
  
  1.8       +1 -1      jakarta-commons/beanutils/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	26 Nov 2002 23:25:57 -0000	1.7
  +++ project.xml	25 Jan 2003 21:22:37 -0000	1.8
  @@ -4,7 +4,7 @@
     <extend>../project.xml</extend>
     <name>BeanUtils</name>
     <id>commons-beanutils</id>
  -  <currentVersion>1.6-dev</currentVersion>
  +  <currentVersion>1.7-dev</currentVersion>
     <inceptionYear>2000</inceptionYear>
     <shortDescription>Commons Bean Utils</shortDescription>
     <description>Java Bean Utililities</description>
  
  
  

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