Author: dereed
Date: 2013-07-05 17:14:51 -0400 (Fri, 05 Jul 2013)
New Revision: 8572
Modified:
core/support-branches/3.2.8.GA_JBCACHE-1612_JBCACHE-JBCACHE-1613/pom.xml
core/support-branches/3.2.8.GA_JBCACHE-1612_JBCACHE-JBCACHE-1613/src/main/java/org/jboss/cache/Version.java
Log:
[JBPAPP-10808] Update version
Modified: core/support-branches/3.2.8.GA_JBCACHE-1612_JBCACHE-JBCACHE-1613/pom.xml
===================================================================
--- core/support-branches/3.2.8.GA_JBCACHE-1612_JBCACHE-JBCACHE-1613/pom.xml 2013-07-05
21:05:21 UTC (rev 8571)
+++ core/support-branches/3.2.8.GA_JBCACHE-1612_JBCACHE-JBCACHE-1613/pom.xml 2013-07-05
21:14:51 UTC (rev 8572)
@@ -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_JBPAPP-7852</jbosscache-core-version>
+
<jbosscache-core-version>3.2.8.GA_JBCACHE-1612_JBCACHE-1613</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-1612_JBCACHE-JBCACHE-1613/src/main/java/org/jboss/cache/Version.java
===================================================================
---
core/support-branches/3.2.8.GA_JBCACHE-1612_JBCACHE-JBCACHE-1613/src/main/java/org/jboss/cache/Version.java 2013-07-05
21:05:21 UTC (rev 8571)
+++
core/support-branches/3.2.8.GA_JBCACHE-1612_JBCACHE-JBCACHE-1613/src/main/java/org/jboss/cache/Version.java 2013-07-05
21:14:51 UTC (rev 8572)
@@ -32,10 +32,10 @@
@Immutable
public class Version
{
- public static final String version = "3.2.8.GA_JBPAPP-7852";
+ public static final String version = "3.2.8.GA_JBCACHE-1612_JBCACHE-1613";
public static final String codename = "Malagueta";
//public static final String cvs = "$Id$";
- static final byte[] version_id =
{'0','3','2','8','G','A','J','B','P','A','P','P','-','7','8','5','2'};
+ static final byte[] version_id =
{'0','3','2','8','G','A','_','J','B','C','A','C','H','E','-','1','6','1','2','_','J','B','C','A','C','H','E','-','1','6','1','3'};
private static final int MAJOR_SHIFT = 11;
private static final int MINOR_SHIFT = 6;