Author: manik.surtani(a)jboss.com
Date: 2008-01-22 14:06:36 -0500 (Tue, 22 Jan 2008)
New Revision: 5196
Modified:
core/cp_tags/1.4.1.SP8_CP01/build.xml
core/cp_tags/1.4.1.SP8_CP01/src/org/jboss/cache/Version.java
Log:
Modified: core/cp_tags/1.4.1.SP8_CP01/build.xml
===================================================================
--- core/cp_tags/1.4.1.SP8_CP01/build.xml 2008-01-22 19:01:11 UTC (rev 5195)
+++ core/cp_tags/1.4.1.SP8_CP01/build.xml 2008-01-22 19:06:36 UTC (rev 5196)
@@ -6,7 +6,7 @@
<property name="module.name" value="JBossCache"/>
<!--We now requires version to have no white space since Ant+JBossAop will sometime
choke. -->
- <property name="module.version" value="1.4.1.SP9"/>
+ <property name="module.version" value="1.4.1.SP8_CP01"/>
<property name="implementation.url"
value="http://www.jboss.com/products/jbosscache"/>
<property file="build.properties"/>
<property name="root.dir" value="${basedir}"/>
Modified: core/cp_tags/1.4.1.SP8_CP01/src/org/jboss/cache/Version.java
===================================================================
--- core/cp_tags/1.4.1.SP8_CP01/src/org/jboss/cache/Version.java 2008-01-22 19:01:11 UTC
(rev 5195)
+++ core/cp_tags/1.4.1.SP8_CP01/src/org/jboss/cache/Version.java 2008-01-22 19:06:36 UTC
(rev 5196)
@@ -10,9 +10,9 @@
*/
public class Version
{
- public static final String version = "1.4.1.SP9";
+ public static final String version = "1.4.1.SP8_CP01";
public static final String codename = "Cayenne";
- public static byte[] version_id = {'0', '1', '4', '1',
'S', 'P', '9'};
+ public static byte[] version_id = {'0', '1', '4', '1',
'S', 'P', '8', 'C', 'P', '1'};
public static final String cvs = "$Id$";
private static final int MAJOR_SHIFT = 11;