[infinispan-commits] Infinispan SVN: r2672 - in tags/4.2.0.BETA1: cachestore and 27 other directories.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Thu Nov 4 07:15:14 EDT 2010


Author: manik.surtani at jboss.com
Date: 2010-11-04 07:15:13 -0400 (Thu, 04 Nov 2010)
New Revision: 2672

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

Modified: tags/4.2.0.BETA1/cachestore/bdbje/pom.xml
===================================================================
--- tags/4.2.0.BETA1/cachestore/bdbje/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/cachestore/bdbje/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -44,4 +42,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/cachestore/cassandra/pom.xml
===================================================================
--- tags/4.2.0.BETA1/cachestore/cassandra/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/cachestore/cassandra/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -1,11 +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.2.0-SNAPSHOT</version>
+		<version>4.2.0.BETA1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>infinispan-cachestore-cassandra</artifactId>
@@ -79,4 +78,4 @@
 			</snapshots>
 		</repository>
 	</repositories>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/cachestore/cloud/pom.xml
===================================================================
--- tags/4.2.0.BETA1/cachestore/cloud/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/cachestore/cloud/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</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-allblobstore</artifactId>
@@ -44,7 +42,7 @@
          <scope>optional</scope>
       </dependency>
 
-      <!-- =========================================================== -->
+      
 
       <dependency>
          <groupId>org.apache.commons</groupId>
@@ -121,4 +119,4 @@
          </properties>
       </profile>
    </profiles>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/cachestore/jdbc/pom.xml
===================================================================
--- tags/4.2.0.BETA1/cachestore/jdbc/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/cachestore/jdbc/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -29,7 +27,7 @@
          <scope>test</scope>
       </dependency>
 
-      <!-- for testing against MySQL -->
+      
       <dependency>
          <groupId>mysql</groupId>
          <artifactId>mysql-connector-java</artifactId>
@@ -53,4 +51,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/cachestore/jdbm/pom.xml
===================================================================
--- tags/4.2.0.BETA1/cachestore/jdbm/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/cachestore/jdbm/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>infinispan-cachestore-jdbm</artifactId>
@@ -18,7 +16,7 @@
 
    <dependencies>
       <dependency>
-         <!-- Contains fixes not officially released by JDBM group -->
+         
          <groupId>org.apache.directory.server</groupId>
          <artifactId>apacheds-jdbm</artifactId>
          <version>${version.apacheds.jdbm}</version>
@@ -50,4 +48,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/cachestore/pom.xml
===================================================================
--- tags/4.2.0.BETA1/cachestore/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/cachestore/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</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.2.0.BETA1/cachestore/remote/pom.xml
===================================================================
--- tags/4.2.0.BETA1/cachestore/remote/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/cachestore/remote/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>infinispan-cachestore-remote</artifactId>
@@ -59,4 +57,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/client/hotrod-client/pom.xml
===================================================================
--- tags/4.2.0.BETA1/client/hotrod-client/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/client/hotrod-client/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
@@ -75,4 +73,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/core/pom.xml
===================================================================
--- tags/4.2.0.BETA1/core/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/core/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
@@ -23,10 +21,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>
@@ -81,11 +76,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>
@@ -107,4 +98,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/core/src/main/java/org/infinispan/Version.java
===================================================================
--- tags/4.2.0.BETA1/core/src/main/java/org/infinispan/Version.java	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/core/src/main/java/org/infinispan/Version.java	2010-11-04 11:15:13 UTC (rev 2672)
@@ -42,7 +42,7 @@
    public static final String version = major + ".0-SNAPSHOT";
    public static final String codename = "Ursus";
    public static final String projectName = "Infinispan";
-   static final byte[] version_id = {'0', '4', '2', '0', 'S'};
+   static final byte[] version_id = {'4', '2', '0', 'B', 'E', 'T', 'A', '1'};
    private static final int MAJOR_SHIFT = 11;
    private static final int MINOR_SHIFT = 6;
    private static final int MAJOR_MASK = 0x00f800;

Modified: tags/4.2.0.BETA1/demos/directory/pom.xml
===================================================================
--- tags/4.2.0.BETA1/demos/directory/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/demos/directory/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
@@ -45,4 +43,4 @@
       </dependency>
    </dependencies>
 
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/demos/ec2/pom.xml
===================================================================
--- tags/4.2.0.BETA1/demos/ec2/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/demos/ec2/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+		<version>4.2.0.BETA1</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.2.0.BETA1/demos/ec2-ui/pom.xml
===================================================================
--- tags/4.2.0.BETA1/demos/ec2-ui/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/demos/ec2-ui/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+		<version>4.2.0.BETA1</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.2.0.BETA1/demos/gridfs-webdav/pom.xml
===================================================================
--- tags/4.2.0.BETA1/demos/gridfs-webdav/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/demos/gridfs-webdav/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
@@ -27,7 +27,7 @@
          <version>${version.webdav.servlet}</version>
       </dependency>
 
