Author: dereed
Date: 2014-03-31 01:41:07 -0400 (Mon, 31 Mar 2014)
New Revision: 8587
Modified:
core/support-branches/3.2.11.GA_JBCACHE-1635/pom.xml
core/support-branches/3.2.11.GA_JBCACHE-1635/src/main/java/org/jboss/cache/Version.java
Log:
[JBPAPP-11069] Set version for one-off
Modified: core/support-branches/3.2.11.GA_JBCACHE-1635/pom.xml
===================================================================
--- core/support-branches/3.2.11.GA_JBCACHE-1635/pom.xml 2014-03-31 05:35:07 UTC (rev
8586)
+++ core/support-branches/3.2.11.GA_JBCACHE-1635/pom.xml 2014-03-31 05:41:07 UTC (rev
8587)
@@ -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.11.GA</jbosscache-core-version>
+
<jbosscache-core-version>3.2.11.GA_JBCACHE-1635</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.11.GA_JBCACHE-1635/src/main/java/org/jboss/cache/Version.java
===================================================================
---
core/support-branches/3.2.11.GA_JBCACHE-1635/src/main/java/org/jboss/cache/Version.java 2014-03-31
05:35:07 UTC (rev 8586)
+++
core/support-branches/3.2.11.GA_JBCACHE-1635/src/main/java/org/jboss/cache/Version.java 2014-03-31
05:41:07 UTC (rev 8587)
@@ -32,10 +32,10 @@
@Immutable
public class Version
{
- public static final String version = "3.2.11.GA";
+ public static final String version = "3.2.11.GA_JBCACHE-1635";
public static final String codename = "Malagueta";
//public static final String cvs = "$Id$";
- static final byte[] version_id =
{'0','3','2','1','1','G','A'};
+ static final byte[] version_id =
{'0','3','2','1','1','G','A','_','J','B','C','A','C','H','E','-','1','6','3','5'};
private static final int MAJOR_SHIFT = 11;
private static final int MINOR_SHIFT = 6;