[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting ...

Ron Sigal ron_sigal at yahoo.com
Tue Nov 27 13:25:47 EST 2007


  User: rsigal  
  Date: 07/11/27 13:25:46

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_2_2_GA_CP
                        Version.java
  Log:
  JBREM-856:  Updated version to 2.2.2.GA_CP02.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.12.2.6.2.7.2.2 +1 -1      JBossRemoting/src/main/org/jboss/remoting/Version.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Version.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/Version.java,v
  retrieving revision 1.12.2.6.2.7.2.1
  retrieving revision 1.12.2.6.2.7.2.2
  diff -u -b -r1.12.2.6.2.7.2.1 -r1.12.2.6.2.7.2.2
  --- Version.java	11 Oct 2007 05:56:47 -0000	1.12.2.6.2.7.2.1
  +++ Version.java	27 Nov 2007 18:25:46 -0000	1.12.2.6.2.7.2.2
  @@ -32,7 +32,7 @@
      public static final byte VERSION_2 = 2;
      public static final byte VERSION_2_2 = 22;
   
  -   public static final String VERSION = "2.2.2.GA_CP01 (Bluto)";
  +   public static final String VERSION = "2.2.2.GA_CP02 (Bluto)";
      private static final byte byteVersion = VERSION_2_2;
      private static byte defaultByteVersion = byteVersion;
      private static boolean performVersioning = true;
  
  
  



More information about the jboss-cvs-commits mailing list