Author: ron.sigal(a)jboss.com
Date: 2013-11-04 10:38:42 -0500 (Mon, 04 Nov 2013)
New Revision: 6510
Modified:
remoting2/branches/2.x/build.xml
remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java
Log:
JBREM-1325: Updating version
Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml 2013-11-04 00:48:43 UTC (rev 6509)
+++ remoting2/branches/2.x/build.xml 2013-11-04 15:38:42 UTC (rev 6510)
@@ -225,9 +225,9 @@
<!-- Module name(s) & version -->
<property name="module.name" value="remoting"/>
<property name="module.Name" value="JBoss Remoting"/>
- <property name="module.version" value="2.5.4.SP4"/>
+ <property name="module.version" value="2.5.4.SP5"/>
<!-- extension is for the file suffix to use for dtribution build -->
- <property name="module.version.extension"
value="2_5_4_SP4"/>
+ <property name="module.version.extension"
value="2_5_4_SP5"/>
<property name="implementation.url"
value="http://www.jboss.org/products/remoting"/>
<property name="root.dir" value="${basedir}"/>
@@ -2376,6 +2376,28 @@
</antcall>
<!--
******************************************************************************** -->
+ <!-- Current <- -> 2.5.4.SP4 -->
+ <antcall target="download.version">
+ <param name="version" value="2.5.4.SP4-brew"/>
+ </antcall>
+ <antcall target="tests.versioning.all_transports"
inheritrefs="true">
+ <param name="jboss-junit-configuration"
value="2_5_4_SP4-client"/>
+ <param name="client.classpath"
value="${etc.dir}/lib/2.5.4.SP4-brew/jboss-remoting.jar${extended.classpath}"/>
+ <param name="server.classpath"
value="${output.lib.dir}/jboss-remoting.jar${extended.classpath}"/>
+ <param name="check_content_type" value="true"/>
+ <param name="clientImplementsServerIdentity"
value="true"/>
+ <param name="serverImplementsServerIdentity"
value="true"/>
+ </antcall>
+ <antcall target="tests.versioning.all_transports"
inheritrefs="true">
+ <param name="jboss-junit-configuration"
value="2_5_4_SP4-server"/>
+ <param name="server.classpath"
value="${etc.dir}/lib/2.5.4.SP4-brew/jboss-remoting.jar${extended.classpath}"/>
+ <param name="client.classpath"
value="${output.lib.dir}/jboss-remoting.jar${extended.classpath}"/>
+ <param name="check_content_type" value="true"/>
+ <param name="clientImplementsServerIdentity"
value="true"/>
+ <param name="serverImplementsServerIdentity"
value="true"/>
+ </antcall>
+
+ <!--
******************************************************************************** -->
<!-- Current <- -> 2.5.4.SP3 -->
<antcall target="download.version">
<param name="version" value="2.5.4.SP3-brew"/>
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java 2013-11-04 00:48:43
UTC (rev 6509)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java 2013-11-04 15:38:42
UTC (rev 6510)
@@ -40,7 +40,7 @@
public static final byte VERSION_2 = 2;
public static final byte VERSION_2_2 = 22;
- public static final String VERSION = "2.5.4.SP4 (Flounder)";
+ public static final String VERSION = "2.5.4.SP5 (Flounder)";
private static final byte byteVersion = VERSION_2_2;
private static byte defaultByteVersion = byteVersion;
private static boolean performVersioning = true;