You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rl...@apache.org on 2003/05/02 20:40:15 UTC

cvs commit: jakarta-commons/validator build.xml

rleland     2003/05/02 11:40:14

  Modified:    validator build.xml
  Log:
  Change component version to indicate validator
  is undergoing development and thus could become unstable.
  This perhaps should be version 1.1-dev instead.
  
  Revision  Changes    Path
  1.21      +2 -2      jakarta-commons/validator/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml	30 Apr 2003 17:13:51 -0000	1.20
  +++ build.xml	2 May 2003 18:40:14 -0000	1.21
  @@ -52,7 +52,7 @@
     <property name="component.title"         value="Validator"/>
   
     <!-- The current version number of this component -->
  -  <property name="component.version"       value="1.0.2"/>
  +  <property name="component.version"       value="1.0.3-dev"/>
   
     <!-- The base directory for compilation targets -->
     <property name="build.home"              value="target"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org