[infinispan-commits] Infinispan SVN: r1871 - in tags/4.1.0.BETA2: cachestore and 26 other directories.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Thu May 27 16:20:41 EDT 2010


Author: mircea.markus
Date: 2010-05-27 16:20:38 -0400 (Thu, 27 May 2010)
New Revision: 1871

Modified:
   tags/4.1.0.BETA2/cachestore/bdbje/pom.xml
   tags/4.1.0.BETA2/cachestore/cloud/pom.xml
   tags/4.1.0.BETA2/cachestore/jdbc/pom.xml
   tags/4.1.0.BETA2/cachestore/jdbm/pom.xml
   tags/4.1.0.BETA2/cachestore/pom.xml
   tags/4.1.0.BETA2/cachestore/remote/pom.xml
   tags/4.1.0.BETA2/client/hotrod-client/pom.xml
   tags/4.1.0.BETA2/core/pom.xml
   tags/4.1.0.BETA2/core/src/main/java/org/infinispan/Version.java
   tags/4.1.0.BETA2/demos/directory/pom.xml
   tags/4.1.0.BETA2/demos/ec2-ui/pom.xml
   tags/4.1.0.BETA2/demos/ec2/pom.xml
   tags/4.1.0.BETA2/demos/gridfs-webdav/pom.xml
   tags/4.1.0.BETA2/demos/gui/pom.xml
   tags/4.1.0.BETA2/demos/lucene-directory-demo/pom.xml
   tags/4.1.0.BETA2/jopr-plugin/pom.xml
   tags/4.1.0.BETA2/lucene-directory/pom.xml
   tags/4.1.0.BETA2/parent/pom.xml
   tags/4.1.0.BETA2/pom.xml
   tags/4.1.0.BETA2/query/pom.xml
   tags/4.1.0.BETA2/server/core/pom.xml
   tags/4.1.0.BETA2/server/hotrod/pom.xml
   tags/4.1.0.BETA2/server/memcached/pom.xml
   tags/4.1.0.BETA2/server/pom.xml
   tags/4.1.0.BETA2/server/rest/pom.xml
   tags/4.1.0.BETA2/server/websocket/pom.xml
   tags/4.1.0.BETA2/tools/pom.xml
   tags/4.1.0.BETA2/tree/pom.xml
Log:
Infinispan Release Script: Updated version numbers

Modified: tags/4.1.0.BETA2/cachestore/bdbje/pom.xml
===================================================================
--- tags/4.1.0.BETA2/cachestore/bdbje/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/cachestore/bdbje/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-cachestore-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -27,4 +25,4 @@
          <url>http://download.oracle.com/maven/</url>
       </repository>
    </repositories>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/cachestore/cloud/pom.xml
===================================================================
--- tags/4.1.0.BETA2/cachestore/cloud/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/cachestore/cloud/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-cachestore-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>infinispan-cachestore-cloud</artifactId>
@@ -35,8 +33,8 @@
          <version>${version.jclouds}</version>
       </dependency>
 
-      <!-- =========================================================== -->
-      <!-- optional cloud provider plug-ins.  You'd need at least one! -->
+      
+      
       <dependency>
          <groupId>org.jclouds</groupId>
          <artifactId>jclouds-aws</artifactId>
@@ -56,7 +54,7 @@
          <scope>optional</scope>
       </dependency>
 
-      <!-- =========================================================== -->
+      
 
       <dependency>
          <groupId>org.apache.commons</groupId>
@@ -134,4 +132,4 @@
          </properties>
       </profile>
    </profiles>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/cachestore/jdbc/pom.xml
===================================================================
--- tags/4.1.0.BETA2/cachestore/jdbc/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/cachestore/jdbc/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-cachestore-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -28,4 +26,4 @@
          <scope>test</scope>
       </dependency>
    </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/cachestore/jdbm/pom.xml
===================================================================
--- tags/4.1.0.BETA2/cachestore/jdbm/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/cachestore/jdbm/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-cachestore-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>infinispan-cachestore-jdbm</artifactId>
@@ -17,7 +15,7 @@
 
    <dependencies>
       <dependency>
