[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting ...
Ron Sigal
ron_sigal at yahoo.com
Tue Nov 21 22:37:16 EST 2006
User: rsigal
Date: 06/11/21 22:37:16
Modified: src/main/org/jboss/remoting Tag: remoting_2_x Version.java
Log:
JBREM-638: Updated version to 2.2.0.Alpha1 for snapshot build for messaging.
Revision Changes Path
No revision
No revision
1.12.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.1
retrieving revision 1.12.2.2
diff -u -b -r1.12.2.1 -r1.12.2.2
--- Version.java 7 Nov 2006 16:09:34 -0000 1.12.2.1
+++ Version.java 22 Nov 2006 03:37:16 -0000 1.12.2.2
@@ -31,7 +31,7 @@
public static final byte VERSION_1 = 1;
public static final byte VERSION_2 = 2;
- public static final String VERSION = "2.2.0 Alpha3 (Bluto)";
+ public static final String VERSION = "2.2.0 Alpha4 (Bluto)";
private static final byte byteVersion = VERSION_2;
private static byte defaultByteVersion = byteVersion;
private static boolean performVersioning = true;
More information about the jboss-cvs-commits
mailing list