[jbosscache-commits] JBoss Cache SVN: r8381 - in core/tags/3.2.3.GA: src/main/java/org/jboss/cache and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Apr 20 11:54:04 EDT 2010


Author: galder.zamarreno at jboss.com
Date: 2010-04-20 11:54:03 -0400 (Tue, 20 Apr 2010)
New Revision: 8381

Modified:
   core/tags/3.2.3.GA/pom.xml
   core/tags/3.2.3.GA/src/main/java/org/jboss/cache/Version.java
Log:
JBoss Cache Release Script: Updating 3.2.3.GA

Modified: core/tags/3.2.3.GA/pom.xml
===================================================================
--- core/tags/3.2.3.GA/pom.xml	2010-04-20 15:36:20 UTC (rev 8380)
+++ core/tags/3.2.3.GA/pom.xml	2010-04-20 15:54:03 UTC (rev 8381)
@@ -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.1-SNAPSHOT</jbosscache-core-version>
+        <jbosscache-core-version>3.2.3.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. -->

Modified: core/tags/3.2.3.GA/src/main/java/org/jboss/cache/Version.java
===================================================================
--- core/tags/3.2.3.GA/src/main/java/org/jboss/cache/Version.java	2010-04-20 15:36:20 UTC (rev 8380)
+++ core/tags/3.2.3.GA/src/main/java/org/jboss/cache/Version.java	2010-04-20 15:54:03 UTC (rev 8381)
@@ -32,10 +32,10 @@
 @Immutable
 public class Version
 {
-   public static final String version = "3.2.1-SNAPSHOT";
+   public static final String version = "3.2.3.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', '3', 'G'};
 
    private static final int MAJOR_SHIFT = 11;
    private static final int MINOR_SHIFT = 6;



More information about the jbosscache-commits mailing list