-         <!-- Contains fixes not officially released by JDBM group -->
+         
          <groupId>org.apache.directory.server</groupId>
          <artifactId>apacheds-jdbm</artifactId>
          <version>1.5.4</version>
@@ -34,4 +32,4 @@
       </dependency>
    </dependencies>
 
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/cachestore/pom.xml
===================================================================
--- tags/4.1.0.BETA2/cachestore/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/cachestore/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <artifactId>infinispan-cachestore-parent</artifactId>
@@ -28,4 +26,4 @@
          <scope>test</scope>
       </dependency>
    </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/cachestore/remote/pom.xml
===================================================================
--- tags/4.1.0.BETA2/cachestore/remote/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/cachestore/remote/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-cachestore-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>infinispan-cachestore-remote</artifactId>
@@ -42,4 +40,4 @@
          <scope>test</scope>
       </dependency>
    </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/client/hotrod-client/pom.xml
===================================================================
--- tags/4.1.0.BETA2/client/hotrod-client/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/client/hotrod-client/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
    <properties>
@@ -71,4 +69,4 @@
       </dependency>
 
    </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/core/pom.xml
===================================================================
--- tags/4.1.0.BETA2/core/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/core/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,13 +1,11 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
@@ -31,10 +29,7 @@
          <version>${version.jgroups}</version>
       </dependency>
 
-      <!--
-         For the JTA 1.1 API; consuming projects can safely
-         exclude this and replace with any valid source of this API, such as a Java EE app server. 
-         -->
+      
       <dependency>
          <groupId>org.jboss.javaee</groupId>
          <artifactId>jboss-transaction-api</artifactId>
@@ -89,11 +84,7 @@
    </dependencies>
    <build>
       <plugins>
-         <!--
-        Generates XML schema for Infinispan configuration files
-        Run with mvn exec:java
-        For more details see:
-        http://mojo.codehaus.org/exec-maven-plugin/usage.html -->
+         
          <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
