[jboss-cvs] jboss-seam ...

Christian Bauer christian.bauer at jboss.com
Mon Oct 16 08:16:42 EDT 2006


  User: cbauer  
  Date: 06/10/16 08:16:42

  Modified:    jboss-seam  build.xml
  Log:
  Updated forgotten version numbers to 1.1
  
  Revision  Changes    Path
  1.91      +5 -5      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -b -r1.90 -r1.91
  --- build.xml	11 Oct 2006 04:45:38 -0000	1.90
  +++ build.xml	16 Oct 2006 12:16:42 -0000	1.91
  @@ -13,8 +13,8 @@
       <!-- Name of project and version, used to create filenames -->
       <property name="Name"                 value="JBoss Seam"/>
       <property name="name"                 value="jboss-seam"/>
  -    <property name="version"              value="1.0"/>
  -    <property name="patchlevel"           value="1.GA"/>
  +    <property name="version"              value="1.1"/>
  +    <property name="patchlevel"           value="beta1"/>
   
       <!-- set global properties for this build -->
       <property name="build.dir"            value="build"/>
  
  
  



More information about the jboss-cvs-commits mailing list