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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Oct 1 10:20:42 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-10-01 10:20:42 -0400 (Wed, 01 Oct 2008)
New Revision: 6821

Modified:
   core/tags/2.2.1.CR1/pom.xml
   core/tags/2.2.1.CR1/src/main/java/org/jboss/cache/Version.java
Log:


Modified: core/tags/2.2.1.CR1/pom.xml
===================================================================
--- core/tags/2.2.1.CR1/pom.xml	2008-10-01 14:15:10 UTC (rev 6820)
+++ core/tags/2.2.1.CR1/pom.xml	2008-10-01 14:20:42 UTC (rev 6821)
@@ -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>2.2.0-SNAPSHOT</jbosscache-core-version>
+      <jbosscache-core-version>2.2.1.CR1</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. -->
@@ -14,7 +14,7 @@
    <parent>
       <groupId>org.jboss.cache</groupId>
       <artifactId>jbosscache-common-parent</artifactId>
-      <version>1.3</version>
+      <version>1.4</version>
    </parent>
    <groupId>org.jboss.cache</groupId>
    <artifactId>jbosscache-core</artifactId>
@@ -27,7 +27,7 @@
       <dependency>
          <groupId>jgroups</groupId>
          <artifactId>jgroups</artifactId>
-         <version>2.6.3.GA</version>
+         <version>2.6.4.GA</version>
       </dependency>
 
       <!-- For the JTA 1.1 API; consuming projects can safely
@@ -412,14 +412,14 @@
             <activeByDefault>false</activeByDefault>
          </activation>
          <properties>
-            <jbosscache-core-version>2.2.0-SNAPSHOT-JBossAS</jbosscache-core-version>
+            <jbosscache-core-version>2.2.1.CR1-JBossAS</jbosscache-core-version>
             <defaultTestGroup>functional,unit</defaultTestGroup>
          </properties>
          <dependencies>
             <dependency>
                <groupId>jgroups</groupId>
                <artifactId>jgroups</artifactId>
-               <version>2.6.3.GA</version>
+               <version>2.6.4.GA</version>
             </dependency>
             <!-- Replaces javax.transaction/jta -->
             <dependency>

Modified: core/tags/2.2.1.CR1/src/main/java/org/jboss/cache/Version.java
===================================================================
--- core/tags/2.2.1.CR1/src/main/java/org/jboss/cache/Version.java	2008-10-01 14:15:10 UTC (rev 6820)
+++ core/tags/2.2.1.CR1/src/main/java/org/jboss/cache/Version.java	2008-10-01 14:20:42 UTC (rev 6821)
@@ -11,10 +11,10 @@
 @Immutable
 public class Version
 {
-   public static final String version = "2.2.0-SNAPSHOT";
+   public static final String version = "2.2.1.CR1";
    public static final String codename = "Poblano";
    //public static final String cvs = "$Id: Version.java 4592 2007-10-10 16:44:36Z manik.surtani at jboss.com $";
-   static final byte[] version_id = {'0', '2', '2', '0', 'S'};
+   static final byte[] version_id = {'0', '2', '2', '1', 'C', '1'};
 
    private static final int MAJOR_SHIFT = 11;
    private static final int MINOR_SHIFT = 6;




More information about the jbosscache-commits mailing list