@@ -115,4 +106,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/core/src/main/java/org/infinispan/Version.java
===================================================================
--- tags/4.1.0.BETA2/core/src/main/java/org/infinispan/Version.java	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/core/src/main/java/org/infinispan/Version.java	2010-05-27 20:20:38 UTC (rev 1871)
@@ -31,10 +31,10 @@
  */
 @Immutable
 public class Version {
-   public static final String version = "4.1.0.SNAPSHOT";
+   public static final String version = "4.1.0.BETA2";
    public static final String codename = "Radegast";
    public static final String projectName = "Infinispan";
-   static final byte[] version_id = {'0', '4', '1', '0', 'S'};
+   static final byte[] version_id = {'4', '1', '0', 'B', 'E', 'T', 'A', '2'};
    private static final int MAJOR_SHIFT = 11;
    private static final int MINOR_SHIFT = 6;
    private static final int MAJOR_MASK = 0x00f800;

Modified: tags/4.1.0.BETA2/demos/directory/pom.xml
===================================================================
--- tags/4.1.0.BETA2/demos/directory/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/demos/directory/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,13 +1,11 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
@@ -45,4 +43,4 @@
       </dependency>
    </dependencies>
 
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/demos/ec2/pom.xml
===================================================================
--- tags/4.1.0.BETA2/demos/ec2/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/demos/ec2/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,11 +1,11 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
 		<groupId>org.infinispan</groupId>
 		<artifactId>infinispan-parent</artifactId>
-		<version>4.1.0-SNAPSHOT</version>
+		<version>4.1.0.BETA2</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 
@@ -63,4 +63,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/demos/ec2-ui/pom.xml
===================================================================
--- tags/4.1.0.BETA2/demos/ec2-ui/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/demos/ec2-ui/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,11 +1,11 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
 		<groupId>org.infinispan</groupId>
 		<artifactId>infinispan-parent</artifactId>
-		<version>4.1.0-SNAPSHOT</version>
+		<version>4.1.0.BETA2</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 
@@ -53,4 +53,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/demos/gridfs-webdav/pom.xml
===================================================================
--- tags/4.1.0.BETA2/demos/gridfs-webdav/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/demos/gridfs-webdav/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,11 +1,11 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
@@ -32,7 +32,7 @@
          <version>${version.webdav.servlet}</version>
       </dependency>
 
-      <!-- required by Webdav-Servlet -->
+      
       <dependency>
          <groupId>log4j</groupId>
          <artifactId>log4j</artifactId>
@@ -49,4 +49,4 @@
 
 
    </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/demos/gui/pom.xml
===================================================================
--- tags/4.1.0.BETA2/demos/gui/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/demos/gui/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,13 +1,11 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
@@ -64,4 +62,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/demos/lucene-directory-demo/pom.xml
===================================================================
--- tags/4.1.0.BETA2/demos/lucene-directory-demo/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/demos/lucene-directory-demo/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,11 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
@@ -61,7 +60,7 @@
    <build>
       <plugins>
       
-         <!-- Creates executable scripts -->
+         
          <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>appassembler-maven-plugin</artifactId>
@@ -78,7 +77,7 @@
             </configuration>
          </plugin>
          
-         <!-- Testing Configuration -->
+         
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
@@ -104,4 +103,4 @@
       </plugins>
    </build>
 
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/jopr-plugin/pom.xml
===================================================================
--- tags/4.1.0.BETA2/jopr-plugin/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/jopr-plugin/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,15 +1,12 @@
-<project
-      xmlns="http://maven.apache.org/POM/4.0.0"
-      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-      xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-      >
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
@@ -56,14 +53,7 @@
          <scope>provided</scope>
       </dependency>
       
-<!--  
-      <dependency>
-         <groupId>org.rhq</groupId>
-         <artifactId>rhq-pluginGen</artifactId>
-         <version>${version.rhq.plugingen}</version>
-         <scope>provided</scope>
-      </dependency>
- -->  
+  
 
       <dependency>
          <groupId>mc4j</groupId>
@@ -72,7 +62,7 @@
          <scope>provided</scope>
       </dependency>
 
-      <!-- TODO: This is beyond horrible.  Surely we don't need these dependencies!! -->
+      
 
       <dependency>
          <groupId>org.hibernate</groupId>
@@ -95,7 +85,7 @@
          <scope>provided</scope>
       </dependency>
 
-      <!-- END unnenessary deps -->
+      
 
       <dependency>
          <groupId>${project.groupId}</groupId>
@@ -162,7 +152,7 @@
                      </goals>
                      <configuration>
                          <artifactItems>
-                             <!-- TODO include other needed external jars that should go into your jar file -->
+                             
                              <artifactItem>
                                  <groupId>org.infinispan</groupId>
                                  <artifactId>infinispan-core</artifactId>
@@ -197,24 +187,7 @@
          </executions>
          </plugin>
          
-         <!--
-         <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>exec-maven-plugin</artifactId>
-            <version>1.1</version>
-            <executions>
-               <execution>
-                  <phase>process-classes</phase>
-                  <goals>
-                     <goal>java</goal>
-                  </goals>
-               </execution>
-            </executions>
-            <configuration>
-               <mainClass>org.infinispan.jopr.util.RhqPluginDescriptorGenerator</mainClass>
-            </configuration>
-         </plugin>
-         -->
+         
 
       </plugins>
    </build>
@@ -244,11 +217,10 @@
                         <phase>compile</phase>
                         <configuration>
                            <tasks>
-                              <mkdir dir="${rhq.deploymentDir}"/>
-                              <property name="deployment.file"
-                                        location="${rhq.deploymentDir}/${project.build.finalName}.jar"/>
+                              <mkdir dir="${rhq.deploymentDir}" />
+                              <property location="${rhq.deploymentDir}/${project.build.finalName}.jar" name="deployment.file" />
                               <echo>*** Updating ${deployment.file}...</echo>
-                              <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}"/>
+                              <jar basedir="${project.build.outputDirectory}" destfile="${deployment.file}" />
                            </tasks>
                         </configuration>
                         <goals>
@@ -261,18 +233,14 @@
                         <phase>package</phase>
                         <configuration>
                            <tasks>
