[infinispan-commits] Infinispan SVN: r1551 - in branches/4.0.x: cachestore and 21 other directories.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Thu Feb 25 05:50:29 EST 2010


Author: manik.surtani at jboss.com
Date: 2010-02-25 05:50:28 -0500 (Thu, 25 Feb 2010)
New Revision: 1551

Modified:
   branches/4.0.x/cachestore/bdbje/pom.xml
   branches/4.0.x/cachestore/cloud/pom.xml
   branches/4.0.x/cachestore/jdbc/pom.xml
   branches/4.0.x/cachestore/jdbm/pom.xml
   branches/4.0.x/cachestore/pom.xml
   branches/4.0.x/core/pom.xml
   branches/4.0.x/core/src/main/java/org/infinispan/Version.java
   branches/4.0.x/demos/directory/pom.xml
   branches/4.0.x/demos/ec2/pom.xml
   branches/4.0.x/demos/gui/pom.xml
   branches/4.0.x/demos/lucene-directory-demo/pom.xml
   branches/4.0.x/jopr-plugin/pom.xml
   branches/4.0.x/lucene-directory/pom.xml
   branches/4.0.x/parent/pom.xml
   branches/4.0.x/pom.xml
   branches/4.0.x/query/pom.xml
   branches/4.0.x/server/core/pom.xml
   branches/4.0.x/server/hotrod/pom.xml
   branches/4.0.x/server/memcached/pom.xml
   branches/4.0.x/server/pom.xml
   branches/4.0.x/server/rest/pom.xml
   branches/4.0.x/tools/pom.xml
   branches/4.0.x/tree/pom.xml
Log:
Updated version

Modified: branches/4.0.x/cachestore/bdbje/pom.xml
===================================================================
--- branches/4.0.x/cachestore/bdbje/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/cachestore/bdbje/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-cachestore-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -26,4 +26,4 @@
       </repository>
    </repositories>
 
-</project>
\ No newline at end of file
+</project>

Modified: branches/4.0.x/cachestore/cloud/pom.xml
===================================================================
--- branches/4.0.x/cachestore/cloud/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/cachestore/cloud/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-cachestore-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>infinispan-cachestore-cloud</artifactId>

Modified: branches/4.0.x/cachestore/jdbc/pom.xml
===================================================================
--- branches/4.0.x/cachestore/jdbc/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/cachestore/jdbc/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-cachestore-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 

Modified: branches/4.0.x/cachestore/jdbm/pom.xml
===================================================================
--- branches/4.0.x/cachestore/jdbm/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/cachestore/jdbm/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-cachestore-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>infinispan-cachestore-jdbm</artifactId>

Modified: branches/4.0.x/cachestore/pom.xml
===================================================================
--- branches/4.0.x/cachestore/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/cachestore/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <artifactId>infinispan-cachestore-parent</artifactId>

Modified: branches/4.0.x/core/pom.xml
===================================================================
--- branches/4.0.x/core/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/core/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 

