[maven-scm] copy for tag geronimo-2.1.6

git-svn-id: https://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-2.1.6@956995 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE_NOTES-2.1.6.txt b/RELEASE_NOTES-2.1.6.txt
index 28f5656..05ad4ac 100644
--- a/RELEASE_NOTES-2.1.6.txt
+++ b/RELEASE_NOTES-2.1.6.txt
@@ -62,6 +62,7 @@
 ------------------------------
 ** Bug
 GERONIMO-5383 Update to new versions of CXF and Axis2 
+GERONIMO-5387 Update the spring framework version used in Geronimo. 
 
 Certification Status
 --------------------
diff --git a/framework/modules/geronimo-cli/pom.xml b/framework/modules/geronimo-cli/pom.xml
index e951a80..6dff66a 100644
--- a/framework/modules/geronimo-cli/pom.xml
+++ b/framework/modules/geronimo-cli/pom.xml
@@ -1,50 +1,50 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-    
-       http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 613699 $ $Date: 2008-01-20 14:50:35 -0800 (Sun, 20 Jan 2008) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-    
-    <parent>
-        <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>modules</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <artifactId>geronimo-cli</artifactId>
-    <name>Geronimo Framework, Modules :: CLI</name>
-
-    <dependencies>
-
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>commons-cli</groupId>
-            <artifactId>commons-cli</artifactId>
-        </dependency>
-
-    </dependencies>
-
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+    

+       http://www.apache.org/licenses/LICENSE-2.0

+    

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 613699 $ $Date: 2008-01-20 14:50:35 -0800 (Sun, 20 Jan 2008) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+    

+    <parent>

+        <groupId>org.apache.geronimo.framework</groupId>

+        <artifactId>modules</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <artifactId>geronimo-cli</artifactId>

+    <name>Geronimo Framework, Modules :: CLI</name>

+

+    <dependencies>

+

+        <dependency>

+            <groupId>org.apache.geronimo.framework</groupId>

+            <artifactId>geronimo-kernel</artifactId>