-                              <property name="deployment.file"
-                                        location="${rhq.deploymentDir}/${project.build.finalName}.jar"/>
+                              <property location="${rhq.deploymentDir}/${project.build.finalName}.jar" name="deployment.file" />
                               <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
-                              <unjar src="${project.build.directory}/${project.build.finalName}.jar"
-                                     dest="${project.build.outputDirectory}">
+                              <unjar dest="${project.build.outputDirectory}" src="${project.build.directory}/${project.build.finalName}.jar">
                                  <patternset>
-                                    <include name="META-INF/**"/>
+                                    <include name="META-INF/**" />
                                  </patternset>
                               </unjar>
-                              <jar destfile="${deployment.file}"
-                                   manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF"
-                                   update="true">
+                              <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
                               </jar>
                            </tasks>
                         </configuration>
@@ -286,10 +254,9 @@
                         <phase>clean</phase>
                         <configuration>
                            <tasks>
-                              <property name="deployment.file"
-                                        location="${rhq.deploymentDir}/${project.build.finalName}.jar"/>
+                              <property location="${rhq.deploymentDir}/${project.build.finalName}.jar" name="deployment.file" />
                               <echo>*** Deleting ${deployment.file}...</echo>
-                              <delete file="${deployment.file}"/>
+                              <delete file="${deployment.file}" />
                            </tasks>
                         </configuration>
                         <goals>
@@ -305,4 +272,4 @@
 
       </profile>
    </profiles>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/lucene-directory/pom.xml
===================================================================
--- tags/4.1.0.BETA2/lucene-directory/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/lucene-directory/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,11 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
@@ -55,4 +54,4 @@
       </plugins>
    </build>
 
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/parent/pom.xml
===================================================================
--- tags/4.1.0.BETA2/parent/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/parent/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,10 +1,9 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.infinispan</groupId>
    <artifactId>infinispan-parent</artifactId>
-   <version>4.1.0-SNAPSHOT</version>
+   <version>4.1.0.BETA2</version>
    <name>Infinispan Common Parent</name>
    <description>Infinispan common parent POM module</description>
    <url>http://www.infinispan.org</url>
@@ -134,7 +133,7 @@
          <scope>provided</scope>
       </dependency>
 
-      <!-- used to serialize non-serializable objects for a dummy marshaller -->
+      
       <dependency>
          <groupId>com.thoughtworks.xstream</groupId>
          <artifactId>xstream</artifactId>
@@ -145,7 +144,7 @@
 
    <build>
       <plugins>
-         <!-- enforce java 1.6 and maven 2.1.0 -->
+         
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-enforcer-plugin</artifactId>
@@ -168,7 +167,7 @@
                </execution>
             </executions>
          </plugin>
-         <!-- by default, compile to JDK 1.6 compatibility (individual modules and/or user can override) -->
+         
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-compiler-plugin</artifactId>
@@ -187,7 +186,7 @@
             </configuration>
          </plugin>
 
-         <!-- ensure parallel test execution -->
+         
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
@@ -223,7 +222,7 @@
                </properties>
             </configuration>
          </plugin>
-         <!-- eclipse project file generation -->
+         
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-eclipse-plugin</artifactId>
@@ -233,7 +232,7 @@
                <buildOutputDirectory>${basedir}/eclipse-output</buildOutputDirectory>
             </configuration>
          </plugin>
-         <!-- IntelliJ project file generation -->
+         
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-idea-plugin</artifactId>
@@ -242,7 +241,7 @@
                <downloadSources>true</downloadSources>
             </configuration>
          </plugin>
-         <!-- Make sure we generate src jars too -->
+         
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>
@@ -301,7 +300,7 @@
             <artifactId>maven-surefire-report-plugin</artifactId>
             <version>2.4.3-JBOSS</version>
          </plugin>
-         <!-- Findbugs report -->
+         
          <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>findbugs-maven-plugin</artifactId>
@@ -400,4 +399,4 @@
          </properties>
       </profile>
    </profiles>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/pom.xml
