[jbosscache-commits] JBoss Cache SVN: r7348 - in core/tags/1.4.1.SP11: src/org/jboss/cache and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Sun Jan 4 04:35:48 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-01-04 04:35:48 -0500 (Sun, 04 Jan 2009)
New Revision: 7348

Modified:
   core/tags/1.4.1.SP11/build.xml
   core/tags/1.4.1.SP11/src/org/jboss/cache/Version.java
Log:
Set version details

Modified: core/tags/1.4.1.SP11/build.xml
===================================================================
--- core/tags/1.4.1.SP11/build.xml	2009-01-04 09:15:22 UTC (rev 7347)
+++ core/tags/1.4.1.SP11/build.xml	2009-01-04 09:35:48 UTC (rev 7348)
@@ -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.SP8"/>
+   <property name="module.version" value="1.4.1.SP11"/>
    <property name="implementation.url" value="http://www.jboss.com/products/jbosscache"/>
    <property file="build.properties"/>
    <property name="root.dir" value="${basedir}"/>

Modified: core/tags/1.4.1.SP11/src/org/jboss/cache/Version.java
===================================================================
--- core/tags/1.4.1.SP11/src/org/jboss/cache/Version.java	2009-01-04 09:15:22 UTC (rev 7347)
+++ core/tags/1.4.1.SP11/src/org/jboss/cache/Version.java	2009-01-04 09:35:48 UTC (rev 7348)
@@ -10,9 +10,9 @@
  */
 public class Version
 {
-   public static final String version = "1.4.1.SP8";
+   public static final String version = "1.4.1.SP11";
    public static final String codename = "Cayenne";
-   public static byte[] version_id = {'0', '1', '4', '1', 'S', 'P', '8'};
+   public static byte[] version_id = {'0', '1', '4', '1', 'S', 'P', '1', '1'};
    public static final String cvs = "$Id$";
 
    private static final int MAJOR_SHIFT = 11;
@@ -31,7 +31,7 @@
    {
       System.out.println("\nVersion: \t" + version);
       System.out.println("Codename: \t" + codename);
-      System.out.println("CVS:      \t" + cvs);
+      //System.out.println("CVS:      \t" + cvs);
       System.out.println("History:  \t(see http://jira.jboss.com/jira/browse/JBCACHE for details)\n");
    }
 
@@ -39,7 +39,7 @@
     * Returns version information as a string.
     */
     public static String printVersion() {
-        return "JBossCache '" + codename + "' " + version + "[ " + cvs + "]";
+        return "JBossCache '" + codename + "' " + version;// + "[ " + cvs + "]";
    }
 
    public static String printVersionId(byte[] v, int len)




More information about the jbosscache-commits mailing list