-      <!-- required by Webdav-Servlet -->
+      
       <dependency>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
@@ -38,4 +38,4 @@
 
 
    </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/demos/gui/pom.xml
===================================================================
--- tags/4.2.0.BETA1/demos/gui/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/demos/gui/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
@@ -53,4 +51,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/demos/lucene-directory-demo/pom.xml
===================================================================
--- tags/4.2.0.BETA1/demos/lucene-directory-demo/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/demos/lucene-directory-demo/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
@@ -32,7 +31,7 @@
    <build>
       <plugins>
       
-         <!-- Creates executable scripts -->
+         
          <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>appassembler-maven-plugin</artifactId>
@@ -49,7 +48,7 @@
             </configuration>
          </plugin>
          
-         <!-- Testing Configuration -->
+         
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
@@ -75,4 +74,4 @@
       </plugins>
    </build>
 
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/jopr-plugin/pom.xml
===================================================================
--- tags/4.2.0.BETA1/jopr-plugin/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/jopr-plugin/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
@@ -53,14 +50,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>
@@ -69,7 +59,7 @@
          <scope>provided</scope>
       </dependency>
 
-      <!-- TODO: This is beyond horrible.  Surely we don't need these dependencies!! -->
+      
 
       <dependency>
          <groupId>org.hibernate</groupId>
@@ -92,7 +82,7 @@
          <scope>provided</scope>
       </dependency>
 
-      <!-- END unnenessary deps -->
+      
 
       <dependency>
          <groupId>${project.groupId}</groupId>
@@ -159,7 +149,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>
@@ -194,24 +184,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>
@@ -241,11 +214,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>
@@ -258,18 +230,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>
@@ -283,10 +251,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>
@@ -302,4 +269,4 @@
 
       </profile>
    </profiles>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/lucene-directory/pom.xml
===================================================================
--- tags/4.2.0.BETA1/lucene-directory/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/lucene-directory/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
@@ -86,4 +85,4 @@
       </plugins>
    </build>
 
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/parent/pom.xml
===================================================================
--- tags/4.2.0.BETA1/parent/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/parent/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+   <version>4.2.0.BETA1</version>
    <name>Infinispan Common Parent</name>
    <description>Infinispan common parent POM module</description>
    <url>http://www.infinispan.org</url>
@@ -74,7 +73,7 @@
       <jboss.releases.repo.url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</jboss.releases.repo.url>
       <jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/</jboss.snapshots.repo.url>
 
-      <!-- Versions for dependencies -->
+      
       <version.apacheds.jdbm>1.5.4</version.apacheds.jdbm>
       <version.bdbje>4.0.92</version.bdbje>
       <version.c3p0>0.9.1.2</version.c3p0>
@@ -113,10 +112,7 @@
       <version.netty>3.2.3.Final</version.netty>
       <version.org.jboss.naming>5.0.3.GA</version.org.jboss.naming>
       <version.resteasy>2.0-beta-2</version.resteasy>
-<!--
-      <version.rhq.pluginAnnotations>4.0.0-SNAPSHOT</version.rhq.pluginAnnotations>
-      <version.rhq.plugingen>4.0.0-SNAPSHOT</version.rhq.plugingen>
--->
+
       <version.rhq.pluginAnnotations>3.0.1</version.rhq.pluginAnnotations>
       <version.rhq.plugingen>3.0.1</version.rhq.plugingen>
       <version.rhq>3.0.0</version.rhq>
@@ -185,7 +181,7 @@
          <version>${version.log4j}</version>
       </dependency>
 
-      <!-- used to serialize non-serializable objects for a dummy marshaller -->
+      
       <dependency>
          <groupId>com.thoughtworks.xstream</groupId>
          <artifactId>xstream</artifactId>
@@ -196,7 +192,7 @@
 
    <build>
       <plugins>
-         <!-- enforce java 1.6 and maven 2.1.0 -->
+         
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-enforcer-plugin</artifactId>
@@ -220,7 +216,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>
@@ -262,7 +258,7 @@
             </configuration>
          </plugin>
 
-         <!-- ensure parallel test execution -->
+         
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
@@ -298,7 +294,7 @@
                </properties>
             </configuration>
          </plugin>