===================================================================
--- tags/4.1.0.BETA2/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,13 +1,11 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>parent/pom.xml</relativePath>
    </parent>
 
@@ -78,18 +76,18 @@
                               <link>http://java.sun.com/javase/6/docs/api/</link>
                               <link>http://java.sun.com/javaee/5/docs/api/</link>
                            </links>
-                           <footer><![CDATA[
+                           <footer>
                       Google Analytics
-<script type='text/javascript'>
+&lt;script type='text/javascript'&gt;
 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type='text/javascript'>
+&lt;/script&gt;
+&lt;script type='text/javascript'&gt;
 try {
 var pageTracker = _gat._getTracker("UA-8601422-4");
 pageTracker._trackPageview();
-} catch(err) {}</script>
-                     ]]></footer>
+} catch(err) {}&lt;/script&gt;
+                     </footer>
                         </configuration>
                      </execution>
                   </executions>
@@ -108,17 +106,17 @@
                         </goals>
                         <configuration>
                            <tasks>
-                              <!-- this is a dependency of single_jar assembly -->
-                              <mkdir dir="target"/>
+                              
+                              <mkdir dir="target" />
                               <jar destfile="target/infinispan-all.jar">
-                                 <fileset dir="cachestore/bdbje/target/classes"/>
-                                 <fileset dir="cachestore/jdbc/target/classes"/>
-                                 <fileset dir="cachestore/jdbm/target/classes"/>
-                                 <fileset dir="core/target/classes"/>
-                                 <fileset dir="tree/target/classes"/>
-			         <fileset dir="query/target/classes"/>
+                                 <fileset dir="cachestore/bdbje/target/classes" />
+                                 <fileset dir="cachestore/jdbc/target/classes" />
+                                 <fileset dir="cachestore/jdbm/target/classes" />
+                                 <fileset dir="core/target/classes" />
+                                 <fileset dir="tree/target/classes" />
+			         <fileset dir="query/target/classes" />
                                  <manifest>
-                                    <attribute name="Main-Class" value="org.infinispan.Version"/>
+                                    <attribute name="Main-Class" value="org.infinispan.Version" />
                                  </manifest>
                               </jar>
                            </tasks>
@@ -132,14 +130,13 @@
                         </goals>
                         <configuration>
                            <tasks>
-                              <property name="file"
-                                        value="${project.build.directory}/distribution/${artifactId}-${project.version}-single_jar.zip"/>
+                              <property name="file" value="${project.build.directory}/distribution/${artifactId}-${project.version}-single_jar.zip" />
                               <zip destfile="${file}.new">
                                  <zipfileset src="${file}">
-                                    <exclude name="**/.ignore/**"/>
+                                    <exclude name="**/.ignore/**" />
                                  </zipfileset>
                               </zip>
-                              <move file="${file}.new" tofile="${file}"/>
+                              <move file="${file}.new" tofile="${file}" />
                            </tasks>
                         </configuration>
                      </execution>
@@ -185,7 +182,7 @@
          </build>
       </profile>
 
-      <!-- TODO somehow combine this with the 'distribution' profile so all docs are built together -->
+      
       <profile>
          <id>jmxdoc</id>
          <activation>
@@ -206,18 +203,18 @@
                         <artifactId>infinispan-tools</artifactId>
                         <version>${project.version}</version>
                      </docletArtifact>
-                     <footer><![CDATA[
-                <!-- Google Analytics -->
-<script type='text/javascript'>
+                     <footer>
+                &lt;!-- Google Analytics --&gt;
+&lt;script type='text/javascript'&gt;
 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type='text/javascript'>
+&lt;/script&gt;
+&lt;script type='text/javascript'&gt;
 try {
 var pageTracker = _gat._getTracker("UA-8601422-4");
 pageTracker._trackPageview();
-} catch(err) {}</script>
-               ]]></footer>
+} catch(err) {}&lt;/script&gt;
+               </footer>
                   </configuration>
                   <executions>
                      <execution>
@@ -233,7 +230,7 @@
          </build>
       </profile>
 
