[jboss-cvs] JBossRemoting ...

Tom Elrod tom.elrod at jboss.com
Wed Sep 20 15:07:03 EDT 2006


  User: telrod  
  Date: 06/09/20 15:07:03

  Modified:    JBossRemoting  build.xml
  Log:
  Updated version to 2.2.0.Alpha1 for snapshot build for messaging.
  
  Revision  Changes    Path
  1.86      +10 -10    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.85
  retrieving revision 1.86
  diff -u -b -r1.85 -r1.86
  --- build.xml	3 Sep 2006 05:05:17 -0000	1.85
  +++ build.xml	20 Sep 2006 19:07:03 -0000	1.86
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.85 2006/09/03 05:05:17 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.86 2006/09/20 19:07:03 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.GA"/>
  +      <property name="module.version" value="2.0.0.Alpha1"/>
         <!-- extension is for the file suffix to use for distribution build -->
  -      <property name="module.version.extension" value="2_0_0_GA"/>
  +      <property name="module.version.extension" value="2_0_0_Alpha1"/>
   
         <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