[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Tue Oct 24 08:27:19 EDT 2006


  User: gavin   
  Date: 06/10/24 08:27:19

  Modified:    jboss-seam    changelog.txt readme.txt build.xml
  Log:
  change version number to BETA1
  
  Revision  Changes    Path
  1.25      +1 -1      jboss-seam/changelog.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: changelog.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/changelog.txt,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- changelog.txt	23 Oct 2006 18:49:53 -0000	1.24
  +++ changelog.txt	24 Oct 2006 12:27:19 -0000	1.25
  @@ -1,6 +1,6 @@
   JBoss Seam Changelog
   ====================
  -Changes in version 1.1.0.BETA (October 2006)
  +Changes in version 1.1.0.BETA1 (October 2006)
   --------------------------------------------
   ** Bug
       * [JBSEAM-78] - destroy() method not called at end of a business process.
  
  
  
  1.22      +1 -1      jboss-seam/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/readme.txt,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- readme.txt	22 Oct 2006 11:22:03 -0000	1.21
  +++ readme.txt	24 Oct 2006 12:27:19 -0000	1.22
  @@ -1,6 +1,6 @@
   JBoss Seam - Contextual Component framework for Java EE 5
   =========================================================
  -version 1.1.0.BETA, October 2006
  +version 1.1.0.BETA1, October 2006
   
   This software is distributed under the terms of the FSF Lesser Gnu
   Public License (see lgpl.txt).
  
  
  
  1.94      +1 -1      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.93
  retrieving revision 1.94
  diff -u -b -r1.93 -r1.94
  --- build.xml	23 Oct 2006 19:00:34 -0000	1.93
  +++ build.xml	24 Oct 2006 12:27:19 -0000	1.94
  @@ -14,7 +14,7 @@
       <property name="Name"                 value="JBoss Seam"/>
       <property name="name"                 value="jboss-seam"/>
       <property name="version"              value="1.1"/>
  -    <property name="patchlevel"           value="0.BETA"/>
  +    <property name="patchlevel"           value="0.BETA1"/>
   
       <!-- set global properties for this build -->
       <property name="build.dir"            value="build"/>
  
  
  



More information about the jboss-cvs-commits mailing list