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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Oct 2 10:42:40 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-10-02 10:42:40 -0400 (Thu, 02 Oct 2008)
New Revision: 6829

Modified:
   core/tags/1.4.1.SP10/build.xml
   core/tags/1.4.1.SP10/src/org/jboss/cache/Version.java
Log:


Modified: core/tags/1.4.1.SP10/build.xml
===================================================================
--- core/tags/1.4.1.SP10/build.xml	2008-10-02 14:29:02 UTC (rev 6828)
+++ core/tags/1.4.1.SP10/build.xml	2008-10-02 14:42:40 UTC (rev 6829)
@@ -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.SP10"/>
    <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.SP10/src/org/jboss/cache/Version.java
===================================================================
--- core/tags/1.4.1.SP10/src/org/jboss/cache/Version.java	2008-10-02 14:29:02 UTC (rev 6828)
+++ core/tags/1.4.1.SP10/src/org/jboss/cache/Version.java	2008-10-02 14:42:40 UTC (rev 6829)
@@ -10,10 +10,9 @@
  */
 public class Version
 {
-   public static final String version = "1.4.1.SP8";
+   public static final String version = "1.4.1.SP10";
    public static final String codename = "Cayenne";
-   public static byte[] version_id = {'0', '1', '4', '1', 'S', 'P', '8'};
-   public static final String cvs = "$Id$";
+   public static byte[] version_id = {'0', '1', '4', '1', 'S', 'P', '1', '0'};
 
    private static final int MAJOR_SHIFT = 11;
    private static final int MINOR_SHIFT = 6;
@@ -31,7 +30,6 @@
    {
       System.out.println("\nVersion: \t" + version);
       System.out.println("Codename: \t" + codename);
-      System.out.println("CVS:      \t" + cvs);
       System.out.println("History:  \t(see http://jira.jboss.com/jira/browse/JBCACHE for details)\n");
    }
 




More information about the jbosscache-commits mailing list