craigmcc    01/06/01 12:19:31

  Modified:    .        build.xml
  Log:
  Update the version number in build.xml to reflect that the HEAD branch is
  focused on 1.1 development.
  PR: Bugzilla #1913
  Submitted by: Martin Cooper <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.54      +1 -1      jakarta-struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- build.xml 2001/05/20 20:43:38     1.53
  +++ build.xml 2001/06/01 19:19:27     1.54
  @@ -82,7 +82,7 @@
       <property name="project.name" value="jakarta-struts"/>
   
       <!-- Version of the project -->
  -    <property name="project.version" value="1.0-b1"/>
  +    <property name="project.version" value="1.1-dev"/>
   
   
   <!-- ========== Derived Properties ======================================== -->
  
  
  

Reply via email to