[jbosscache-commits] JBoss Cache SVN: r8528 - in core/support-branches/3.2.8.GA_JBCACHE-1618: src/main/java/org/jboss/cache and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jul 31 23:29:39 EDT 2012


Author: dereed
Date: 2012-07-31 23:29:38 -0400 (Tue, 31 Jul 2012)
New Revision: 8528

Modified:
   core/support-branches/3.2.8.GA_JBCACHE-1618/pom.xml
   core/support-branches/3.2.8.GA_JBCACHE-1618/src/main/java/org/jboss/cache/Version.java
Log:
[JBPAPP-9605] Update version for one-off


Modified: core/support-branches/3.2.8.GA_JBCACHE-1618/pom.xml
===================================================================
--- core/support-branches/3.2.8.GA_JBCACHE-1618/pom.xml	2012-08-01 03:21:28 UTC (rev 8527)
+++ core/support-branches/3.2.8.GA_JBCACHE-1618/pom.xml	2012-08-01 03:29:38 UTC (rev 8528)
@@ -4,7 +4,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <properties>
-        <jbosscache-core-version>3.2.8.GA</jbosscache-core-version>
+        <jbosscache-core-version>3.2.8.GA_JBCACHE-1618</jbosscache-core-version>
         <!-- By default only run tests in the "unit" group -->
         <defaultTestGroup>unit</defaultTestGroup>
         <!-- By default only generate Javadocs when we install the module. -->

Modified: core/support-branches/3.2.8.GA_JBCACHE-1618/src/main/java/org/jboss/cache/Version.java
===================================================================
--- core/support-branches/3.2.8.GA_JBCACHE-1618/src/main/java/org/jboss/cache/Version.java	2012-08-01 03:21:28 UTC (rev 8527)
+++ core/support-branches/3.2.8.GA_JBCACHE-1618/src/main/java/org/jboss/cache/Version.java	2012-08-01 03:29:38 UTC (rev 8528)
@@ -32,10 +32,10 @@
 @Immutable
 public class Version
 {
-   public static final String version = "3.2.8.GA";
+   public static final String version = "3.2.8.GA_JBCACHE-1618";
    public static final String codename = "Malagueta";
    //public static final String cvs = "$Id$";
-   static final byte[] version_id = {'0','3','2','8','G','A'};
+   static final byte[] version_id = {'0','3','2','8','G','A','_','J','B','C','A','C','H','E','-','1','6','1','8'};
 
    private static final int MAJOR_SHIFT = 11;
    private static final int MINOR_SHIFT = 6;



More information about the jbosscache-commits mailing list