[jbosscache-commits] JBoss Cache SVN: r7639 - in core/trunk: src/main/java/org/jboss/cache and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Feb 4 10:54:48 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-02-04 10:54:47 -0500 (Wed, 04 Feb 2009)
New Revision: 7639

Modified:
   core/trunk/pom.xml
   core/trunk/src/main/java/org/jboss/cache/Version.java
Log:
Updated version

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2009-02-04 14:32:09 UTC (rev 7638)
+++ core/trunk/pom.xml	2009-02-04 15:54:47 UTC (rev 7639)
@@ -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.3-SNAPSHOT</jbosscache-core-version>
+      <jbosscache-core-version>3.1.0-SNAPSHOT</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. -->
@@ -27,7 +27,7 @@
       <dependency>
          <groupId>jgroups</groupId>
          <artifactId>jgroups</artifactId>
-         <version>2.6.7.GA</version>
+         <version>2.7.0.GA</version>
       </dependency>
 
 	   <!--

Modified: core/trunk/src/main/java/org/jboss/cache/Version.java
===================================================================
--- core/trunk/src/main/java/org/jboss/cache/Version.java	2009-02-04 14:32:09 UTC (rev 7638)
+++ core/trunk/src/main/java/org/jboss/cache/Version.java	2009-02-04 15:54:47 UTC (rev 7639)
@@ -32,10 +32,10 @@
 @Immutable
 public class Version
 {
-   public static final String version = "3.0.3-SNAPSHOT";
-   public static final String codename = "Naga";
+   public static final String version = "3.1.0-SNAPSHOT";
+   public static final String codename = "Cascabel";
    //public static final String cvs = "$Id$";
-   static final byte[] version_id = {'0', '3', '0', '3', 'S'};
+   static final byte[] version_id = {'0', '3', '1', '0', 'S'};
 
    private static final int MAJOR_SHIFT = 11;
    private static final int MINOR_SHIFT = 6;




More information about the jbosscache-commits mailing list