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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Nov 27 12:49:26 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-11-27 12:49:26 -0500 (Thu, 27 Nov 2008)
New Revision: 7221

Modified:
   core/tags/3.0.1.GA/pom.xml
   core/tags/3.0.1.GA/src/main/java/org/jboss/cache/Version.java
Log:
Versioned

Modified: core/tags/3.0.1.GA/pom.xml
===================================================================
--- core/tags/3.0.1.GA/pom.xml	2008-11-27 17:47:06 UTC (rev 7220)
+++ core/tags/3.0.1.GA/pom.xml	2008-11-27 17:49:26 UTC (rev 7221)
@@ -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.0.1-SNAPSHOT</jbosscache-core-version>
+      <jbosscache-core-version>3.0.1.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. -->
@@ -443,7 +443,7 @@
             <activeByDefault>false</activeByDefault>
          </activation>
          <properties>
-            <jbosscache-core-version>3.0.1-SNAPSHOT-JBossAS</jbosscache-core-version>
+            <jbosscache-core-version>3.0.1.GA-JBossAS</jbosscache-core-version>
          </properties>
          <dependencies>
             <dependency>

Modified: core/tags/3.0.1.GA/src/main/java/org/jboss/cache/Version.java
===================================================================
--- core/tags/3.0.1.GA/src/main/java/org/jboss/cache/Version.java	2008-11-27 17:47:06 UTC (rev 7220)
+++ core/tags/3.0.1.GA/src/main/java/org/jboss/cache/Version.java	2008-11-27 17:49:26 UTC (rev 7221)
@@ -32,10 +32,10 @@
 @Immutable
 public class Version
 {
-   public static final String version = "3.0.1-SNAPSHOT";
+   public static final String version = "3.0.1.GA";
    public static final String codename = "Naga";
    //public static final String cvs = "$Id$";
-   static final byte[] version_id = {'0', '3', '0', '0', 'S'};
+   static final byte[] version_id = {'0', '3', '0', '1', 'G', 'A'};
 
    private static final int MAJOR_SHIFT = 11;
    private static final int MINOR_SHIFT = 6;




More information about the jbosscache-commits mailing list