+            <version>${version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>commons-cli</groupId>

+            <artifactId>commons-cli</artifactId>

+        </dependency>

+

+    </dependencies>

+

+</project>

+

diff --git a/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml b/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml
index ec47f65..52bd858 100644
--- a/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml
+++ b/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml
@@ -1,48 +1,48 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 493181 $ $Date: 2007-01-06 07:32:03 +1100 (Sat, 06 Jan 2007) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>modules</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <artifactId>geronimo-deploy-jsr88-bootstrapper</artifactId>
-    <name>Geronimo Framework, Modules :: Deploy JSR-88 Bootstrapper</name>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-javaee-deployment_1.1MR3_spec</artifactId>
-        </dependency>
-    </dependencies>
-
-</project>
-
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 493181 $ $Date: 2007-01-06 07:32:03 +1100 (Sat, 06 Jan 2007) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.framework</groupId>

+        <artifactId>modules</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <artifactId>geronimo-deploy-jsr88-bootstrapper</artifactId>

+    <name>Geronimo Framework, Modules :: Deploy JSR-88 Bootstrapper</name>

+    

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.geronimo.framework</groupId>

+            <artifactId>geronimo-kernel</artifactId>

+            <version>${version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.specs</groupId>

+            <artifactId>geronimo-javaee-deployment_1.1MR3_spec</artifactId>

+        </dependency>

+    </dependencies>

+

+</project>

+

diff --git a/plugins/axis2/geronimo-axis2-builder/pom.xml b/plugins/axis2/geronimo-axis2-builder/pom.xml
index 2d3bd3a..b1a8441 100644
--- a/plugins/axis2/geronimo-axis2-builder/pom.xml
+++ b/plugins/axis2/geronimo-axis2-builder/pom.xml
@@ -1,84 +1,84 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>axis2</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <groupId>org.apache.geronimo.modules</groupId>
-    <artifactId>geronimo-axis2-builder</artifactId>
-    <name>Geronimo Plugins, AXIS2 :: Builder</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-jaxws-builder</artifactId>
-            <version>${version}</version>
-        </dependency>
-        
-        <!-- xbean-finder, g-service-builder comes transitively from this -->
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-j2ee-builder</artifactId>
-            <version>${version}</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-naming-builder</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-       <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-axis2</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-       <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
-       </dependency>
-
-        <!-- add the following for wsgen -->
-        <dependency>
-            <groupId>com.sun.xml.ws</groupId>
-            <artifactId>jaxws-tools</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>com.sun.xml.ws</groupId>
-            <artifactId>jaxws-rt</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-xjc</artifactId>
-        </dependency>
-        <!--end add for wsgen-->
-    </dependencies>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins</groupId>

+        <artifactId>axis2</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <groupId>org.apache.geronimo.modules</groupId>

+    <artifactId>geronimo-axis2-builder</artifactId>

+    <name>Geronimo Plugins, AXIS2 :: Builder</name>

+

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.geronimo.modules</groupId>

+            <artifactId>geronimo-jaxws-builder</artifactId>

+            <version>${version}</version>

+        </dependency>

+        

+        <!-- xbean-finder, g-service-builder comes transitively from this -->

+        <dependency>

+            <groupId>org.apache.geronimo.modules</groupId>

+            <artifactId>geronimo-j2ee-builder</artifactId>

+            <version>${version}</version>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.modules</groupId>

+            <artifactId>geronimo-naming-builder</artifactId>

+            <version>${version}</version>

+        </dependency>

+

+       <dependency>

+            <groupId>org.apache.geronimo.modules</groupId>

+            <artifactId>geronimo-axis2</artifactId>

+            <version>${version}</version>

+        </dependency>

+

+       <dependency>

+            <groupId>org.apache.geronimo.specs</groupId>

+            <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>

+       </dependency>

+

+        <!-- add the following for wsgen -->

+        <dependency>

+            <groupId>com.sun.xml.ws</groupId>

+            <artifactId>jaxws-tools</artifactId>

+        </dependency>

+

+        <dependency>

+            <groupId>com.sun.xml.ws</groupId>

+            <artifactId>jaxws-rt</artifactId>

+        </dependency>

+

+        <dependency>

+            <groupId>com.sun.xml.bind</groupId>

+            <artifactId>jaxb-xjc</artifactId>

+        </dependency>

+        <!--end add for wsgen-->

+    </dependencies>

+

+</project>

diff --git a/plugins/clustering/farming/pom.xml b/plugins/clustering/farming/pom.xml
index 485746a..837331c 100644
--- a/plugins/clustering/farming/pom.xml
+++ b/plugins/clustering/farming/pom.xml
@@ -1,108 +1,108 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>clustering</artifactId>
-        <version>2.1.6</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>farming</artifactId>
-    <name>Geronimo Plugins, Clustering :: Farming</name>
-    <packaging>car</packaging>
-
-    <description>
-        Basic farming support
-    </description>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-gbean-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>plugin</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>j2ee-server</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>j2ee-security</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-farm</artifactId>
-            <version>${version}</version>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
-                    <category>Clustering</category>
-                    <instance>
-                        <plugin-artifact>
-                            <copy-file relative-to="geronimo" dest-dir="">cluster-repository</copy-file>
-                            <copy-file relative-to="geronimo" dest-dir="">master-repository</copy-file>
-                            <config-xml-content load="false">
-                                <gbean name="NodeInfo">
-                                    <attribute name="name">#{ClusterNodeName}</attribute>
-                                </gbean>
-                                <gbean name="ClusterInfo">
-                                    <attribute name="name">#{FarmName}</attribute>
-                                </gbean>
-                            </config-xml-content>
-                            <config-substitution key="ClusterNodeName">NODE</config-substitution>
-                            <config-substitution key="FarmName">DEFAULT_FRAM</config-substitution>
-                        </plugin-artifact>
-                    </instance>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins</groupId>

+        <artifactId>clustering</artifactId>

+        <version>2.1.6</version>

+    </parent>

+    

+    <groupId>org.apache.geronimo.configs</groupId>

+    <artifactId>farming</artifactId>

+    <name>Geronimo Plugins, Clustering :: Farming</name>

+    <packaging>car</packaging>

+

+    <description>

+        Basic farming support

+    </description>

+    

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.geronimo.framework</groupId>

+            <artifactId>geronimo-gbean-deployer</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.framework</groupId>

+            <artifactId>plugin</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>j2ee-server</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.framework</groupId>

+            <artifactId>j2ee-security</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.modules</groupId>

+            <artifactId>geronimo-farm</artifactId>

+            <version>${version}</version>

+        </dependency>

+    </dependencies>

+

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.geronimo.buildsupport</groupId>

+                <artifactId>car-maven-plugin</artifactId>

+                <configuration>

+                    <useMavenDependencies>

+                        <value>true</value>

+                        <includeVersion>true</includeVersion>

+                    </useMavenDependencies>

+                    <category>Clustering</category>

+                    <instance>

+                        <plugin-artifact>

+                            <copy-file relative-to="geronimo" dest-dir="">cluster-repository</copy-file>

+                            <copy-file relative-to="geronimo" dest-dir="">master-repository</copy-file>

+                            <config-xml-content load="false">

+                                <gbean name="NodeInfo">

+                                    <attribute name="name">#{ClusterNodeName}</attribute>

+                                </gbean>

+                                <gbean name="ClusterInfo">

+                                    <attribute name="name">#{FarmName}</attribute>

+                                </gbean>

+                            </config-xml-content>

+                            <config-substitution key="ClusterNodeName">NODE</config-substitution>

+                            <config-substitution key="FarmName">DEFAULT_FRAM</config-substitution>

+                        </plugin-artifact>

+                    </instance>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+</project>

diff --git a/plugins/clustering/geronimo-farm/pom.xml b/plugins/clustering/geronimo-farm/pom.xml
index 75ffe03..4b672ad 100644
--- a/plugins/clustering/geronimo-farm/pom.xml
+++ b/plugins/clustering/geronimo-farm/pom.xml
@@ -1,62 +1,62 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>clustering</artifactId>
-        <version>2.1.6</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.modules</groupId>
-    <artifactId>geronimo-farm</artifactId>
-    <name>Geronimo Plugins, Clustering :: Farm</name>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-deploy-jsr88</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-j2ee</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-jmx-remoting</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-service-builder</artifactId>
-            <version>${version}</version>
-        </dependency>
-    </dependencies>
-    
-</project>
-
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins</groupId>

+        <artifactId>clustering</artifactId>

+        <version>2.1.6</version>

+    </parent>

+    

+    <groupId>org.apache.geronimo.modules</groupId>

+    <artifactId>geronimo-farm</artifactId>

+    <name>Geronimo Plugins, Clustering :: Farm</name>

+    

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.geronimo.framework</groupId>

+            <artifactId>geronimo-deploy-jsr88</artifactId>

+            <version>${version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.framework</groupId>

+            <artifactId>geronimo-j2ee</artifactId>

+            <version>${version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.framework</groupId>

+            <artifactId>geronimo-jmx-remoting</artifactId>

+            <version>${version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.framework</groupId>

+            <artifactId>geronimo-service-builder</artifactId>

+            <version>${version}</version>

+        </dependency>

+    </dependencies>

+    

+</project>

+

diff --git a/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/welcome/welcomeNormal.jsp b/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/welcome/welcomeNormal.jsp
index 2dcfaa1..80447de 100644
--- a/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/welcome/welcomeNormal.jsp
+++ b/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/welcome/welcomeNormal.jsp
@@ -126,7 +126,8 @@
             <img src="/console/images/powered_by_100x30.gif" alt="Powered by Apache Geronimo"/>
             </font><br />
             &nbsp;
-            <font size=-1>Copyright &copy; 2003-2009 Apache Software Foundation</font><br />
+            <font size=-1>Copyright &copy; 2003-2010 Apache Software 
+            Foundation</font><br />
             <font size=-1>All Rights Reserved</font></p>
 
         </td>
diff --git a/plugins/console/console-portal-driver/src/main/webapp/about.jsp b/plugins/console/console-portal-driver/src/main/webapp/about.jsp
index 6cace7b..ac71740 100644
--- a/plugins/console/console-portal-driver/src/main/webapp/about.jsp
+++ b/plugins/console/console-portal-driver/src/main/webapp/about.jsp
@@ -82,7 +82,7 @@
 
     <!-- Footer block: copyright -->
     <div id="footer">
-        &copy; 2003-2009 Apache Software Foundation
+        &copy; 2003-2010 Apache Software Foundation
     </div>
 
 </div>
diff --git a/plugins/dojo-legacy/dojo-legacy-jetty6/pom.xml b/plugins/dojo-legacy/dojo-legacy-jetty6/pom.xml
index 92fd822..bd9c8a9 100644
--- a/plugins/dojo-legacy/dojo-legacy-jetty6/pom.xml
+++ b/plugins/dojo-legacy/dojo-legacy-jetty6/pom.xml
@@ -1,102 +1,102 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>dojo-legacy</artifactId>
-        <version>2.1.6</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>dojo-legacy-jetty6</artifactId>
-    <name>Geronimo Plugins, Dojo Legacy :: Jetty6</name>
-    <packaging>car</packaging>
-    
-    <description>
-        The Dojo AJAX library for Geronimo. This binds to /dojo so that
-        applications needing to add dojo support can simply include a
-        reference to /dojo/dojo.js to enable Dojo support.
-    </description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-dojo-legacy</artifactId>
-            <version>${version}</version>
-            <type>war</type>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jasper</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jetty6-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <resources>
-            <resource>
-                <directory>${pom.basedir}/src/main/resources</directory>
-                <filtering>true</filtering>
-            </resource>
-        </resources>
-
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <deploymentConfigs>
-                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>
-                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>
-                        <deploymentConfig>${jetty6Deployer}</deploymentConfig>
-                    </deploymentConfigs>
-                    <module>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-dojo-legacy</artifactId>
-                        <version>${version}</version>
-                        <type>war</type>
-                    </module>
-
-                    <category>Web Framework</category>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins</groupId>

+        <artifactId>dojo-legacy</artifactId>

+        <version>2.1.6</version>

+    </parent>

+    

+    <groupId>org.apache.geronimo.configs</groupId>

+    <artifactId>dojo-legacy-jetty6</artifactId>

+    <name>Geronimo Plugins, Dojo Legacy :: Jetty6</name>

+    <packaging>car</packaging>

+    

+    <description>

+        The Dojo AJAX library for Geronimo. This binds to /dojo so that

+        applications needing to add dojo support can simply include a

+        reference to /dojo/dojo.js to enable Dojo support.

+    </description>

+

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.geronimo.modules</groupId>

+            <artifactId>geronimo-dojo-legacy</artifactId>

+            <version>${version}</version>

+            <type>war</type>

+            <scope>provided</scope>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>jasper</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>jetty6-deployer</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+            <scope>provided</scope>

+        </dependency>

+    </dependencies>

+

+    <build>

+        <resources>

+            <resource>

+                <directory>${pom.basedir}/src/main/resources</directory>

+                <filtering>true</filtering>

+            </resource>

+        </resources>

+

+        <plugins>

+            <plugin>

+                <groupId>org.apache.geronimo.buildsupport</groupId>

+                <artifactId>car-maven-plugin</artifactId>

+                <configuration>

+                    <deploymentConfigs>

+                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>

+                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>

+                        <deploymentConfig>${jetty6Deployer}</deploymentConfig>

+                    </deploymentConfigs>

+                    <module>

+                        <groupId>org.apache.geronimo.modules</groupId>

+                        <artifactId>geronimo-dojo-legacy</artifactId>

+                        <version>${version}</version>

+                        <type>war</type>

+                    </module>

+

+                    <category>Web Framework</category>

+                    <useMavenDependencies>

+                        <value>true</value>

+                        <includeVersion>true</includeVersion>

+                    </useMavenDependencies>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+</project>

diff --git a/plugins/dojo-legacy/dojo-legacy-tomcat/pom.xml b/plugins/dojo-legacy/dojo-legacy-tomcat/pom.xml
index 0d30707..8be7451 100644
--- a/plugins/dojo-legacy/dojo-legacy-tomcat/pom.xml
+++ b/plugins/dojo-legacy/dojo-legacy-tomcat/pom.xml
@@ -1,102 +1,102 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>dojo-legacy</artifactId>
-        <version>2.1.6</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>dojo-legacy-tomcat</artifactId>
-    <name>Geronimo Plugins, Dojo Legacy :: Tomcat</name>
-    <packaging>car</packaging>
-    
-    <description>
-        The Dojo AJAX library for Geronimo. This binds to /dojo so that
-        applications needing to add dojo support can simply include a
-        reference to /dojo/dojo.js to enable Dojo support.
-    </description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-dojo-legacy</artifactId>
-            <version>${version}</version>
-            <type>war</type>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jasper</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat6-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <resources>
-            <resource>
-                <directory>${pom.basedir}/src/main/resources</directory>
-                <filtering>true</filtering>
-            </resource>
-        </resources>
-
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <deploymentConfigs>
-                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>
-                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>
-                        <deploymentConfig>${tomcatDeployer}</deploymentConfig>
-                    </deploymentConfigs>
-                    <module>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-dojo-legacy</artifactId>
-                        <version>${version}</version>
-                        <type>war</type>
-                    </module>
-
-                    <category>Web Framework</category>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins</groupId>

+        <artifactId>dojo-legacy</artifactId>

+        <version>2.1.6</version>

+    </parent>

+    

+    <groupId>org.apache.geronimo.configs</groupId>

+    <artifactId>dojo-legacy-tomcat</artifactId>

+    <name>Geronimo Plugins, Dojo Legacy :: Tomcat</name>

+    <packaging>car</packaging>

+    

+    <description>

+        The Dojo AJAX library for Geronimo. This binds to /dojo so that

+        applications needing to add dojo support can simply include a

+        reference to /dojo/dojo.js to enable Dojo support.

+    </description>

+

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.geronimo.modules</groupId>

+            <artifactId>geronimo-dojo-legacy</artifactId>

+            <version>${version}</version>

+            <type>war</type>

+            <scope>provided</scope>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>jasper</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>tomcat6-deployer</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+            <scope>provided</scope>

+        </dependency>

+    </dependencies>

+

+    <build>

+        <resources>

+            <resource>

+                <directory>${pom.basedir}/src/main/resources</directory>

+                <filtering>true</filtering>

+            </resource>

+        </resources>

+

+        <plugins>

+            <plugin>

+                <groupId>org.apache.geronimo.buildsupport</groupId>

+                <artifactId>car-maven-plugin</artifactId>

+                <configuration>

+                    <deploymentConfigs>

+                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>

+                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>

+                        <deploymentConfig>${tomcatDeployer}</deploymentConfig>

+                    </deploymentConfigs>

+                    <module>

+                        <groupId>org.apache.geronimo.modules</groupId>

+                        <artifactId>geronimo-dojo-legacy</artifactId>

+                        <version>${version}</version>

+                        <type>war</type>

+                    </module>

+

+                    <category>Web Framework</category>

+                    <useMavenDependencies>

+                        <value>true</value>

+                        <includeVersion>true</includeVersion>

+                    </useMavenDependencies>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+</project>

diff --git a/plugins/dojo-legacy/geronimo-dojo-legacy/pom.xml b/plugins/dojo-legacy/geronimo-dojo-legacy/pom.xml
index 9f52ed3..a5af299 100644
--- a/plugins/dojo-legacy/geronimo-dojo-legacy/pom.xml
+++ b/plugins/dojo-legacy/geronimo-dojo-legacy/pom.xml
@@ -1,123 +1,123 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>dojo-legacy</artifactId>
-        <version>2.1.6</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.modules</groupId>
-    <artifactId>geronimo-dojo-legacy</artifactId>
-    <name>Geronimo Plugins, Dojo Legacy :: Core</name>
-    <packaging>war</packaging>
-
-    <description>
-        A web application containing the Dojo library files. This web
-        application makes a shared copy of the files available to
-        all web applications in the server.
-    </description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-system</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.dojotoolkit</groupId>
-            <artifactId>dojolegacy</artifactId>
-            <version>${dojoLegacyVersion}</version>
-            <type>tgz</type>
-        </dependency>
-    </dependencies>
-
-    <!-- this build process extracts certain files from dojo.tgz into a webapp. -->
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>unpack</id>
-                        <goals>
-                            <goal>unpack</goal>
-                        </goals>
-                        <configuration>
-                            <artifactItems>
-                                <artifactItem>
-                                    <groupId>org.dojotoolkit</groupId>
-                                    <artifactId>dojolegacy</artifactId>
-                                    <version>${dojoLegacyVersion}</version>
-                                    <type>tgz</type>
-                                    <outputDirectory>${project.build.directory}</outputDirectory>
-                                </artifactItem>
-                            </artifactItems>
-                            <outputDirectory>${project.build.directory}</outputDirectory>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-                <configuration>
-                    <webResources>
-                        <resource>
-                            <directory>${project.build.directory}/dojo-${dojoLegacyVersion}-ajax/</directory>
-                            <includes>
-                                <include>src/**</include>
-                                <include>*.js</include>
-                                <include>*.html</include>
-                                <include>*.swf</include>
-                                <include>LICENSE</include>
-                            </includes>
-                        </resource>
-                        
-                        <!--
-                        HACK: Include legal files explicity, otherwise they will end up in the wrong path
-                              or in another jar file in the war.
-                        
-                        NOTE: targetPath is broken for webResources (as documented)
-                        -->
-                        <resource>
-                            <directory>${project.build.outputDirectory}</directory>
-                            <includes>
-                                <include>META-INF/LICENSE*</include>
-                                <include>META-INF/NOTICE*</include>
-                                <include>META-INF/DISCLAIMER*</include>
-                            </includes>
-                        </resource>
-                    </webResources>
-                    <webXml>${pom.basedir}/src/main/webapp/WEB-INF/web.xml</webXml>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins</groupId>

+        <artifactId>dojo-legacy</artifactId>

+        <version>2.1.6</version>

+    </parent>

+    

+    <groupId>org.apache.geronimo.modules</groupId>

+    <artifactId>geronimo-dojo-legacy</artifactId>

+    <name>Geronimo Plugins, Dojo Legacy :: Core</name>

+    <packaging>war</packaging>

+

+    <description>

+        A web application containing the Dojo library files. This web

+        application makes a shared copy of the files available to

+        all web applications in the server.

+    </description>

+

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.geronimo.framework</groupId>

+            <artifactId>geronimo-system</artifactId>

+            <version>${version}</version>

+            <scope>provided</scope>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.dojotoolkit</groupId>

+            <artifactId>dojolegacy</artifactId>

+            <version>${dojoLegacyVersion}</version>

+            <type>tgz</type>

+        </dependency>

+    </dependencies>

+

+    <!-- this build process extracts certain files from dojo.tgz into a webapp. -->

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.maven.plugins</groupId>

+                <artifactId>maven-dependency-plugin</artifactId>

+                <executions>

+                    <execution>

+                        <id>unpack</id>

+                        <goals>

+                            <goal>unpack</goal>

+                        </goals>

+                        <configuration>

+                            <artifactItems>

+                                <artifactItem>

+                                    <groupId>org.dojotoolkit</groupId>

+                                    <artifactId>dojolegacy</artifactId>

+                                    <version>${dojoLegacyVersion}</version>

+                                    <type>tgz</type>

+                                    <outputDirectory>${project.build.directory}</outputDirectory>

+                                </artifactItem>

+                            </artifactItems>

+                            <outputDirectory>${project.build.directory}</outputDirectory>

+                        </configuration>

+                    </execution>

+                </executions>

+            </plugin>

+            

+            <plugin>

+                <groupId>org.apache.maven.plugins</groupId>

+                <artifactId>maven-war-plugin</artifactId>

+                <configuration>

+                    <webResources>

+                        <resource>

+                            <directory>${project.build.directory}/dojo-${dojoLegacyVersion}-ajax/</directory>

+                            <includes>

+                                <include>src/**</include>

+                                <include>*.js</include>

+                                <include>*.html</include>

+                                <include>*.swf</include>

+                                <include>LICENSE</include>

+                            </includes>

+                        </resource>

+                        

+                        <!--

+                        HACK: Include legal files explicity, otherwise they will end up in the wrong path

+                              or in another jar file in the war.

+                        

+                        NOTE: targetPath is broken for webResources (as documented)

+                        -->

+                        <resource>

+                            <directory>${project.build.outputDirectory}</directory>

+                            <includes>

+                                <include>META-INF/LICENSE*</include>

+                                <include>META-INF/NOTICE*</include>

+                                <include>META-INF/DISCLAIMER*</include>

+                            </includes>

+                        </resource>

+                    </webResources>

+                    <webXml>${pom.basedir}/src/main/webapp/WEB-INF/web.xml</webXml>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+</project>

diff --git a/plugins/dojo-legacy/pom.xml b/plugins/dojo-legacy/pom.xml
index 9a80ad8..05d7de9 100644
--- a/plugins/dojo-legacy/pom.xml
+++ b/plugins/dojo-legacy/pom.xml
@@ -1,45 +1,45 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 590482 $ $Date: 2007-10-30 16:51:54 -0500 (Tue, 30 Oct 2007) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>plugins</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <artifactId>dojo-legacy</artifactId>
-    <name>Geronimo Plugins, Dojo Legacy</name>
-    <packaging>pom</packaging>
-
-    <description>
-        Dojo legacy plugin
-    </description>
-
-    <modules>
-        <module>dojo-legacy-jetty6</module>
-        <module>dojo-legacy-tomcat</module>
-        <module>geronimo-dojo-legacy</module>
-    </modules>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 590482 $ $Date: 2007-10-30 16:51:54 -0500 (Tue, 30 Oct 2007) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins</groupId>

+        <artifactId>plugins</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <artifactId>dojo-legacy</artifactId>

+    <name>Geronimo Plugins, Dojo Legacy</name>

+    <packaging>pom</packaging>

+

+    <description>

+        Dojo legacy plugin

+    </description>

+

+    <modules>

+        <module>dojo-legacy-jetty6</module>

+        <module>dojo-legacy-tomcat</module>

+        <module>geronimo-dojo-legacy</module>

+    </modules>

+

+</project>

diff --git a/plugins/jetty/geronimo-jetty6-clustering-wadi/pom.xml b/plugins/jetty/geronimo-jetty6-clustering-wadi/pom.xml
index 49a95bc..5bef89e 100644
--- a/plugins/jetty/geronimo-jetty6-clustering-wadi/pom.xml
+++ b/plugins/jetty/geronimo-jetty6-clustering-wadi/pom.xml
@@ -1,50 +1,50 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 607778 $ $Date: 2007-12-31 13:21:20 -0800 (Mon, 31 Dec 2007) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>jetty</artifactId>
-        <version>2.1.6</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.modules</groupId>
-    <artifactId>geronimo-jetty6-clustering-wadi</artifactId>
-    <name>Geronimo Plugins, Jetty :: Clustering over WADI Core</name>
-    
-    <dependencies>
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-clustering-wadi</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-jetty6</artifactId>
-            <version>${version}</version>
-        </dependency>
-    </dependencies>
-    
-</project>
-
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 607778 $ $Date: 2007-12-31 13:21:20 -0800 (Mon, 31 Dec 2007) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins</groupId>

+        <artifactId>jetty</artifactId>

+        <version>2.1.6</version>

+    </parent>

+    

+    <groupId>org.apache.geronimo.modules</groupId>

+    <artifactId>geronimo-jetty6-clustering-wadi</artifactId>

+    <name>Geronimo Plugins, Jetty :: Clustering over WADI Core</name>

+    

+    <dependencies>

+        <dependency>

+            <groupId>${pom.groupId}</groupId>

+            <artifactId>geronimo-clustering-wadi</artifactId>

+            <version>${version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>${pom.groupId}</groupId>

+            <artifactId>geronimo-jetty6</artifactId>

+            <version>${version}</version>

+        </dependency>

+    </dependencies>

+    

+</project>

+

diff --git a/plugins/monitoring/agent-ejb/pom.xml b/plugins/monitoring/agent-ejb/pom.xml
index 72e75b9..fc45dc7 100755
--- a/plugins/monitoring/agent-ejb/pom.xml
+++ b/plugins/monitoring/agent-ejb/pom.xml
@@ -1,77 +1,77 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-    
-       http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev$ $Date$ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-    
-    <parent>
-        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-        <artifactId>monitoring</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <artifactId>agent-ejb</artifactId>
-    <name>Geronimo Plugins, Monitoring :: Agent EJB</name>
-    <description>Geronimo Monitoring Agent EJB Module</description>
-
-    <dependencies>
-        <!-- TODO get rid of this -->
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        
-        <!--TODO GERONIMO-3719 hack fix -->
-        <dependency>
-            <groupId>org.apache.xmlbeans</groupId>
-            <artifactId>xmlbeans</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-annotation_1.0_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-ejb_3.0_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-            <artifactId>agent-jar</artifactId>
-            <version>2.1.6</version>
-        </dependency>
-    </dependencies>
-
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+    

+       http://www.apache.org/licenses/LICENSE-2.0

+    

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev$ $Date$ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+    

+    <parent>

+        <groupId>org.apache.geronimo.plugins.monitoring</groupId>

+        <artifactId>monitoring</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <artifactId>agent-ejb</artifactId>

+    <name>Geronimo Plugins, Monitoring :: Agent EJB</name>

+    <description>Geronimo Monitoring Agent EJB Module</description>

+

+    <dependencies>

+        <!-- TODO get rid of this -->

+        <dependency>

+            <groupId>org.apache.geronimo.framework</groupId>

+            <artifactId>geronimo-kernel</artifactId>

+            <version>${version}</version>

+            <scope>provided</scope>

+        </dependency>

+        

+        <!--TODO GERONIMO-3719 hack fix -->

+        <dependency>

+            <groupId>org.apache.xmlbeans</groupId>

+            <artifactId>xmlbeans</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.specs</groupId>

+            <artifactId>geronimo-annotation_1.0_spec</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.specs</groupId>

+            <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.specs</groupId>

+            <artifactId>geronimo-ejb_3.0_spec</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.plugins.monitoring</groupId>

+            <artifactId>agent-jar</artifactId>

+            <version>2.1.6</version>

+        </dependency>

+    </dependencies>

+

+</project>

+

diff --git a/plugins/monitoring/agent-jar/pom.xml b/plugins/monitoring/agent-jar/pom.xml
index 2a7b4f3..ec69a73 100644
--- a/plugins/monitoring/agent-jar/pom.xml
+++ b/plugins/monitoring/agent-jar/pom.xml
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-    
-       http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 605412 $ $Date: 2007-12-18 19:58:03 -0800 (Tue, 18 Dec 2007) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-    
-    <parent>
-        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-        <artifactId>monitoring</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <artifactId>agent-jar</artifactId>
-    <name>Geronimo Plugins, Monitoring :: Agent JAR</name>
-    <description>Geronimo Monitoring Agent Utility Library</description>
-
-    <dependencies>
-        <!-- TODO get rid of this -->
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        
-        <!--TODO GERONIMO-3719 hack fix -->
-        <dependency>
-            <groupId>org.apache.xmlbeans</groupId>
-            <artifactId>xmlbeans</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
-
-</project>
-
-
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+    

+       http://www.apache.org/licenses/LICENSE-2.0

+    

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 605412 $ $Date: 2007-12-18 19:58:03 -0800 (Tue, 18 Dec 2007) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+    

+    <parent>

+        <groupId>org.apache.geronimo.plugins.monitoring</groupId>

+        <artifactId>monitoring</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <artifactId>agent-jar</artifactId>

+    <name>Geronimo Plugins, Monitoring :: Agent JAR</name>

+    <description>Geronimo Monitoring Agent Utility Library</description>

+

+    <dependencies>

+        <!-- TODO get rid of this -->

+        <dependency>

+            <groupId>org.apache.geronimo.framework</groupId>

+            <artifactId>geronimo-kernel</artifactId>

+            <version>${version}</version>

+            <scope>provided</scope>

+        </dependency>

+        

+        <!--TODO GERONIMO-3719 hack fix -->

+        <dependency>

+            <groupId>org.apache.xmlbeans</groupId>

+            <artifactId>xmlbeans</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.specs</groupId>

+            <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>

+            <scope>provided</scope>

+        </dependency>

+    </dependencies>

+

+</project>

+

+

diff --git a/plugins/monitoring/mconsole-ds/pom.xml b/plugins/monitoring/mconsole-ds/pom.xml
index a2c8077..8f8f0e5 100644
--- a/plugins/monitoring/mconsole-ds/pom.xml
+++ b/plugins/monitoring/mconsole-ds/pom.xml
@@ -1,79 +1,79 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-    
-       http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 605412 $ $Date: 2007-12-18 19:58:03 -0800 (Tue, 18 Dec 2007) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-    
-    <parent>
-        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-        <artifactId>monitoring</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <groupId>org.apache.geronimo.plugins</groupId>
-    <artifactId>mconsole-ds</artifactId>
-    <name>Geronimo Plugins, Monitoring :: Console DataSource</name>
-    <packaging>car</packaging>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>system-database</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.tranql</groupId>
-            <artifactId>tranql-connector-derby-embed-local</artifactId>
-            <type>rar</type>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>connector-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <deploymentConfigs>
-                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>
-                        <deploymentConfig>${connectorDeployer}</deploymentConfig>
-                    </deploymentConfigs>
-                    <category>Monitoring</category>
-                    <module>
-                        <groupId>org.tranql</groupId>
-                        <artifactId>tranql-connector-derby-embed-local</artifactId>
-                        <type>rar</type>
-                    </module>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+    

+       http://www.apache.org/licenses/LICENSE-2.0

+    

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 605412 $ $Date: 2007-12-18 19:58:03 -0800 (Tue, 18 Dec 2007) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+    

+    <parent>

+        <groupId>org.apache.geronimo.plugins.monitoring</groupId>

+        <artifactId>monitoring</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <groupId>org.apache.geronimo.plugins</groupId>

+    <artifactId>mconsole-ds</artifactId>

+    <name>Geronimo Plugins, Monitoring :: Console DataSource</name>

+    <packaging>car</packaging>

+

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>system-database</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.tranql</groupId>

+            <artifactId>tranql-connector-derby-embed-local</artifactId>

+            <type>rar</type>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>connector-deployer</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+    </dependencies>

+

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.geronimo.buildsupport</groupId>

+                <artifactId>car-maven-plugin</artifactId>

+                <configuration>

+                    <deploymentConfigs>

+                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>

+                        <deploymentConfig>${connectorDeployer}</deploymentConfig>

+                    </deploymentConfigs>

+                    <category>Monitoring</category>

+                    <module>

+                        <groupId>org.tranql</groupId>

+                        <artifactId>tranql-connector-derby-embed-local</artifactId>

+                        <type>rar</type>

+                    </module>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+</project>

diff --git a/plugins/monitoring/mconsole-jetty/pom.xml b/plugins/monitoring/mconsole-jetty/pom.xml
index 50749ca..55d6f66 100644
--- a/plugins/monitoring/mconsole-jetty/pom.xml
+++ b/plugins/monitoring/mconsole-jetty/pom.xml
@@ -1,123 +1,123 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-    
-       http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 605412 $ $Date: 2007-12-18 19:58:03 -0800 (Tue, 18 Dec 2007) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-        <artifactId>monitoring</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <groupId>org.apache.geronimo.plugins</groupId>
-    <artifactId>mconsole-jetty</artifactId>
-    <name>Geronimo Plugins, Monitoring :: Console (Jetty)</name>
-    <packaging>car</packaging>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jetty6-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jasper-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>connector-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.plugins</groupId>
-            <artifactId>mconsole-ds</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.plugins</groupId>
-            <artifactId>console-jetty</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-            <artifactId>mconsole-war</artifactId>
-            <version>${version}</version>
-            <type>war</type>
-            <scope>provided</scope>
-        </dependency>
-	
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>dojo-legacy-jetty6</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>openejb</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <deploymentConfigs>
-                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>
-                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>
-                        <deploymentConfig>${jasperDeployer}</deploymentConfig>
-                        <deploymentConfig>${jetty6Deployer}</deploymentConfig>
-                        <deploymentConfig>${connectorDeployer}</deploymentConfig>
-                    </deploymentConfigs>
-                    <module>
-                        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-                        <artifactId>mconsole-war</artifactId>
-                        <version>${version}</version>
-                        <type>war</type>
-                    </module>
-                    <category>Monitoring</category>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+    

+       http://www.apache.org/licenses/LICENSE-2.0

+    

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 605412 $ $Date: 2007-12-18 19:58:03 -0800 (Tue, 18 Dec 2007) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins.monitoring</groupId>

+        <artifactId>monitoring</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <groupId>org.apache.geronimo.plugins</groupId>

+    <artifactId>mconsole-jetty</artifactId>

+    <name>Geronimo Plugins, Monitoring :: Console (Jetty)</name>

+    <packaging>car</packaging>

+

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>jetty6-deployer</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+            <scope>provided</scope>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>jasper-deployer</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+            <scope>provided</scope>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>connector-deployer</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+            <scope>provided</scope>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.plugins</groupId>

+            <artifactId>mconsole-ds</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.plugins</groupId>

+            <artifactId>console-jetty</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.plugins.monitoring</groupId>

+            <artifactId>mconsole-war</artifactId>

+            <version>${version}</version>

+            <type>war</type>

+            <scope>provided</scope>

+        </dependency>

+	

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>dojo-legacy-jetty6</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>openejb</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+    </dependencies>

+

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.geronimo.buildsupport</groupId>

+                <artifactId>car-maven-plugin</artifactId>

+                <configuration>

+                    <deploymentConfigs>

+                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>

+                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>

+                        <deploymentConfig>${jasperDeployer}</deploymentConfig>

+                        <deploymentConfig>${jetty6Deployer}</deploymentConfig>

+                        <deploymentConfig>${connectorDeployer}</deploymentConfig>

+                    </deploymentConfigs>

+                    <module>

+                        <groupId>org.apache.geronimo.plugins.monitoring</groupId>

+                        <artifactId>mconsole-war</artifactId>

+                        <version>${version}</version>

+                        <type>war</type>

+                    </module>

+                    <category>Monitoring</category>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+</project>

diff --git a/plugins/monitoring/mconsole-tomcat/pom.xml b/plugins/monitoring/mconsole-tomcat/pom.xml
index 897361c..66bb8e1 100644
--- a/plugins/monitoring/mconsole-tomcat/pom.xml
+++ b/plugins/monitoring/mconsole-tomcat/pom.xml
@@ -1,131 +1,131 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-    
-       http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 605412 $ $Date: 2007-12-18 19:58:03 -0800 (Tue, 18 Dec 2007) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-        <artifactId>monitoring</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <groupId>org.apache.geronimo.plugins</groupId>
-    <artifactId>mconsole-tomcat</artifactId>
-    <name>Geronimo Plugins, Monitoring :: Console (Tomcat)</name>
-    <packaging>car</packaging>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat6-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jasper-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>connector-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.plugins</groupId>
-            <artifactId>mconsole-ds</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.plugins</groupId>
-            <artifactId>console-tomcat</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-            <artifactId>mconsole-war</artifactId>
-            <version>${version}</version>
-            <type>war</type>
-            <scope>provided</scope>
-        </dependency>
-		
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>j2ee-security</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-		
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>dojo-legacy-tomcat</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-        
-        <!-- see if openejb-client can be used -->
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>openejb</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <deploymentConfigs>
-                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>
-                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>
-                        <deploymentConfig>${jasperDeployer}</deploymentConfig>
-                        <deploymentConfig>${tomcatDeployer}</deploymentConfig>
-                        <deploymentConfig>${connectorDeployer}</deploymentConfig>
-                    </deploymentConfigs>
-                    <module>
-                        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-                        <artifactId>mconsole-war</artifactId>
-                        <version>${version}</version>
-                        <type>war</type>
-                    </module>
-                    <category>Monitoring</category>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+    

+       http://www.apache.org/licenses/LICENSE-2.0

+    

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 605412 $ $Date: 2007-12-18 19:58:03 -0800 (Tue, 18 Dec 2007) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins.monitoring</groupId>

+        <artifactId>monitoring</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <groupId>org.apache.geronimo.plugins</groupId>

+    <artifactId>mconsole-tomcat</artifactId>

+    <name>Geronimo Plugins, Monitoring :: Console (Tomcat)</name>

+    <packaging>car</packaging>

+

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>tomcat6-deployer</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+            <scope>provided</scope>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>jasper-deployer</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+            <scope>provided</scope>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>connector-deployer</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+            <scope>provided</scope>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.plugins</groupId>

+            <artifactId>mconsole-ds</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+        

+        <dependency>

+            <groupId>org.apache.geronimo.plugins</groupId>

+            <artifactId>console-tomcat</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.plugins.monitoring</groupId>

+            <artifactId>mconsole-war</artifactId>

+            <version>${version}</version>

+            <type>war</type>

+            <scope>provided</scope>

+        </dependency>

+		

+        <dependency>

+            <groupId>org.apache.geronimo.framework</groupId>

+            <artifactId>j2ee-security</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+		

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>dojo-legacy-tomcat</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+        

+        <!-- see if openejb-client can be used -->

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>openejb</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+    </dependencies>

+

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.geronimo.buildsupport</groupId>

+                <artifactId>car-maven-plugin</artifactId>

+                <configuration>

+                    <deploymentConfigs>

+                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>

+                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>

+                        <deploymentConfig>${jasperDeployer}</deploymentConfig>

+                        <deploymentConfig>${tomcatDeployer}</deploymentConfig>

+                        <deploymentConfig>${connectorDeployer}</deploymentConfig>

+                    </deploymentConfigs>

+                    <module>

+                        <groupId>org.apache.geronimo.plugins.monitoring</groupId>

+                        <artifactId>mconsole-war</artifactId>

+                        <version>${version}</version>

+                        <type>war</type>

+                    </module>

+                    <category>Monitoring</category>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+</project>

diff --git a/plugins/monitoring/pom.xml b/plugins/monitoring/pom.xml
index afae844..3775988 100755
--- a/plugins/monitoring/pom.xml
+++ b/plugins/monitoring/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-    
-       http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev$ $Date$ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>plugins</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-    <artifactId>monitoring</artifactId>
-    <name>Geronimo Plugins, Monitoring</name>
-    <packaging>pom</packaging>
-
-    <description> Geronimo Monitoring and Management </description>
-
-    <dependencies>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
-    
-    <modules>
-        <module>agent-ds</module>
-        <module>agent-jar</module>
-        <module>agent-ejb</module>
-        <module>agent-car-ejb</module>
-        <module>agent-jmx</module>
-        <module>agent-car-jmx</module>
-        <module>agent-sql</module>
-        <module>mconsole-ds</module>
-        <module>mconsole-jetty</module>
-        <module>mconsole-tomcat</module>
-        <module>mconsole-war</module>
-    </modules>
-
-    <build>
-        <resources>
-            <resource>
-                <directory>${pom.basedir}/src/main/resources</directory>
-                <filtering>true</filtering>
-            </resource>
-        </resources>
-        
-        <pluginManagement>
-            <plugins>
-                <!-- inheriting configration for war plugin, i,e, precompile JSPs -->
-                <!-- inherits car configuration from parent -->
-                <plugin>
-                    <groupId>org.apache.geronimo.buildsupport</groupId>
-                    <artifactId>car-maven-plugin</artifactId>
-                    <configuration>
-                        <useMavenDependencies>
-                            <value>true</value>
-                            <includeVersion>true</includeVersion>
-                        </useMavenDependencies>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+    

+       http://www.apache.org/licenses/LICENSE-2.0

+    

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev$ $Date$ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins</groupId>

+        <artifactId>plugins</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <groupId>org.apache.geronimo.plugins.monitoring</groupId>

+    <artifactId>monitoring</artifactId>

+    <name>Geronimo Plugins, Monitoring</name>

+    <packaging>pom</packaging>

+

+    <description> Geronimo Monitoring and Management </description>

+

+    <dependencies>

+        <dependency>

+            <groupId>commons-logging</groupId>

+            <artifactId>commons-logging</artifactId>

+            <scope>provided</scope>

+        </dependency>

+    </dependencies>

+    

+    <modules>

+        <module>agent-ds</module>

+        <module>agent-jar</module>

+        <module>agent-ejb</module>

+        <module>agent-car-ejb</module>

+        <module>agent-jmx</module>

+        <module>agent-car-jmx</module>

+        <module>agent-sql</module>

+        <module>mconsole-ds</module>

+        <module>mconsole-jetty</module>

+        <module>mconsole-tomcat</module>

+        <module>mconsole-war</module>

+    </modules>

+

+    <build>

+        <resources>

+            <resource>

+                <directory>${pom.basedir}/src/main/resources</directory>

+                <filtering>true</filtering>

+            </resource>

+        </resources>

+        

+        <pluginManagement>

+            <plugins>

+                <!-- inheriting configration for war plugin, i,e, precompile JSPs -->

+                <!-- inherits car configuration from parent -->

+                <plugin>

+                    <groupId>org.apache.geronimo.buildsupport</groupId>

+                    <artifactId>car-maven-plugin</artifactId>

+                    <configuration>

+                        <useMavenDependencies>

+                            <value>true</value>

+                            <includeVersion>true</includeVersion>

+                        </useMavenDependencies>

+                    </configuration>

+                </plugin>

+            </plugins>

+        </pluginManagement>

+    </build>

+

+</project>

diff --git a/plugins/tomcat/geronimo-tomcat6-clustering-builder-wadi/pom.xml b/plugins/tomcat/geronimo-tomcat6-clustering-builder-wadi/pom.xml
index d9892d4..9e4d6a1 100644
--- a/plugins/tomcat/geronimo-tomcat6-clustering-builder-wadi/pom.xml
+++ b/plugins/tomcat/geronimo-tomcat6-clustering-builder-wadi/pom.xml
@@ -1,74 +1,74 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 590482 $ $Date: 2007-10-30 14:51:54 -0700 (Tue, 30 Oct 2007) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>tomcat</artifactId>
-        <version>2.1.6</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.modules</groupId>
-    <artifactId>geronimo-tomcat6-clustering-builder-wadi</artifactId>
-    <name>Geronimo Plugins, Tomcat :: Clustering Builder for WADI Core</name>
-    
-    <dependencies>
-        <!-- xmlbeans, stax-api comes transitively via g-service-builder from this -->
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-naming-builder</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-tomcat6-builder</artifactId>
-            <version>${version}</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-tomcat6-clustering-wadi</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-web-2.5-builder</artifactId>
-            <version>${version}</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-    
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>xmlbeans-maven-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
-
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 590482 $ $Date: 2007-10-30 14:51:54 -0700 (Tue, 30 Oct 2007) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins</groupId>

+        <artifactId>tomcat</artifactId>

+        <version>2.1.6</version>

+    </parent>

+    

+    <groupId>org.apache.geronimo.modules</groupId>

+    <artifactId>geronimo-tomcat6-clustering-builder-wadi</artifactId>

+    <name>Geronimo Plugins, Tomcat :: Clustering Builder for WADI Core</name>

+    

+    <dependencies>

+        <!-- xmlbeans, stax-api comes transitively via g-service-builder from this -->

+        <dependency>

+            <groupId>${pom.groupId}</groupId>

+            <artifactId>geronimo-naming-builder</artifactId>

+            <version>${version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>${pom.groupId}</groupId>

+            <artifactId>geronimo-tomcat6-builder</artifactId>

+            <version>${version}</version>

+            <scope>test</scope>

+        </dependency>

+

+        <dependency>

+            <groupId>${pom.groupId}</groupId>

+            <artifactId>geronimo-tomcat6-clustering-wadi</artifactId>

+            <version>${version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>${pom.groupId}</groupId>

+            <artifactId>geronimo-web-2.5-builder</artifactId>

+            <version>${version}</version>

+            <scope>test</scope>

+        </dependency>

+    </dependencies>

+    

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.codehaus.mojo</groupId>

+                <artifactId>xmlbeans-maven-plugin</artifactId>

+            </plugin>

+        </plugins>

+    </build>

+

+</project>

+

diff --git a/plugins/tomcat/geronimo-tomcat6-clustering-wadi/pom.xml b/plugins/tomcat/geronimo-tomcat6-clustering-wadi/pom.xml
index 940f2ed..e85091d 100644
--- a/plugins/tomcat/geronimo-tomcat6-clustering-wadi/pom.xml
+++ b/plugins/tomcat/geronimo-tomcat6-clustering-wadi/pom.xml
@@ -1,50 +1,50 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 590482 $ $Date: 2007-10-30 14:51:54 -0700 (Tue, 30 Oct 2007) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>tomcat</artifactId>
-        <version>2.1.6</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.modules</groupId>
-    <artifactId>geronimo-tomcat6-clustering-wadi</artifactId>
-    <name>Geronimo Plugins, Tomcat :: Clustering over WADI Core</name>
-    
-    <dependencies>
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-clustering-wadi</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-tomcat6</artifactId>
-            <version>${version}</version>
-        </dependency>
-    </dependencies>
-
-</project>
-
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 590482 $ $Date: 2007-10-30 14:51:54 -0700 (Tue, 30 Oct 2007) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins</groupId>

+        <artifactId>tomcat</artifactId>

+        <version>2.1.6</version>

+    </parent>

+    

+    <groupId>org.apache.geronimo.modules</groupId>

+    <artifactId>geronimo-tomcat6-clustering-wadi</artifactId>

+    <name>Geronimo Plugins, Tomcat :: Clustering over WADI Core</name>

+    

+    <dependencies>

+        <dependency>

+            <groupId>${pom.groupId}</groupId>

+            <artifactId>geronimo-clustering-wadi</artifactId>

+            <version>${version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>${pom.groupId}</groupId>

+            <artifactId>geronimo-tomcat6</artifactId>

+            <version>${version}</version>

+        </dependency>

+    </dependencies>

+

+</project>

+

diff --git a/plugins/tomcat/tomcat6-clustering-builder-wadi/pom.xml b/plugins/tomcat/tomcat6-clustering-builder-wadi/pom.xml
index 7562518..0a4bd83 100644
--- a/plugins/tomcat/tomcat6-clustering-builder-wadi/pom.xml
+++ b/plugins/tomcat/tomcat6-clustering-builder-wadi/pom.xml
@@ -1,110 +1,110 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 590482 $ $Date: 2007-10-30 14:51:54 -0700 (Tue, 30 Oct 2007) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>tomcat</artifactId>
-        <version>2.1.6</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>tomcat6-clustering-builder-wadi</artifactId>
-    <name>Geronimo Plugins, Tomcat :: Clustering Builder for WADI</name>
-    <packaging>car</packaging>
-
-    <description>Deployment for WADI clustering on Tomcat 6.</description>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat6-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-tomcat6-clustering-builder-wadi</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat6-clustering-wadi</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-    </dependencies>
-    
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <useMavenDependencies>
-                        <value>false</value>
-                    </useMavenDependencies>
-                    <category>Tomcat</category>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.apache.geronimo.configs</groupId>
-                            <artifactId>tomcat6-deployer</artifactId>
-                            <version>${version}</version>
-                            <type>car</type>
-                        </dependency>
-
-                        <dependency>
-                            <groupId>org.apache.geronimo.modules</groupId>
-                            <artifactId>geronimo-tomcat6-clustering-builder-wadi</artifactId>
-                            <version>${version}</version>
-                            <type>jar</type>
-                        </dependency>
-
-                        <dependency>
-                            <groupId>org.apache.geronimo.configs</groupId>
-                            <artifactId>tomcat6-clustering-wadi</artifactId>
-                            <version>${version}</version>
-                            <type>car</type>
-                            <import>classes</import>
-                        </dependency>
-                    </dependencies>
-                    <instance>
-                        <plugin-artifact>
-                            <config-xml-content>
-                                <gbean name="TomcatClusteringBuilder">
-                                    <attribute name="defaultSweepInterval">${DefaultWadiSweepInterval}</attribute>
-                                    <attribute name="defaultNumPartitions">${DefaultWadiNumPartitions}</attribute>
-                                </gbean>
-                             </config-xml-content>
-                            <config-substitution key="DefaultWadiSweepInterval">36000</config-substitution>
-                            <config-substitution key="DefaultWadiNumPartitions">24</config-substitution>
-                        </plugin-artifact>
-                    </instance>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 590482 $ $Date: 2007-10-30 14:51:54 -0700 (Tue, 30 Oct 2007) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins</groupId>

+        <artifactId>tomcat</artifactId>

+        <version>2.1.6</version>

+    </parent>

+    

+    <groupId>org.apache.geronimo.configs</groupId>

+    <artifactId>tomcat6-clustering-builder-wadi</artifactId>

+    <name>Geronimo Plugins, Tomcat :: Clustering Builder for WADI</name>

+    <packaging>car</packaging>

+

+    <description>Deployment for WADI clustering on Tomcat 6.</description>

+    

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>tomcat6-deployer</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.modules</groupId>

+            <artifactId>geronimo-tomcat6-clustering-builder-wadi</artifactId>

+            <version>${version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>tomcat6-clustering-wadi</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+    </dependencies>

+    

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.geronimo.buildsupport</groupId>

+                <artifactId>car-maven-plugin</artifactId>

+                <configuration>

+                    <useMavenDependencies>

+                        <value>false</value>

+                    </useMavenDependencies>

+                    <category>Tomcat</category>

+                    <dependencies>

+                        <dependency>

+                            <groupId>org.apache.geronimo.configs</groupId>

+                            <artifactId>tomcat6-deployer</artifactId>

+                            <version>${version}</version>

+                            <type>car</type>

+                        </dependency>

+

+                        <dependency>

+                            <groupId>org.apache.geronimo.modules</groupId>

+                            <artifactId>geronimo-tomcat6-clustering-builder-wadi</artifactId>

+                            <version>${version}</version>

+                            <type>jar</type>

+                        </dependency>

+

+                        <dependency>

+                            <groupId>org.apache.geronimo.configs</groupId>

+                            <artifactId>tomcat6-clustering-wadi</artifactId>

+                            <version>${version}</version>

+                            <type>car</type>

+                            <import>classes</import>

+                        </dependency>

+                    </dependencies>

+                    <instance>

+                        <plugin-artifact>

+                            <config-xml-content>

+                                <gbean name="TomcatClusteringBuilder">

+                                    <attribute name="defaultSweepInterval">${DefaultWadiSweepInterval}</attribute>

+                                    <attribute name="defaultNumPartitions">${DefaultWadiNumPartitions}</attribute>

+                                </gbean>

+                             </config-xml-content>

+                            <config-substitution key="DefaultWadiSweepInterval">36000</config-substitution>

+                            <config-substitution key="DefaultWadiNumPartitions">24</config-substitution>

+                        </plugin-artifact>

+                    </instance>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+</project>

diff --git a/plugins/tomcat/tomcat6-clustering-wadi/pom.xml b/plugins/tomcat/tomcat6-clustering-wadi/pom.xml
index aa9189b..4a1dbc1 100644
--- a/plugins/tomcat/tomcat6-clustering-wadi/pom.xml
+++ b/plugins/tomcat/tomcat6-clustering-wadi/pom.xml
@@ -1,81 +1,81 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 590482 $ $Date: 2007-10-30 14:51:54 -0700 (Tue, 30 Oct 2007) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>tomcat</artifactId>
-        <version>2.1.6</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>tomcat6-clustering-wadi</artifactId>
-    <name>Geronimo Plugins, Tomcat :: Clustering over WADI</name>
-    <packaging>car</packaging>
-
-    <description>WADI clustering for Tomcat.</description>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-tomcat6-clustering-wadi</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat6-no-ha</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>wadi-clustering</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-    </dependencies>
-    
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
-                    <category>Tomcat</category>
-                    <instance>
-                        <plugin-artifact>
-                            <config-xml-content load="false" />
-                        </plugin-artifact>
-                    </instance>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 590482 $ $Date: 2007-10-30 14:51:54 -0700 (Tue, 30 Oct 2007) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins</groupId>

+        <artifactId>tomcat</artifactId>

+        <version>2.1.6</version>

+    </parent>

+    

+    <groupId>org.apache.geronimo.configs</groupId>

+    <artifactId>tomcat6-clustering-wadi</artifactId>

+    <name>Geronimo Plugins, Tomcat :: Clustering over WADI</name>

+    <packaging>car</packaging>

+

+    <description>WADI clustering for Tomcat.</description>

+    

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.geronimo.modules</groupId>

+            <artifactId>geronimo-tomcat6-clustering-wadi</artifactId>

+            <version>${version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>tomcat6-no-ha</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>wadi-clustering</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+    </dependencies>

+    

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.geronimo.buildsupport</groupId>

+                <artifactId>car-maven-plugin</artifactId>

+                <configuration>

+                    <useMavenDependencies>

+                        <value>true</value>

+                        <includeVersion>true</includeVersion>

+                    </useMavenDependencies>

+                    <category>Tomcat</category>

+                    <instance>

+                        <plugin-artifact>

+                            <config-xml-content load="false" />

+                        </plugin-artifact>

+                    </instance>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+</project>

diff --git a/plugins/tomcat/tomcat6-no-ha/pom.xml b/plugins/tomcat/tomcat6-no-ha/pom.xml
index be55cd2..e710a27 100644
--- a/plugins/tomcat/tomcat6-no-ha/pom.xml
+++ b/plugins/tomcat/tomcat6-no-ha/pom.xml
@@ -1,78 +1,78 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 657880 $ $Date: 2008-05-20 03:48:13 +1000 (Tue, 20 May 2008) $ -->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>tomcat</artifactId>
-        <version>2.1.6</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>tomcat6-no-ha</artifactId>
-    <name>Geronimo Plugins, Tomcat :: Tomcat without HA</name>
-    <packaging>car</packaging>
-
-    <description>Geronimo Tomcat web server integration without HA.</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-gbean-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>j2ee-server</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat6</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
-                    <category>Tomcat</category>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<!-- $Rev: 657880 $ $Date: 2008-05-20 03:48:13 +1000 (Tue, 20 May 2008) $ -->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.plugins</groupId>

+        <artifactId>tomcat</artifactId>

+        <version>2.1.6</version>

+    </parent>

+    

+    <groupId>org.apache.geronimo.configs</groupId>

+    <artifactId>tomcat6-no-ha</artifactId>

+    <name>Geronimo Plugins, Tomcat :: Tomcat without HA</name>

+    <packaging>car</packaging>

+

+    <description>Geronimo Tomcat web server integration without HA.</description>

+

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.geronimo.framework</groupId>

+            <artifactId>geronimo-gbean-deployer</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+            <scope>provided</scope>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>j2ee-server</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.geronimo.configs</groupId>

+            <artifactId>tomcat6</artifactId>

+            <version>${version}</version>

+            <type>car</type>

+        </dependency>

+    </dependencies>

+

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.geronimo.buildsupport</groupId>

+                <artifactId>car-maven-plugin</artifactId>

+                <configuration>

+                    <useMavenDependencies>

+                        <value>true</value>

+                        <includeVersion>true</includeVersion>

+                    </useMavenDependencies>

+                    <category>Tomcat</category>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+</project>

diff --git a/plugins/welcome/geronimo-welcome/src/main/webapp/index.jsp b/plugins/welcome/geronimo-welcome/src/main/webapp/index.jsp
index b756b3b..5d2a530 100644
--- a/plugins/welcome/geronimo-welcome/src/main/webapp/index.jsp
+++ b/plugins/welcome/geronimo-welcome/src/main/webapp/index.jsp
@@ -271,8 +271,9 @@
             <img src="<%=request.getContextPath()%>/images/powered_by_100x30.gif" alt="Powered by Geronimo"/>
             </font><br />
             &nbsp;
-            <font size=-1>Copyright &copy; 2003-2009 Apache Software Foundation</font><br />
-            <font size=-1>All Rights Reserved</font> <br />
+            <font size=-1>Copyright &copy; 2003-2010 Apache Software 
+            Foundation</font><br /> <font size=-1>All Rights Reserved</font> <br 
+            />
             &nbsp;</p>
             <p align="right">&nbsp;</p>
 
diff --git a/pom.xml b/pom.xml
index f06f8a0..a5b82d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
         <cxfVersion>2.0.13</cxfVersion>
         <axis2Version>1.3</axis2Version>
         <axiomVersion>1.2.5</axiomVersion>
-        <springVersion>2.5.6</springVersion>
+        <springVersion>2.5.6.SEC02</springVersion>
         <plutoVersion>1.1.6-G643117</plutoVersion>
         <openjpaVersion>1.2.2</openjpaVersion>
         <xbeanVersion>3.6</xbeanVersion>
diff --git a/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml b/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml
index a96bdac..696b4ac 100644
--- a/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml
+++ b/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml
@@ -1,74 +1,74 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.testsuite</groupId>
-        <artifactId>corba-marshal</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <artifactId>corba-marshal-client</artifactId>
-    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal Client</name>
-    <packaging>jar</packaging>
-    <description>Example using CORBA to access a stateless EJB</description>
-
-            <dependencies>
-                <dependency>
-                    <groupId>${pom.groupId}</groupId>
-                    <artifactId>corba-marshal-ejb</artifactId>
-                    <version>${version}</version>
-                    <type>ejb</type>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-ejb_3.0_spec</artifactId>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-
-    <profiles>
-        <profile>
-            <id>child</id>
-              
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-jar-plugin</artifactId>
-                        <configuration>
-                            <description>Geronimo Marshal Enterprise Application CORBA Client JAR</description>
-                            <displayName>Geronimo Marshal Enterprise Application CORBA Client JAR</displayName>
-                            <archive>
-                                <manifest>
-                                    <mainClass>org.apache.geronimo.testsuite.corba.marshal.MarshalEJBClient</mainClass>
-                                </manifest>
-                            </archive>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-
-        </profile>
-    </profiles>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one

+    or more contributor license agreements.  See the NOTICE file

+    distributed with this work for additional information

+    regarding copyright ownership.  The ASF licenses this file

+    to you under the Apache License, Version 2.0 (the

+    "License"); you may not use this file except in compliance

+    with the License.  You may obtain a copy of the License at

+

+     http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing,

+    software distributed under the License is distributed on an

+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+    KIND, either express or implied.  See the License for the

+    specific language governing permissions and limitations

+    under the License.

+-->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.testsuite</groupId>

+        <artifactId>corba-marshal</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <artifactId>corba-marshal-client</artifactId>

+    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal Client</name>

+    <packaging>jar</packaging>

+    <description>Example using CORBA to access a stateless EJB</description>

+

+            <dependencies>

+                <dependency>

+                    <groupId>${pom.groupId}</groupId>

+                    <artifactId>corba-marshal-ejb</artifactId>

+                    <version>${version}</version>

+                    <type>ejb</type>

+                    <scope>provided</scope>

+                </dependency>

+                <dependency>

+                    <groupId>org.apache.geronimo.specs</groupId>

+                    <artifactId>geronimo-ejb_3.0_spec</artifactId>

+                    <scope>provided</scope>

+                </dependency>

+            </dependencies>

+

+    <profiles>

+        <profile>

+            <id>child</id>

+              

+            <build>

+                <plugins>

+                    <plugin>

+                        <artifactId>maven-jar-plugin</artifactId>

+                        <configuration>

+                            <description>Geronimo Marshal Enterprise Application CORBA Client JAR</description>

+                            <displayName>Geronimo Marshal Enterprise Application CORBA Client JAR</displayName>

+                            <archive>

+                                <manifest>

+                                    <mainClass>org.apache.geronimo.testsuite.corba.marshal.MarshalEJBClient</mainClass>

+                                </manifest>

+                            </archive>

+                        </configuration>

+                    </plugin>

+                </plugins>

+            </build>

+

+        </profile>

+    </profiles>

+</project>

diff --git a/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml b/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml
index c8e8ae1..0845cdf 100644
--- a/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml
+++ b/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml
@@ -1,181 +1,181 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.testsuite</groupId>
-        <artifactId>corba-marshal</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <artifactId>corba-marshal-ear</artifactId>
-    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal EAR</name>
-    <packaging>ear</packaging>
-    <description>Example using CORBA to access a stateless EJB</description>
-
-    <properties>
-        <clientLogFile>${basedir}/target/client.log</clientLogFile>
-    </properties>
-
-
-            
-            <dependencies>
-                <dependency>
-                    <groupId>${pom.groupId}</groupId>
-                    <artifactId>corba-marshal-ejb</artifactId>
-                    <version>${version}</version>
-                    <type>ejb</type>
-                </dependency>
-                <dependency>
-                    <groupId>${pom.groupId}</groupId>
-                    <artifactId>corba-marshal-client</artifactId>
-                    <version>${version}</version>
-                    <type>jar</type>
-                </dependency>
-            </dependencies>
-            
-    <profiles>
-        <profile>
-            <id>child</id>
-            
-            <build>
-                <plugins>
-                  <plugin>
-                        <groupId>org.apache.geronimo.buildsupport</groupId>
-                        <artifactId>testsuite-maven-plugin</artifactId>
-                        <version>${version}</version>
-                        <executions>
-                            <execution>
-                                <id>generate-surefire-xml</id>
-                                <phase>install</phase>
-                                <goals>
-                                    <goal>generate-surefire-xml</goal>
-                                </goals>
-                                <!--
-                                Merging the configuration of this plugin with the one it inherits.
-                                Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                                -->
-                                <configuration>
-                                    <grandParent>true</grandParent>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-        
-                    <plugin>
-                        <artifactId>maven-ear-plugin</artifactId>
-                        <configuration>
-                            <description>Geronimo Marshal Enterprise Application EAR</description>
-                            <displayName>Geronimo Marshal Enterprise Application EAR</displayName>
-                            <version>5</version>
-                            <modules>
-                                <ejbModule>
-                                    <groupId>${pom.groupId}</groupId>
-                                    <artifactId>corba-marshal-ejb</artifactId>
-                                    <bundleFileName>corba-marshal-ejb-${version}.jar</bundleFileName>
-                                </ejbModule>
-                                <jarModule>
-                                    <groupId>${pom.groupId}</groupId>
-                                    <artifactId>corba-marshal-client</artifactId>
-                                    <bundleFileName>corba-marshal-client-${version}.jar</bundleFileName>
-                                </jarModule>
-                            </modules>
-                        </configuration>
-                    </plugin>
-        
-                    <!-- Deploy the ear and invoke the imbedded CORBA app client -->
-                    <plugin>
-                        <groupId>org.apache.geronimo.buildsupport</groupId>
-                        <artifactId>geronimo-maven-plugin</artifactId>
-        
-                        <executions>
-                            <!-- These modules must be running before deploying a CORBA module can be deployed -->
-                            <execution>
-                                <id>start-j2ee-corba-yoko</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>start-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleId>org.apache.geronimo.configs/j2ee-corba-yoko/${version}/car</moduleId>
-                                </configuration>
-                            </execution>
-                            <execution>
-                                <id>openejb-corba-deployer</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>start-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleId>org.apache.geronimo.configs/openejb-corba-deployer/${version}/car</moduleId>
-                                </configuration>
-                            </execution>
-        
-                            <!-- Deploy the CORBA module -->
-                            <execution>
-                                <id>deploy-ear</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>deploy-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleArchive>${project.build.directory}/${artifactId}-${version}.ear</moduleArchive>
-                                </configuration>
-                            </execution>
-        
-                            <!-- Invoke the CORBA app client -->
-                            <execution>
-                                <phase>pre-integration-test</phase>
-                                <id>run-client</id>
-                                <goals>
-                                    <goal>run-client</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleId>org.apache.geronimo.testsuite/corba-marshal-client/${version}/car</moduleId>
-                                    <!--
-                                    <logOutput>true</logOutput>
-                                    <logFile>${clientLogFile}</logFile>
-                                    -->
-                                </configuration>
-                            </execution>
-        
-                            <!-- Undeploy the CORBA module -->
-                            <execution>
-                                <id>undeploy-ear</id>
-                                <phase>post-integration-test</phase>
-                                <goals>
-                                    <goal>undeploy-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleId>${groupId}/${artifactId}/${version}/car</moduleId>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-        
-                </plugins>
-            </build>
-
-        </profile>
-    </profiles>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one

+    or more contributor license agreements.  See the NOTICE file

+    distributed with this work for additional information

+    regarding copyright ownership.  The ASF licenses this file

+    to you under the Apache License, Version 2.0 (the

+    "License"); you may not use this file except in compliance

+    with the License.  You may obtain a copy of the License at

+

+     http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing,

+    software distributed under the License is distributed on an

+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+    KIND, either express or implied.  See the License for the

+    specific language governing permissions and limitations

+    under the License.

+-->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.testsuite</groupId>

+        <artifactId>corba-marshal</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <artifactId>corba-marshal-ear</artifactId>

+    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal EAR</name>

+    <packaging>ear</packaging>

+    <description>Example using CORBA to access a stateless EJB</description>

+

+    <properties>

+        <clientLogFile>${basedir}/target/client.log</clientLogFile>

+    </properties>

+

+

+            

+            <dependencies>

+                <dependency>

+                    <groupId>${pom.groupId}</groupId>

+                    <artifactId>corba-marshal-ejb</artifactId>

+                    <version>${version}</version>

+                    <type>ejb</type>

+                </dependency>

+                <dependency>

+                    <groupId>${pom.groupId}</groupId>

+                    <artifactId>corba-marshal-client</artifactId>

+                    <version>${version}</version>

+                    <type>jar</type>

+                </dependency>

+            </dependencies>

+            

+    <profiles>

+        <profile>

+            <id>child</id>

+            

+            <build>

+                <plugins>

+                  <plugin>

+                        <groupId>org.apache.geronimo.buildsupport</groupId>

+                        <artifactId>testsuite-maven-plugin</artifactId>

+                        <version>${version}</version>

+                        <executions>

+                            <execution>

+                                <id>generate-surefire-xml</id>

+                                <phase>install</phase>

+                                <goals>

+                                    <goal>generate-surefire-xml</goal>

+                                </goals>

+                                <!--

+                                Merging the configuration of this plugin with the one it inherits.

+                                Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.

+                                -->

+                                <configuration>

+                                    <grandParent>true</grandParent>

+                                </configuration>

+                            </execution>

+                        </executions>

+                    </plugin>

+        

+                    <plugin>

+                        <artifactId>maven-ear-plugin</artifactId>

+                        <configuration>

+                            <description>Geronimo Marshal Enterprise Application EAR</description>

+                            <displayName>Geronimo Marshal Enterprise Application EAR</displayName>

+                            <version>5</version>

+                            <modules>

+                                <ejbModule>

+                                    <groupId>${pom.groupId}</groupId>

+                                    <artifactId>corba-marshal-ejb</artifactId>

+                                    <bundleFileName>corba-marshal-ejb-${version}.jar</bundleFileName>

+                                </ejbModule>

+                                <jarModule>

+                                    <groupId>${pom.groupId}</groupId>

+                                    <artifactId>corba-marshal-client</artifactId>

+                                    <bundleFileName>corba-marshal-client-${version}.jar</bundleFileName>

+                                </jarModule>

+                            </modules>

+                        </configuration>

+                    </plugin>

+        

+                    <!-- Deploy the ear and invoke the imbedded CORBA app client -->

+                    <plugin>

+                        <groupId>org.apache.geronimo.buildsupport</groupId>

+                        <artifactId>geronimo-maven-plugin</artifactId>

+        

+                        <executions>

+                            <!-- These modules must be running before deploying a CORBA module can be deployed -->

+                            <execution>

+                                <id>start-j2ee-corba-yoko</id>

+                                <phase>pre-integration-test</phase>

+                                <goals>

+                                    <goal>start-module</goal>

+                                </goals>

+                                <configuration>

+                                    <moduleId>org.apache.geronimo.configs/j2ee-corba-yoko/${version}/car</moduleId>

+                                </configuration>

+                            </execution>

+                            <execution>

+                                <id>openejb-corba-deployer</id>

+                                <phase>pre-integration-test</phase>

+                                <goals>

+                                    <goal>start-module</goal>

+                                </goals>

+                                <configuration>

+                                    <moduleId>org.apache.geronimo.configs/openejb-corba-deployer/${version}/car</moduleId>

+                                </configuration>

+                            </execution>

+        

+                            <!-- Deploy the CORBA module -->

+                            <execution>

+                                <id>deploy-ear</id>

+                                <phase>pre-integration-test</phase>

+                                <goals>

+                                    <goal>deploy-module</goal>

+                                </goals>

+                                <configuration>

+                                    <moduleArchive>${project.build.directory}/${artifactId}-${version}.ear</moduleArchive>

+                                </configuration>

+                            </execution>

+        

+                            <!-- Invoke the CORBA app client -->

+                            <execution>

+                                <phase>pre-integration-test</phase>

+                                <id>run-client</id>

+                                <goals>

+                                    <goal>run-client</goal>

+                                </goals>

+                                <configuration>

+                                    <moduleId>org.apache.geronimo.testsuite/corba-marshal-client/${version}/car</moduleId>

+                                    <!--

+                                    <logOutput>true</logOutput>

+                                    <logFile>${clientLogFile}</logFile>

+                                    -->

+                                </configuration>

+                            </execution>

+        

+                            <!-- Undeploy the CORBA module -->

+                            <execution>

+                                <id>undeploy-ear</id>

+                                <phase>post-integration-test</phase>

+                                <goals>

+                                    <goal>undeploy-module</goal>

+                                </goals>

+                                <configuration>

+                                    <moduleId>${groupId}/${artifactId}/${version}/car</moduleId>

+                                </configuration>

+                            </execution>

+                        </executions>

+                    </plugin>

+        

+                </plugins>

+            </build>

+

+        </profile>

+    </profiles>

+</project>

diff --git a/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml b/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml
index 3d33f8e..ca2229b 100644
--- a/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml
+++ b/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml
@@ -1,42 +1,42 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.testsuite</groupId>
-        <artifactId>corba-marshal</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <artifactId>corba-marshal-ejb</artifactId>
-    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal EJB</name>
-    <packaging>ejb</packaging>
-    <description>Geronimo Marshal Enterprise Stateless EJB</description>
-   
-            <dependencies>
-                <dependency>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-ejb_3.0_spec</artifactId>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one or more

+    contributor license agreements.  See the NOTICE file distributed with

+    this work for additional information regarding copyright ownership.

+    The ASF licenses this file to You under the Apache License, Version 2.0

+    (the "License"); you may not use this file except in compliance with

+    the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+-->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.testsuite</groupId>

+        <artifactId>corba-marshal</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <artifactId>corba-marshal-ejb</artifactId>

+    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal EJB</name>

+    <packaging>ejb</packaging>

+    <description>Geronimo Marshal Enterprise Stateless EJB</description>

+   

+            <dependencies>

+                <dependency>

+                    <groupId>org.apache.geronimo.specs</groupId>

+                    <artifactId>geronimo-ejb_3.0_spec</artifactId>

+                    <scope>provided</scope>

+                </dependency>

+            </dependencies>

+

+</project>

diff --git a/testsuite/corba-testsuite/corba-marshal/pom.xml b/testsuite/corba-testsuite/corba-marshal/pom.xml
index 190c8cd..7bb56e5 100644
--- a/testsuite/corba-testsuite/corba-marshal/pom.xml
+++ b/testsuite/corba-testsuite/corba-marshal/pom.xml
@@ -1,57 +1,57 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.testsuite</groupId>
-        <artifactId>corba-testsuite</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <artifactId>corba-marshal</artifactId>
-    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal</name>
-    <packaging>pom</packaging>
-    <description>Geronimo JEE5 CORBA Marshal Tests</description>
-
-    <profiles>
-        <profile>
-            <id>child</id>
-            <modules>
-                <module>corba-marshal-ejb</module>
-                <module>corba-marshal-client</module>
-                <module>corba-marshal-ear</module>
-            </modules>
-        </profile>
-        
-        <profile>
-            <id>all-subprojects</id>
-            <!-- use for things like versions:set and perhaps release when build has to run on all projects -->
-            <modules>
-                <module>corba-marshal-ejb</module>
-                <module>corba-marshal-client</module>
-                <module>corba-marshal-ear</module>
-            </modules>
-        </profile>
-    </profiles>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one

+    or more contributor license agreements.  See the NOTICE file

+    distributed with this work for additional information

+    regarding copyright ownership.  The ASF licenses this file

+    to you under the Apache License, Version 2.0 (the

+    "License"); you may not use this file except in compliance

+    with the License.  You may obtain a copy of the License at

+

+     http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing,

+    software distributed under the License is distributed on an

+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+    KIND, either express or implied.  See the License for the

+    specific language governing permissions and limitations

+    under the License.

+-->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.testsuite</groupId>

+        <artifactId>corba-testsuite</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <artifactId>corba-marshal</artifactId>

+    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal</name>

+    <packaging>pom</packaging>

+    <description>Geronimo JEE5 CORBA Marshal Tests</description>

+

+    <profiles>

+        <profile>

+            <id>child</id>

+            <modules>

+                <module>corba-marshal-ejb</module>

+                <module>corba-marshal-client</module>

+                <module>corba-marshal-ear</module>

+            </modules>

+        </profile>

+        

+        <profile>

+            <id>all-subprojects</id>

+            <!-- use for things like versions:set and perhaps release when build has to run on all projects -->

+            <modules>

+                <module>corba-marshal-ejb</module>

+                <module>corba-marshal-client</module>

+                <module>corba-marshal-ear</module>

+            </modules>

+        </profile>

+    </profiles>

+

+</project>

diff --git a/testsuite/webservices-testsuite/jaxrpc-tests/jaxrpc-ejb/pom.xml b/testsuite/webservices-testsuite/jaxrpc-tests/jaxrpc-ejb/pom.xml
index f6d99af..2433967 100644
--- a/testsuite/webservices-testsuite/jaxrpc-tests/jaxrpc-ejb/pom.xml
+++ b/testsuite/webservices-testsuite/jaxrpc-tests/jaxrpc-ejb/pom.xml
@@ -1,138 +1,138 @@
-<?xml version="1.0"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<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">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.geronimo.testsuite</groupId>
-        <artifactId>jaxrpc-tests</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <artifactId>jaxrpc-ejb</artifactId>
-    <name>Geronimo TestSuite :: WebServices TestSuite :: JAX-RPC EJB</name>
-    <packaging>jar</packaging>
-
-            <dependencies>
-                <dependency>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-ejb_3.0_spec</artifactId>
-                </dependency>
-        
-                <dependency>
-                    <groupId>org.apache.openejb</groupId>
-                    <artifactId>openejb-core</artifactId>
-                </dependency>
-        
-                <dependency>
-                    <groupId>org.apache.openejb</groupId>
-                    <artifactId>openejb-client</artifactId>
-                </dependency>
-        
-                <dependency>
-                    <groupId>org.apache.geronimo.framework</groupId>
-                    <artifactId>geronimo-kernel</artifactId>
-                    <version>${version}</version>
-                </dependency>
-        
-                <dependency>
-                    <groupId>org.apache.geronimo.framework</groupId>
-                    <artifactId>geronimo-security</artifactId>
-                    <version>${version}</version>
-                </dependency>
-        
-                <dependency>
-                    <groupId>wsdl4j</groupId>
-                    <artifactId>wsdl4j</artifactId>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-
-    <profiles>
-        <profile>
-            <id>child</id>
-                    
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.geronimo.buildsupport</groupId>
-                        <artifactId>testsuite-maven-plugin</artifactId>
-                        <version>${version}</version>
-                        <executions>
-                            <execution>
-                                <id>generate-surefire-xml</id>
-                                <phase>install</phase>
-                                <goals>
-                                    <goal>generate-surefire-xml</goal>
-                                </goals>
-                                <!-- 
-                                Merging the configuration of this plugin with the one it inherits.
-                                Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                                -->
-                                <configuration>
-                                    <grandParent>true</grandParent>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-        
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <systemProperties>
-                                <property>
-                                    <name>webAppName</name>
-                                    <value>greeter</value>
-                                </property>
-                            </systemProperties>
-                        </configuration>
-                    </plugin>
-        
-                    <plugin>
-                        <groupId>org.apache.geronimo.buildsupport</groupId>
-                        <artifactId>geronimo-maven-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>deploy-ejb</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>deploy-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleArchive>${project.build.directory}/${artifactId}-${version}.jar</moduleArchive>
-                                </configuration>
-                            </execution>
-        
-                            <execution>
-                                <id>undeploy-ejb-as-moduleId</id>
-                                <phase>post-integration-test</phase>
-                                <goals>
-                                    <goal>undeploy-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleId>JEE5/JAXRPCEJB/1.1/car</moduleId>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-    
-        </profile>      
-    </profiles>
-</project>
+<?xml version="1.0"?>

+<!--

+  Licensed to the Apache Software Foundation (ASF) under one or more

+  contributor license agreements.  See the NOTICE file distributed with

+  this work for additional information regarding copyright ownership.

+  The ASF licenses this file to You under the Apache License, Version 2.0

+  (the "License"); you may not use this file except in compliance with

+  the License.  You may obtain a copy of the License at

+

+      http://www.apache.org/licenses/LICENSE-2.0

+

+  Unless required by applicable law or agreed to in writing, software

+  distributed under the License is distributed on an "AS IS" BASIS,

+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+  See the License for the specific language governing permissions and

+  limitations under the License.

+-->

+<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">

+    <modelVersion>4.0.0</modelVersion>

+    <parent>

+        <groupId>org.apache.geronimo.testsuite</groupId>

+        <artifactId>jaxrpc-tests</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <artifactId>jaxrpc-ejb</artifactId>

+    <name>Geronimo TestSuite :: WebServices TestSuite :: JAX-RPC EJB</name>

+    <packaging>jar</packaging>

+

+            <dependencies>

+                <dependency>

+                    <groupId>org.apache.geronimo.specs</groupId>

+                    <artifactId>geronimo-ejb_3.0_spec</artifactId>

+                </dependency>

+        

+                <dependency>

+                    <groupId>org.apache.openejb</groupId>

+                    <artifactId>openejb-core</artifactId>

+                </dependency>

+        

+                <dependency>

+                    <groupId>org.apache.openejb</groupId>

+                    <artifactId>openejb-client</artifactId>

+                </dependency>

+        

+                <dependency>

+                    <groupId>org.apache.geronimo.framework</groupId>

+                    <artifactId>geronimo-kernel</artifactId>

+                    <version>${version}</version>

+                </dependency>

+        

+                <dependency>

+                    <groupId>org.apache.geronimo.framework</groupId>

+                    <artifactId>geronimo-security</artifactId>

+                    <version>${version}</version>

+                </dependency>

+        

+                <dependency>

+                    <groupId>wsdl4j</groupId>

+                    <artifactId>wsdl4j</artifactId>

+                    <scope>provided</scope>

+                </dependency>

+            </dependencies>

+

+    <profiles>

+        <profile>

+            <id>child</id>

+                    

+            <build>

+                <plugins>

+                    <plugin>

+                        <groupId>org.apache.geronimo.buildsupport</groupId>

+                        <artifactId>testsuite-maven-plugin</artifactId>

+                        <version>${version}</version>

+                        <executions>

+                            <execution>

+                                <id>generate-surefire-xml</id>

+                                <phase>install</phase>

+                                <goals>

+                                    <goal>generate-surefire-xml</goal>

+                                </goals>

+                                <!-- 

+                                Merging the configuration of this plugin with the one it inherits.

+                                Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.

+                                -->

+                                <configuration>

+                                    <grandParent>true</grandParent>

+                                </configuration>

+                            </execution>

+                        </executions>

+                    </plugin>

+        

+                    <plugin>

+                        <groupId>org.apache.maven.plugins</groupId>

+                        <artifactId>maven-surefire-plugin</artifactId>

+                        <configuration>

+                            <systemProperties>

+                                <property>

+                                    <name>webAppName</name>

+                                    <value>greeter</value>

+                                </property>

+                            </systemProperties>

+                        </configuration>

+                    </plugin>

+        

+                    <plugin>

+                        <groupId>org.apache.geronimo.buildsupport</groupId>

+                        <artifactId>geronimo-maven-plugin</artifactId>

+                        <executions>

+                            <execution>

+                                <id>deploy-ejb</id>

+                                <phase>pre-integration-test</phase>

+                                <goals>

+                                    <goal>deploy-module</goal>

+                                </goals>

+                                <configuration>

+                                    <moduleArchive>${project.build.directory}/${artifactId}-${version}.jar</moduleArchive>

+                                </configuration>

+                            </execution>

+        

+                            <execution>

+                                <id>undeploy-ejb-as-moduleId</id>

+                                <phase>post-integration-test</phase>

+                                <goals>

+                                    <goal>undeploy-module</goal>

+                                </goals>

+                                <configuration>

+                                    <moduleId>JEE5/JAXRPCEJB/1.1/car</moduleId>

+                                </configuration>

+                            </execution>

+                        </executions>

+                    </plugin>

+                </plugins>

+            </build>

+    

+        </profile>      

+    </profiles>

+</project>

diff --git a/testsuite/webservices-testsuite/saaj-tests/pom.xml b/testsuite/webservices-testsuite/saaj-tests/pom.xml
index 3ed5507..3db4cb7 100644
--- a/testsuite/webservices-testsuite/saaj-tests/pom.xml
+++ b/testsuite/webservices-testsuite/saaj-tests/pom.xml
@@ -1,52 +1,52 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-     http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<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">
-    <parent>
-        <artifactId>webservices-testsuite</artifactId>
-        <groupId>org.apache.geronimo.testsuite</groupId>
-        <version>2.1.6</version>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>saaj-tests</artifactId>
-    <packaging>pom</packaging>
-    <name>Geronimo TestSuite :: WebServices TestSuite :: SAAJ</name>
-    <description>Geronimo JEE5 Webservices SAAJ tests</description>
-
-    <profiles>
-        <profile>
-            <id>child</id>
-            <modules>
-                <module>saaj-war</module>
-                <module>saaj-client</module>
-            </modules>
-        </profile>
-        
-        <profile>
-            <id>all-subprojects</id>
-            <!-- use for things like versions:set and perhaps release when build has to run on all projects -->
-            <modules>
-                <module>saaj-war</module>
-                <module>saaj-client</module>
-            </modules>
-        </profile>
-    </profiles>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one

+    or more contributor license agreements.  See the NOTICE file

+    distributed with this work for additional information

+    regarding copyright ownership.  The ASF licenses this file

+    to you under the Apache License, Version 2.0 (the

+    "License"); you may not use this file except in compliance

+    with the License.  You may obtain a copy of the License at

+    

+     http://www.apache.org/licenses/LICENSE-2.0

+    

+    Unless required by applicable law or agreed to in writing,

+    software distributed under the License is distributed on an

+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+    KIND, either express or implied.  See the License for the

+    specific language governing permissions and limitations

+    under the License.

+-->

+<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">

+    <parent>

+        <artifactId>webservices-testsuite</artifactId>

+        <groupId>org.apache.geronimo.testsuite</groupId>

+        <version>2.1.6</version>

+    </parent>

+

+    <modelVersion>4.0.0</modelVersion>

+    <artifactId>saaj-tests</artifactId>

+    <packaging>pom</packaging>

+    <name>Geronimo TestSuite :: WebServices TestSuite :: SAAJ</name>

+    <description>Geronimo JEE5 Webservices SAAJ tests</description>

+

+    <profiles>

+        <profile>

+            <id>child</id>

+            <modules>

+                <module>saaj-war</module>

+                <module>saaj-client</module>

+            </modules>

+        </profile>

+        

+        <profile>

+            <id>all-subprojects</id>

+            <!-- use for things like versions:set and perhaps release when build has to run on all projects -->

+            <modules>

+                <module>saaj-war</module>

+                <module>saaj-client</module>

+            </modules>

+        </profile>

+    </profiles>

+

+</project>

diff --git a/testsuite/webservices-testsuite/saaj-tests/saaj-client/pom.xml b/testsuite/webservices-testsuite/saaj-tests/saaj-client/pom.xml
index 6bf7095..4e652e5 100644
--- a/testsuite/webservices-testsuite/saaj-tests/saaj-client/pom.xml
+++ b/testsuite/webservices-testsuite/saaj-tests/saaj-client/pom.xml
@@ -1,149 +1,149 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-     http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.testsuite</groupId>
-        <artifactId>saaj-tests</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <artifactId>saaj-client</artifactId>
-    <name>Geronimo TestSuite :: WebServices TestSuite :: SAAJ Client</name>
-    <packaging>jar</packaging>
-
-    <description>This project executes testcases for your testsuite</description>
-
-    <properties>
-       <clientLogFile>${basedir}/target/client.log</clientLogFile>
-    </properties>
-
-                    
-            <dependencies>
-                <dependency>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-saaj_1.3_spec</artifactId>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-
-    <profiles>
-        <profile>
-            <id>child</id>
-            
-            <build>
-                <plugins>
-        
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-jar-plugin</artifactId>
-                        <configuration>
-                            <archive>
-                                <manifest>
-                                    <mainClass>org.apache.geronimo.test.SAAJClient</mainClass>
-                                </manifest>
-                            </archive>
-                        </configuration>
-                    </plugin>
-        
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <systemProperties>
-                                <property>
-                                    <name>clientLogFile</name>
-                                    <value>${clientLogFile}</value>
-                                </property>
-                            </systemProperties>
-                        </configuration>
-                    </plugin>
-        
-                    <plugin>
-                        <groupId>org.apache.geronimo.buildsupport</groupId>
-                        <artifactId>testsuite-maven-plugin</artifactId>
-                        <version>${version}</version>
-                        <executions>
-                            <execution>
-                                <id>generate-surefire-xml</id>
-                                <phase>install</phase>
-                                <goals>
-                                    <goal>generate-surefire-xml</goal>
-                                </goals>
-                                <!-- 
-                                Merging the configuration of this plugin with the one it inherits.
-                                Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                                -->
-                                <configuration>
-                                    <grandParent>true</grandParent>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-
-                    <plugin>
-                        <groupId>org.apache.geronimo.buildsupport</groupId>
-                        <artifactId>geronimo-maven-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>deploy-client</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>deploy-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleArchive>${project.build.directory}/${artifactId}-${version}.jar</moduleArchive>
-                                </configuration>
-                            </execution>
-        
-                            <execution>
-                                <phase>pre-integration-test</phase>
-                                <id>run-client</id>
-                                <goals>
-                                    <goal>run-client</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleId>JEE5/SAAJClient/1.1/car</moduleId>
-                                    <logOutput>true</logOutput>
-                                    <logFile>${clientLogFile}</logFile>
-                                </configuration>
-                            </execution>
-        
-                            <execution>
-                                <id>undeploy-client-as-moduleId</id>
-                                <phase>post-integration-test</phase>
-                                <goals>
-                                    <goal>undeploy-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleId>JEE5/SAAJClientServer/1.1/car</moduleId>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-            
-        </profile>      
-    </profiles> 
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one

+    or more contributor license agreements.  See the NOTICE file

+    distributed with this work for additional information

+    regarding copyright ownership.  The ASF licenses this file

+    to you under the Apache License, Version 2.0 (the

+    "License"); you may not use this file except in compliance

+    with the License.  You may obtain a copy of the License at

+    

+     http://www.apache.org/licenses/LICENSE-2.0

+    

+    Unless required by applicable law or agreed to in writing,

+    software distributed under the License is distributed on an

+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+    KIND, either express or implied.  See the License for the

+    specific language governing permissions and limitations

+    under the License.

+-->

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.testsuite</groupId>

+        <artifactId>saaj-tests</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <artifactId>saaj-client</artifactId>

+    <name>Geronimo TestSuite :: WebServices TestSuite :: SAAJ Client</name>

+    <packaging>jar</packaging>

+

+    <description>This project executes testcases for your testsuite</description>

+

+    <properties>

+       <clientLogFile>${basedir}/target/client.log</clientLogFile>

+    </properties>

+

+                    

+            <dependencies>

+                <dependency>

+                    <groupId>org.apache.geronimo.specs</groupId>

+                    <artifactId>geronimo-saaj_1.3_spec</artifactId>

+                    <scope>provided</scope>

+                </dependency>

+            </dependencies>

+

+    <profiles>

+        <profile>

+            <id>child</id>

+            

+            <build>

+                <plugins>

+        

+                    <plugin>

+                        <groupId>org.apache.maven.plugins</groupId>

+                        <artifactId>maven-jar-plugin</artifactId>

+                        <configuration>

+                            <archive>

+                                <manifest>

+                                    <mainClass>org.apache.geronimo.test.SAAJClient</mainClass>

+                                </manifest>

+                            </archive>

+                        </configuration>

+                    </plugin>

+        

+                    <plugin>

+                        <groupId>org.apache.maven.plugins</groupId>

+                        <artifactId>maven-surefire-plugin</artifactId>

+                        <configuration>

+                            <systemProperties>

+                                <property>

+                                    <name>clientLogFile</name>

+                                    <value>${clientLogFile}</value>

+                                </property>

+                            </systemProperties>

+                        </configuration>

+                    </plugin>

+        

+                    <plugin>

+                        <groupId>org.apache.geronimo.buildsupport</groupId>

+                        <artifactId>testsuite-maven-plugin</artifactId>

+                        <version>${version}</version>

+                        <executions>

+                            <execution>

+                                <id>generate-surefire-xml</id>

+                                <phase>install</phase>

+                                <goals>

+                                    <goal>generate-surefire-xml</goal>

+                                </goals>

+                                <!-- 

+                                Merging the configuration of this plugin with the one it inherits.

+                                Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.

+                                -->

+                                <configuration>

+                                    <grandParent>true</grandParent>

+                                </configuration>

+                            </execution>

+                        </executions>

+                    </plugin>

+

+                    <plugin>

+                        <groupId>org.apache.geronimo.buildsupport</groupId>

+                        <artifactId>geronimo-maven-plugin</artifactId>

+                        <executions>

+                            <execution>

+                                <id>deploy-client</id>

+                                <phase>pre-integration-test</phase>

+                                <goals>

+                                    <goal>deploy-module</goal>

+                                </goals>

+                                <configuration>

+                                    <moduleArchive>${project.build.directory}/${artifactId}-${version}.jar</moduleArchive>

+                                </configuration>

+                            </execution>

+        

+                            <execution>

+                                <phase>pre-integration-test</phase>

+                                <id>run-client</id>

+                                <goals>

+                                    <goal>run-client</goal>

+                                </goals>

+                                <configuration>

+                                    <moduleId>JEE5/SAAJClient/1.1/car</moduleId>

+                                    <logOutput>true</logOutput>

+                                    <logFile>${clientLogFile}</logFile>

+                                </configuration>

+                            </execution>

+        

+                            <execution>

+                                <id>undeploy-client-as-moduleId</id>

+                                <phase>post-integration-test</phase>

+                                <goals>

+                                    <goal>undeploy-module</goal>

+                                </goals>

+                                <configuration>

+                                    <moduleId>JEE5/SAAJClientServer/1.1/car</moduleId>

+                                </configuration>

+                            </execution>

+                        </executions>

+                    </plugin>

+                </plugins>

+            </build>

+            

+        </profile>      

+    </profiles> 

+</project>

+

diff --git a/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml b/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml
index bab59c7..b25e21e 100644
--- a/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml
+++ b/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml
@@ -1,119 +1,119 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-     http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.testsuite</groupId>
-        <artifactId>saaj-tests</artifactId>
-        <version>2.1.6</version>
-    </parent>
-
-    <artifactId>saaj-war</artifactId>
-    <name>Geronimo TestSuite :: WebServices TestSuite :: SAAJ WAR</name>
-    <packaging>war</packaging>
-
-    <description>This project executes testcases for your testsuite</description>
-  
-            <dependencies>
-                <dependency>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-saaj_1.3_spec</artifactId>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-    
-    <profiles>
-        <profile>
-            <id>child</id>
-                  
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.geronimo.buildsupport</groupId>
-                        <artifactId>testsuite-maven-plugin</artifactId>
-                        <version>${version}</version>
-                        <executions>
-                            <execution>
-                                <id>generate-surefire-xml</id>
-                                <phase>install</phase>
-                                <goals>
-                                    <goal>generate-surefire-xml</goal>
-                                </goals>
-                                <!-- 
-                                Merging the configuration of this plugin with the one it inherits.
-                                Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                                -->
-                                <configuration>
-                                    <grandParent>true</grandParent>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-        
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <systemProperties>
-                                <property>
-                                    <name>webAppName</name>
-                                    <value>${artifactId}-${version}</value>
-                                </property>
-                            </systemProperties>
-                        </configuration>
-                    </plugin>
-
-                    <plugin>
-                        <groupId>org.apache.geronimo.buildsupport</groupId>
-                        <artifactId>geronimo-maven-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>deploy-wars</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>deploy-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleArchive>${project.build.directory}/${artifactId}-${version}.war</moduleArchive>
-                                </configuration>
-                            </execution>
-                                    
-                            <execution>
-                                <id>undeploy-war-as-moduleId</id>
-                                <phase>post-integration-test</phase>
-                                <goals>
-                                    <goal>undeploy-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleId>JEE5/SAAJServlet/1.1/car</moduleId>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-            
-        </profile>      
-    </profiles> 
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+    Licensed to the Apache Software Foundation (ASF) under one

+    or more contributor license agreements.  See the NOTICE file

+    distributed with this work for additional information

+    regarding copyright ownership.  The ASF licenses this file

+    to you under the Apache License, Version 2.0 (the

+    "License"); you may not use this file except in compliance

+    with the License.  You may obtain a copy of the License at

+    

+     http://www.apache.org/licenses/LICENSE-2.0

+    

+    Unless required by applicable law or agreed to in writing,

+    software distributed under the License is distributed on an

+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+    KIND, either express or implied.  See the License for the

+    specific language governing permissions and limitations

+    under the License.

+-->

+

+<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">

+

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.geronimo.testsuite</groupId>

+        <artifactId>saaj-tests</artifactId>

+        <version>2.1.6</version>

+    </parent>

+

+    <artifactId>saaj-war</artifactId>

+    <name>Geronimo TestSuite :: WebServices TestSuite :: SAAJ WAR</name>

+    <packaging>war</packaging>

+

+    <description>This project executes testcases for your testsuite</description>

+  

+            <dependencies>

+                <dependency>

+                    <groupId>org.apache.geronimo.specs</groupId>

+                    <artifactId>geronimo-saaj_1.3_spec</artifactId>

+                    <scope>provided</scope>

+                </dependency>

+            </dependencies>

+    

+    <profiles>

+        <profile>

+            <id>child</id>

+                  

+            <build>

+                <plugins>

+                    <plugin>

+                        <groupId>org.apache.geronimo.buildsupport</groupId>

+                        <artifactId>testsuite-maven-plugin</artifactId>

+                        <version>${version}</version>

+                        <executions>

+                            <execution>

+                                <id>generate-surefire-xml</id>

+                                <phase>install</phase>

+                                <goals>

+                                    <goal>generate-surefire-xml</goal>

+                                </goals>

+                                <!-- 

+                                Merging the configuration of this plugin with the one it inherits.

+                                Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.

+                                -->

+                                <configuration>

+                                    <grandParent>true</grandParent>

+                                </configuration>

+                            </execution>

+                        </executions>

+                    </plugin>

+        

+                    <plugin>

+                        <groupId>org.apache.maven.plugins</groupId>

+                        <artifactId>maven-surefire-plugin</artifactId>

+                        <configuration>

+                            <systemProperties>

+                                <property>

+                                    <name>webAppName</name>

+                                    <value>${artifactId}-${version}</value>

+                                </property>

+                            </systemProperties>

+                        </configuration>

+                    </plugin>

+

+                    <plugin>

+                        <groupId>org.apache.geronimo.buildsupport</groupId>

+                        <artifactId>geronimo-maven-plugin</artifactId>

+                        <executions>

+                            <execution>

+                                <id>deploy-wars</id>

+                                <phase>pre-integration-test</phase>

+                                <goals>

+                                    <goal>deploy-module</goal>

+                                </goals>

+                                <configuration>

+                                    <moduleArchive>${project.build.directory}/${artifactId}-${version}.war</moduleArchive>

+                                </configuration>

+                            </execution>

+                                    

+                            <execution>

+                                <id>undeploy-war-as-moduleId</id>

+                                <phase>post-integration-test</phase>

+                                <goals>

+                                    <goal>undeploy-module</goal>

+                                </goals>

+                                <configuration>

+                                    <moduleId>JEE5/SAAJServlet/1.1/car</moduleId>

+                                </configuration>

+                            </execution>

+                        </executions>

+                    </plugin>

+                </plugins>

+            </build>

+            

+        </profile>      

+    </profiles> 

+</project>

+