Author: dereed
Date: 2012-09-25 18:49:19 -0400 (Tue, 25 Sep 2012)
New Revision: 8561
Modified:
core/tags/3.2.11.GA/pom.xml
core/tags/3.2.11.GA/src/main/java/org/jboss/cache/Version.java
Log:
JBoss Cache Release Script: Updating 3.2.11.GA
Modified: core/tags/3.2.11.GA/pom.xml
===================================================================
--- core/tags/3.2.11.GA/pom.xml 2012-09-25 22:44:36 UTC (rev 8560)
+++ core/tags/3.2.11.GA/pom.xml 2012-09-25 22:49:19 UTC (rev 8561)
@@ -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.9-SNAPSHOT</jbosscache-core-version>
+ <jbosscache-core-version>3.2.11.GA</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. -->
@@ -477,7 +477,7 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
-
<jbosscache-core-version>3.2.1-SNAPSHOT-JBossAS</jbosscache-core-version>
+
<jbosscache-core-version>3.2.11.GA-JBossAS</jbosscache-core-version>
<defaultTestGroup>functional,unit</defaultTestGroup>
<protocol.stack>tcp</protocol.stack>
</properties>
Modified: core/tags/3.2.11.GA/src/main/java/org/jboss/cache/Version.java
===================================================================
--- core/tags/3.2.11.GA/src/main/java/org/jboss/cache/Version.java 2012-09-25 22:44:36 UTC
(rev 8560)
+++ core/tags/3.2.11.GA/src/main/java/org/jboss/cache/Version.java 2012-09-25 22:49:19 UTC
(rev 8561)
@@ -32,10 +32,10 @@
@Immutable
public class Version
{
- public static final String version = "3.2.1-SNAPSHOT";
+ public static final String version = "3.2.11.GA";
public static final String codename = "Malagueta";
//public static final String cvs = "$Id$";
- static final byte[] version_id = {'0', '3', '2', '1',
'S'};
+ static final byte[] version_id =
{'0','3','2','1','1','G','A'};
private static final int MAJOR_SHIFT = 11;
private static final int MINOR_SHIFT = 6;