You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by cu...@apache.org on 2002/02/06 16:33:43 UTC

cvs commit: xml-commons build.xml

curcuru     02/02/06 07:33:43

  Modified:    .        build.xml
  Log:
  Bump version number for 1.0.b2 release
  
  Revision  Changes    Path
  1.5       +1 -1      xml-commons/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-commons/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	30 Jan 2002 12:25:53 -0000	1.4
  +++ build.xml	6 Feb 2002 15:33:43 -0000	1.5
  @@ -26,7 +26,7 @@
     <property name="version.major" value="1"/>
     <property name="version.minor" value="0"/>
     <property name="version.isbeta" value="b"/><!-- values: 'b'|'' -->
  -  <property name="version.release" value="1"/>
  +  <property name="version.release" value="2"/>
     <property name="version" value="${version.major}.${version.minor}.${version.isbeta}${version.release}" />
     
     <!-- Location of the system's temporary directory; all output sent here -->