[infinispan-commits] Infinispan SVN: r1547 - in trunk: cachestore and 21 other directories.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Wed Feb 24 13:27:17 EST 2010


Author: manik.surtani at jboss.com
Date: 2010-02-24 13:27:16 -0500 (Wed, 24 Feb 2010)
New Revision: 1547

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

Modified: trunk/cachestore/bdbje/pom.xml
===================================================================
--- trunk/cachestore/bdbje/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/cachestore/bdbje/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-cachestore-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 

Modified: trunk/cachestore/cloud/pom.xml
===================================================================
--- trunk/cachestore/cloud/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/cachestore/cloud/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-cachestore-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>infinispan-cachestore-cloud</artifactId>

Modified: trunk/cachestore/jdbc/pom.xml
===================================================================
--- trunk/cachestore/jdbc/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/cachestore/jdbc/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-cachestore-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 

Modified: trunk/cachestore/jdbm/pom.xml
===================================================================
--- trunk/cachestore/jdbm/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/cachestore/jdbm/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-cachestore-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>infinispan-cachestore-jdbm</artifactId>

Modified: trunk/cachestore/pom.xml
===================================================================
--- trunk/cachestore/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/cachestore/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <artifactId>infinispan-cachestore-parent</artifactId>

Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/core/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -7,7 +7,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 

Modified: trunk/core/src/main/java/org/infinispan/Version.java
===================================================================
--- trunk/core/src/main/java/org/infinispan/Version.java	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/core/src/main/java/org/infinispan/Version.java	2010-02-24 18:27:16 UTC (rev 1547)
@@ -31,10 +31,10 @@
  */
 @Immutable
 public class Version {
-   public static final String version = "4.0.0.SNAPSHOT";
+   public static final String version = "4.1.0.SNAPSHOT";
    public static final String codename = "Starobrno";
    public static final String projectName = "Infinispan";
-   static final byte[] version_id = {'0', '4', '0', '0', 'S'};
+   static final byte[] version_id = {'0', '4', '1', '0', 'S'};
    private static final int MAJOR_SHIFT = 11;
    private static final int MINOR_SHIFT = 6;
    private static final int MAJOR_MASK = 0x00f800;

Modified: trunk/demos/directory/pom.xml
===================================================================
--- trunk/demos/directory/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/demos/directory/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -7,7 +7,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
@@ -34,8 +34,7 @@
       </plugins>
    </build>
 
-   <artifactId>infinispan-directory-demo</artifactId>
-   <version>4.0.0-SNAPSHOT</version>
+   <artifactId>infinispan-directory-demo</artifactId>   
    <name>Infinispan Directory Demo</name>
    <description>Infinispan - Directory Demo</description>
    <dependencies>

Modified: trunk/demos/ec2/pom.xml
===================================================================
--- trunk/demos/ec2/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/demos/ec2/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -6,12 +6,11 @@
 	<parent>
 		<groupId>org.infinispan</groupId>
 		<artifactId>infinispan-parent</artifactId>
-		<version>4.0.0-SNAPSHOT</version>
+		<version>4.1.0-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	
 	<artifactId>infinispan-ec2-demo</artifactId>
-	<version>4.0.0-SNAPSHOT</version>
 	<name>Infinispan EC2 Demo</name>
 	<description>Infinispan - EC2 Demo</description>
    <packaging>war</packaging>

Modified: trunk/demos/gui/pom.xml
===================================================================
--- trunk/demos/gui/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/demos/gui/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -7,12 +7,11 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
    <artifactId>infinispan-gui-demo</artifactId>
-   <version>4.0.0-SNAPSHOT</version>
    <name>Infinispan GUI Demo</name>
    <description>Infinispan - GUI Demo</description>
 

Modified: trunk/demos/lucene-directory-demo/pom.xml
===================================================================
--- trunk/demos/lucene-directory-demo/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/demos/lucene-directory-demo/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -6,12 +6,11 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
    <artifactId>infinispan-lucene-demo</artifactId>
-   <version>4.0.0-SNAPSHOT</version>
    <name>Infinispan Lucene Directory Demo</name>
    <description>Infinispan - Lucene Directory Demo</description>
 

Modified: trunk/jopr-plugin/pom.xml
===================================================================
--- trunk/jopr-plugin/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/jopr-plugin/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -9,7 +9,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 

Modified: trunk/lucene-directory/pom.xml
===================================================================
--- trunk/lucene-directory/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/lucene-directory/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 

Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/parent/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -4,7 +4,7 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.infinispan</groupId>
    <artifactId>infinispan-parent</artifactId>
-   <version>4.0.0-SNAPSHOT</version>
+   <version>4.1.0-SNAPSHOT</version>
    <name>Infinispan Common Parent</name>
    <description>Infinispan common parent POM module</description>
    <url>http://www.infinispan.org</url>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -7,7 +7,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>parent/pom.xml</relativePath>
    </parent>
 

Modified: trunk/query/pom.xml
===================================================================
--- trunk/query/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/query/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 

Modified: trunk/server/core/pom.xml
===================================================================
--- trunk/server/core/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/server/core/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-server-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 

Modified: trunk/server/hotrod/pom.xml
===================================================================
--- trunk/server/hotrod/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/server/hotrod/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-server-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 

Modified: trunk/server/memcached/pom.xml
===================================================================
--- trunk/server/memcached/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/server/memcached/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-server-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 

Modified: trunk/server/pom.xml
===================================================================
--- trunk/server/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/server/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <artifactId>infinispan-server-parent</artifactId>

Modified: trunk/server/rest/pom.xml
===================================================================
--- trunk/server/rest/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/server/rest/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 

Modified: trunk/tools/pom.xml
===================================================================
--- trunk/tools/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/tools/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -7,7 +7,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 

Modified: trunk/tree/pom.xml
===================================================================
--- trunk/tree/pom.xml	2010-02-24 15:15:49 UTC (rev 1546)
+++ trunk/tree/pom.xml	2010-02-24 18:27:16 UTC (rev 1547)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.1.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 



More information about the infinispan-commits mailing list