Modified: branches/4.0.x/core/src/main/java/org/infinispan/Version.java
===================================================================
--- branches/4.0.x/core/src/main/java/org/infinispan/Version.java	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/core/src/main/java/org/infinispan/Version.java	2010-02-25 10:50:28 UTC (rev 1551)
@@ -31,10 +31,10 @@
  */
 @Immutable
 public class Version {
-   public static final String version = "4.0.0.FINAL";
+   public static final String version = "4.0.1-SNAPSHOT";
    public static final String codename = "Starobrno";
    public static final String projectName = "Infinispan";
-   static final byte[] version_id = {'4', '0', '0', 'F', 'I', 'N', 'A', 'L'};
+   static final byte[] version_id = {'4', '0', '1', 'S'};
    private static final int MAJOR_SHIFT = 11;
    private static final int MINOR_SHIFT = 6;
    private static final int MAJOR_MASK = 0x00f800;

Modified: branches/4.0.x/demos/directory/pom.xml
===================================================================
--- branches/4.0.x/demos/directory/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/demos/directory/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
@@ -33,7 +33,7 @@
    </build>
 
    <artifactId>infinispan-directory-demo</artifactId>
-   <version>4.0.0.FINAL</version>
+   <version>4.0.1-SNAPSHOT</version>
    <name>Infinispan Directory Demo</name>
    <description>Infinispan - Directory Demo</description>
    <dependencies>

Modified: branches/4.0.x/demos/ec2/pom.xml
===================================================================
--- branches/4.0.x/demos/ec2/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/demos/ec2/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -5,12 +5,12 @@
 	<parent>
 		<groupId>org.infinispan</groupId>
 		<artifactId>infinispan-parent</artifactId>
-		<version>4.0.0.FINAL</version>
+		<version>4.0.1-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	
 	<artifactId>infinispan-ec2-demo</artifactId>
-	<version>4.0.0.FINAL</version>
+	<version>4.0.1-SNAPSHOT</version>
 	<name>Infinispan EC2 Demo</name>
 	<description>Infinispan - EC2 Demo</description>
    <packaging>war</packaging>

Modified: branches/4.0.x/demos/gui/pom.xml
===================================================================
--- branches/4.0.x/demos/gui/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/demos/gui/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -5,12 +5,12 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
    <artifactId>infinispan-gui-demo</artifactId>
-   <version>4.0.0.FINAL</version>
+   <version>4.0.1-SNAPSHOT</version>
    <name>Infinispan GUI Demo</name>
    <description>Infinispan - GUI Demo</description>
 

Modified: branches/4.0.x/demos/lucene-directory-demo/pom.xml
===================================================================
--- branches/4.0.x/demos/lucene-directory-demo/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/demos/lucene-directory-demo/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -5,12 +5,12 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
    <artifactId>infinispan-lucene-demo</artifactId>
-   <version>4.0.0.FINAL</version>
+   <version>4.0.1-SNAPSHOT</version>
    <name>Infinispan Lucene Directory Demo</name>
    <description>Infinispan - Lucene Directory Demo</description>
 

Modified: branches/4.0.x/jopr-plugin/pom.xml
===================================================================
--- branches/4.0.x/jopr-plugin/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/jopr-plugin/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 

Modified: branches/4.0.x/lucene-directory/pom.xml
===================================================================
--- branches/4.0.x/lucene-directory/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/lucene-directory/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 

Modified: branches/4.0.x/parent/pom.xml
===================================================================
--- branches/4.0.x/parent/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/parent/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -3,7 +3,7 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.infinispan</groupId>
    <artifactId>infinispan-parent</artifactId>
-   <version>4.0.0.FINAL</version>
+   <version>4.0.1-SNAPSHOT</version>
    <name>Infinispan Common Parent</name>
    <description>Infinispan common parent POM module</description>
    <url>http://www.infinispan.org</url>

Modified: branches/4.0.x/pom.xml
===================================================================
--- branches/4.0.x/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>parent/pom.xml</relativePath>
    </parent>
 

Modified: branches/4.0.x/query/pom.xml
===================================================================
--- branches/4.0.x/query/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/query/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 

Modified: branches/4.0.x/server/core/pom.xml
===================================================================
--- branches/4.0.x/server/core/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/server/core/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-server-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 

Modified: branches/4.0.x/server/hotrod/pom.xml
===================================================================
--- branches/4.0.x/server/hotrod/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/server/hotrod/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-server-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 

Modified: branches/4.0.x/server/memcached/pom.xml
===================================================================
--- branches/4.0.x/server/memcached/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/server/memcached/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-server-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 

Modified: branches/4.0.x/server/pom.xml
===================================================================
--- branches/4.0.x/server/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/server/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <artifactId>infinispan-server-parent</artifactId>

Modified: branches/4.0.x/server/rest/pom.xml
===================================================================
--- branches/4.0.x/server/rest/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/server/rest/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 

Modified: branches/4.0.x/tools/pom.xml
===================================================================
--- branches/4.0.x/tools/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/tools/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 

Modified: branches/4.0.x/tree/pom.xml
===================================================================
--- branches/4.0.x/tree/pom.xml	2010-02-25 10:40:57 UTC (rev 1550)
+++ branches/4.0.x/tree/pom.xml	2010-02-25 10:50:28 UTC (rev 1551)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0.FINAL</version>
+      <version>4.0.1-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 



More information about the infinispan-commits mailing list