[jboss-cvs] jrunit/src/main/org/jboss/jrunit ...

Ron Sigal ron_sigal at yahoo.com
Sat Dec 15 02:08:06 EST 2007


  User: rsigal  
  Date: 07/12/15 02:08:06

  Modified:    src/main/org/jboss/jrunit  Version.java
  Log:
  JBREM-876: TestDriver and ServerTestHarness get jrunit.bind_addr and jrunit.mcast_addr System parameters to configure jgroups.
  
  Revision  Changes    Path
  1.3       +2 -2      jrunit/src/main/org/jboss/jrunit/Version.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Version.java
  ===================================================================
  RCS file: /cvsroot/jboss/jrunit/src/main/org/jboss/jrunit/Version.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Version.java	5 Aug 2005 21:33:20 -0000	1.2
  +++ Version.java	15 Dec 2007 07:08:05 -0000	1.3
  @@ -8,12 +8,12 @@
   package org.jboss.jrunit;
   
   /**
  - * $Id: Version.java,v 1.2 2005/08/05 21:33:20 csuconic Exp $
  + * $Id: Version.java,v 1.3 2007/12/15 07:08:05 rsigal Exp $
    * @author Clebert Suconic
    */
   public class Version
   {
  -    public static final String VERSION = "1.0 Beta 2";
  +    public static final String VERSION = "1.0 Beta 2.1";
       
       
       public static void main(String arg[])
  
  
  



More information about the jboss-cvs-commits mailing list