-      <!-- TODO somehow combine this with the 'distribution' profile so all docs are built together -->
+      
       <profile>
          <id>configdoc</id>
          <activation>
@@ -254,18 +251,18 @@
                         <artifactId>infinispan-tools</artifactId>
                         <version>${project.version}</version>
                      </docletArtifact>
-                     <footer><![CDATA[
-                <!-- Google Analytics -->
-<script type='text/javascript'>
+                     <footer>
+                &lt;!-- Google Analytics --&gt;
+&lt;script type='text/javascript'&gt;
 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type='text/javascript'>
+&lt;/script&gt;
+&lt;script type='text/javascript'&gt;
 try {
 var pageTracker = _gat._getTracker("UA-8601422-4");
 pageTracker._trackPageview();
-} catch(err) {}</script>
-               ]]></footer>
+} catch(err) {}&lt;/script&gt;
+               </footer>
                   </configuration>
                   <executions>
                      <execution>
@@ -290,7 +287,7 @@
                         </goals>
                         <configuration>
                            <tasks>
-                              <copy file="tools/src/main/resources/stylesheet2.css" todir="target/site/apidocs"/>
+                              <copy file="tools/src/main/resources/stylesheet2.css" todir="target/site/apidocs" />
                            </tasks>
                         </configuration>
                      </execution>
@@ -301,4 +298,4 @@
       </profile>
 
    </profiles>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/query/pom.xml
===================================================================
--- tags/4.1.0.BETA2/query/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/query/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
@@ -49,4 +47,4 @@
       </dependency>
 
    </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/server/core/pom.xml
===================================================================
--- tags/4.1.0.BETA2/server/core/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/server/core/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-server-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -70,4 +68,4 @@
 
    </build>
 
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/server/hotrod/pom.xml
===================================================================
--- tags/4.1.0.BETA2/server/hotrod/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/server/hotrod/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-server-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -65,4 +63,4 @@
 
    </build>
    
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/server/memcached/pom.xml
===================================================================
--- tags/4.1.0.BETA2/server/memcached/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/server/memcached/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-server-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -80,4 +78,4 @@
       </repository>
    </repositories>
 
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/server/pom.xml
===================================================================
--- tags/4.1.0.BETA2/server/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/server/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
    
@@ -39,4 +37,4 @@
          <scope>test</scope>
       </dependency>
    </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/server/rest/pom.xml
===================================================================
--- tags/4.1.0.BETA2/server/rest/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/server/rest/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,11 +1,11 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-server-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -91,7 +91,7 @@
          <scope>provided</scope>
       </dependency>
 
-      <!-- and now for unit and integration tests -->
+      
       <dependency>
          <groupId>org.mortbay.jetty</groupId>
          <artifactId>jetty-embedded</artifactId>
@@ -113,4 +113,4 @@
          <scope>test</scope>
       </dependency>
    </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/server/websocket/pom.xml
===================================================================
--- tags/4.1.0.BETA2/server/websocket/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/server/websocket/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,11 +1,11 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-server-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -29,4 +29,4 @@
 
    </dependencies>
 
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/tools/pom.xml
===================================================================
--- tags/4.1.0.BETA2/tools/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/tools/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,13 +1,11 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
@@ -57,7 +55,7 @@
       </dependency>
    </dependencies>
 
-   <!-- needed for XSOM -->
+   
    <repositories>
       <repository>
          <id>download.java.net</id>
@@ -85,4 +83,4 @@
          </dependencies>
       </profile>
    </profiles>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.1.0.BETA2/tree/pom.xml
===================================================================
--- tags/4.1.0.BETA2/tree/pom.xml	2010-05-27 20:16:34 UTC (rev 1870)
+++ tags/4.1.0.BETA2/tree/pom.xml	2010-05-27 20:20:38 UTC (rev 1871)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version='1.0' encoding='UTF-8'?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.1.0-SNAPSHOT</version>
+      <version>4.1.0.BETA2</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
@@ -28,4 +26,4 @@
          <scope>test</scope>
       </dependency>
    </dependencies>
-</project>
+</project>
\ No newline at end of file



More information about the infinispan-commits mailing list