[jboss-cvs] JBossRemoting ...

Tom Elrod tom.elrod at jboss.com
Thu Sep 21 23:07:51 EDT 2006


  User: telrod  
  Date: 06/09/21 23:07:51

  Modified:    JBossRemoting  build.xml
  Log:
  Bumping version to 2.2.0.Alpha2 to be in sync with alpha 2 release Clebert made.
  
  Revision  Changes    Path
  1.87      +3 -3      JBossRemoting/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/build.xml,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -b -r1.86 -r1.87
  --- build.xml	20 Sep 2006 19:07:03 -0000	1.86
  +++ build.xml	22 Sep 2006 03:07:51 -0000	1.87
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.86 2006/09/20 19:07:03 telrod Exp $ -->
  +<!-- $Id: build.xml,v 1.87 2006/09/22 03:07:51 telrod Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -34,9 +34,9 @@
         <!-- Module name(s) & version -->
         <property name="module.name" value="remoting"/>
         <property name="module.Name" value="JBoss Remoting"/>
  -      <property name="module.version" value="2.0.0.Alpha1"/>
  +      <property name="module.version" value="2.0.0.Alpha2"/>
         <!-- extension is for the file suffix to use for distribution build -->
  -      <property name="module.version.extension" value="2_0_0_Alpha1"/>
  +      <property name="module.version.extension" value="2_0_0_Alpha2"/>
   
         <property name="implementation.url" value="http://www.jboss.org/products/remoting"/>
         <property name="root.dir" value="${basedir}"/>
  
  
  



More information about the jboss-cvs-commits mailing list