-         <!-- eclipse project file generation -->
+         
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-eclipse-plugin</artifactId>
@@ -308,7 +304,7 @@
                <buildOutputDirectory>${basedir}/eclipse-output</buildOutputDirectory>
             </configuration>
          </plugin>
-         <!-- IntelliJ project file generation -->
+         
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-idea-plugin</artifactId>
@@ -317,7 +313,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>
@@ -379,7 +375,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>
@@ -478,8 +474,8 @@
          </properties>
       </profile>
       <profile>
-         <!-- Used to start the tests using the latest stable version of Lucene, use: -->
-         <!-- mvn clean test -P useLatestLuceneVersion,test-functional -->
+         
+         
          <id>useLatestLuceneVersion</id>
          <activation>
             <activeByDefault>false</activeByDefault>
@@ -489,7 +485,7 @@
          </properties>
       </profile>
       <profile>
-         <!-- define the Lucene version used in release package, and as reference target -->
+         
          <id>useReferenceLuceneVersion</id>
          <activation>
             <activeByDefault>true</activeByDefault>
@@ -499,4 +495,4 @@
          </properties>
       </profile>
    </profiles>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/pom.xml
===================================================================
--- tags/4.2.0.BETA1/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>parent/pom.xml</relativePath>
    </parent>
 
@@ -77,18 +77,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>
@@ -133,8 +133,7 @@
          </build>
       </profile>
 
-      <!-- This profile is an scaled down version of the distribution profile which should only be used to speed up
-      testing of distribution zip files. It doesn't generate any documentation and only generates the -all.zip distribution -->
+      
       <profile>
          <id>minimal-distribution</id>
          <activation>
@@ -181,7 +180,7 @@
          </build>
       </profile>
 
-      <!-- TODO somehow combine this with the 'distribution' profile so all docs are built together -->
+      
       <profile>
          <id>jmxdoc</id>
          <activation>
@@ -202,18 +201,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>
@@ -229,7 +228,7 @@
          </build>
       </profile>
 
-      <!-- TODO somehow combine this with the 'distribution' profile so all docs are built together -->
+      
       <profile>
          <id>configdoc</id>
          <activation>
@@ -250,18 +249,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>
@@ -286,7 +285,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>
@@ -297,4 +296,4 @@
       </profile>
 
    </profiles>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/query/pom.xml
===================================================================
--- tags/4.2.0.BETA1/query/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/query/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
@@ -66,4 +64,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/server/core/pom.xml
===================================================================
--- tags/4.2.0.BETA1/server/core/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/server/core/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -77,4 +75,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/server/hotrod/pom.xml
===================================================================
--- tags/4.2.0.BETA1/server/hotrod/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/server/hotrod/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -78,4 +76,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/server/memcached/pom.xml
===================================================================
--- tags/4.2.0.BETA1/server/memcached/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/server/memcached/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -91,4 +89,4 @@
       </repository>
    </repositories>
 
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/server/pom.xml
===================================================================
--- tags/4.2.0.BETA1/server/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/server/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
    
@@ -35,4 +33,4 @@
          <scope>test</scope>
       </dependency>
    </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/server/rest/pom.xml
===================================================================
--- tags/4.2.0.BETA1/server/rest/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/server/rest/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -90,7 +90,7 @@
         <version>${project.version}</version>
       </dependency>
 
-      <!-- and now for unit and integration tests -->
+      
       <dependency>
          <groupId>org.mortbay.jetty</groupId>
          <artifactId>jetty-embedded</artifactId>
@@ -112,4 +112,4 @@
          <scope>test</scope>
       </dependency>
    </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/server/websocket/pom.xml
===================================================================
--- tags/4.2.0.BETA1/server/websocket/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/server/websocket/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 
@@ -45,4 +45,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/tools/pom.xml
===================================================================
--- tags/4.2.0.BETA1/tools/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/tools/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
@@ -52,7 +50,7 @@
       </dependency>
    </dependencies>
 
-   <!-- needed for XSOM -->
+   
    <repositories>
       <repository>
          <id>download.java.net</id>
@@ -96,4 +94,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.2.0.BETA1/tree/pom.xml
===================================================================
--- tags/4.2.0.BETA1/tree/pom.xml	2010-11-04 11:10:09 UTC (rev 2671)
+++ tags/4.2.0.BETA1/tree/pom.xml	2010-11-04 11:15:13 UTC (rev 2672)
@@ -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.2.0-SNAPSHOT</version>
+      <version>4.2.0.BETA1</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
@@ -45,4 +43,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file



More information about the infinispan-commits mailing list