You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@locus.apache.org on 2000/12/04 03:15:36 UTC

cvs commit: jakarta-velocity/build build-velocity.xml

geirm       00/12/03 18:15:36

  Modified:    build    build-velocity.xml
  Log:
  Changed version from 0.7 to 0.71 because the introspection changes are so different. (Will make any problem resolution easier...)
  
  Revision  Changes    Path
  1.21      +1 -1      jakarta-velocity/build/build-velocity.xml
  
  Index: build-velocity.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build-velocity.xml	2000/11/28 02:12:11	1.20
  +++ build-velocity.xml	2000/12/04 02:15:36	1.21
  @@ -5,7 +5,7 @@
   <project name="Velocity" default="jar" basedir=".">
   
       <property name="Name" value="Velocity"/>
  -    <property name="version" value="0.7"/>
  +    <property name="version" value="0.71"/>
       <property name="project" value="velocity"/>
       <property name="build.compiler" value="classic"/>