[maven-release-plugin] prepare release extval-2.0.7

git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0@1451048 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assembly/pom.xml b/assembly/pom.xml
index d694e6a..0936a01 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-module</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.7</version>
     </parent>
 
     <build>
diff --git a/component-support/generic-support/pom.xml b/component-support/generic-support/pom.xml
index de95a96..bb4b124 100644
--- a/component-support/generic-support/pom.xml
+++ b/component-support/generic-support/pom.xml
@@ -25,12 +25,12 @@
     <artifactId>myfaces-extval-generic-support</artifactId>
 
     <name>MyFaces Extensions-Validator Generic Support Module</name>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.7</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.component-support-modules</groupId>
         <artifactId>component-support-modules-project</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.7</version>
     </parent>
 
     <dependencies>
diff --git a/component-support/pom.xml b/component-support/pom.xml
index ecf0b1a..d2fe7c2 100644
--- a/component-support/pom.xml
+++ b/component-support/pom.xml
@@ -26,7 +26,7 @@
     <artifactId>component-support-modules-project</artifactId>
 
     <name>MyFaces Extensions-Validator Component-Support Modules</name>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.7</version>
 
     <!-- important for site paths -->
     <url>http://myfaces.apache.org/extensions/validator20/component-support-modules-project/</url>
@@ -34,7 +34,7 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-module</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.7</version>
     </parent>
 
     <modules>
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>
diff --git a/component-support/trinidad-support/pom.xml b/component-support/trinidad-support/pom.xml
index 5043ce6..151370c 100644
--- a/component-support/trinidad-support/pom.xml
+++ b/component-support/trinidad-support/pom.xml
@@ -25,12 +25,12 @@
     <artifactId>myfaces-extval-trinidad-support</artifactId>
 
     <name>MyFaces Extensions-Validator Trinidad Support Module</name>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.7</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.component-support-modules</groupId>
         <artifactId>component-support-modules-project</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.7</version>
     </parent>
 
     <dependencies>
diff --git a/core/pom.xml b/core/pom.xml
index f8b4f89..fb77a55 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-module</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.7</version>
     </parent>
 
     <groupId>org.apache.myfaces.extensions.validator</groupId>
     <artifactId>myfaces-extval-core</artifactId>
     <name>MyFaces Extensions-Validator Core</name>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.7</version>
     <packaging>jar</packaging>
 
     <dependencies>
diff --git a/examples/feature-set_01/pom.xml b/examples/feature-set_01/pom.xml
index b1b53db..9e8720e 100644
--- a/examples/feature-set_01/pom.xml
+++ b/examples/feature-set_01/pom.xml
@@ -29,28 +29,28 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.7</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-property-validation</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.component-support-modules</groupId>
             <artifactId>myfaces-extval-trinidad-support</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
 
diff --git a/examples/feature-set_02/pom.xml b/examples/feature-set_02/pom.xml
index b8bf516..88ee45a 100644
--- a/examples/feature-set_02/pom.xml
+++ b/examples/feature-set_02/pom.xml
@@ -29,28 +29,28 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.7</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-bean-validation</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.component-support-modules</groupId>
             <artifactId>myfaces-extval-trinidad-support</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
 
diff --git a/examples/hello_bean-validation/pom.xml b/examples/hello_bean-validation/pom.xml
index 07e9599..25fc4a6 100644
--- a/examples/hello_bean-validation/pom.xml
+++ b/examples/hello_bean-validation/pom.xml
@@ -25,33 +25,33 @@
     <artifactId>examples-hello_bean-validation</artifactId>
 
     <name>MyFaces Extensions-Validator examples hello bean-validation</name>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.7</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.7</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-property-validation</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-bean-validation</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
 
diff --git a/examples/hello_world/pom.xml b/examples/hello_world/pom.xml
index a517aec..9af1c2a 100644
--- a/examples/hello_world/pom.xml
+++ b/examples/hello_world/pom.xml
@@ -25,26 +25,26 @@
     <artifactId>examples-hello_world</artifactId>
 
     <name>MyFaces Extensions-Validator examples hello world</name>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.7</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.7</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-property-validation</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
         
diff --git a/examples/pom.xml b/examples/pom.xml
index 78c0768..67e721d 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -26,12 +26,12 @@
     <artifactId>examples-project</artifactId>
 
     <name>MyFaces Extensions-Validator examples project</name>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.7</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-module</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.7</version>
     </parent>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 642f084..6b44988 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,15 +28,15 @@
 
     <groupId>org.apache.myfaces.extensions.validator</groupId>
     <artifactId>myfaces-extval-module</artifactId>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.7</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Extensions-Validator Module</name>
     <url>http://myfaces.apache.org/extensions/validator20/</url>  <!-- must end with / for correct site paths -->
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/tags/extval-2.0.7</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/tags/extval-2.0.7</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/tags/extval-2.0.7</url>
     </scm>
 <!--
     <distributionManagement>
diff --git a/test-modules/base-test-infrastructure/pom.xml b/test-modules/base-test-infrastructure/pom.xml
index 5282329..7452c72 100644
--- a/test-modules/base-test-infrastructure/pom.xml
+++ b/test-modules/base-test-infrastructure/pom.xml
@@ -1,38 +1,36 @@
-<?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>

-    <packaging>jar</packaging>

-

-    <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-    <artifactId>myfaces-extval-base-test-infrastructure</artifactId>

-

-    <name>MyFaces Extensions-Validator Base-Test-Infrastructure</name>

-    <version>2.0.7-SNAPSHOT</version>

-

-    <parent>

-        <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-        <artifactId>test-modules-project</artifactId>

-        <version>2.0.7-SNAPSHOT</version>

-    </parent>

-

-</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>
+    <packaging>jar</packaging>
+
+    <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+    <artifactId>myfaces-extval-base-test-infrastructure</artifactId>
+
+    <name>MyFaces Extensions-Validator Base-Test-Infrastructure</name>
+    <version>2.0.7</version>
+
+    <parent>
+        <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+        <artifactId>test-modules-project</artifactId>
+        <version>2.0.7</version>
+    </parent>
+
+</project>
diff --git a/test-modules/bean-validation-tests/pom.xml b/test-modules/bean-validation-tests/pom.xml
index 1a6abe1..e5a28f1 100644
--- a/test-modules/bean-validation-tests/pom.xml
+++ b/test-modules/bean-validation-tests/pom.xml
@@ -1,110 +1,108 @@
-<?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>

-    <packaging>jar</packaging>

-

-    <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-    <artifactId>myfaces-extval-bean-validation-tests</artifactId>

-

-    <name>MyFaces Extensions-Validator Bean-Validation-Integration-Tests</name>

-    <version>2.0.7-SNAPSHOT</version>

-

-    <parent>

-        <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-        <artifactId>test-modules-project</artifactId>

-        <version>2.0.7-SNAPSHOT</version>

-    </parent>

-

-    <repositories>

-        <repository>

-            <id>jboss</id>

-            <url>http://repository.jboss.com/maven2</url>

-            <releases>

-                <enabled>true</enabled>

-            </releases>

-            <snapshots>

-                <enabled>false</enabled>

-            </snapshots>

-        </repository>

-        <repository>

-            <id>jboss-snapshot</id>

-            <url>http://snapshots.jboss.org/maven2</url>

-            <releases>

-                <enabled>true</enabled>

-            </releases>

-            <snapshots>

-                <enabled>true</enabled>

-            </snapshots>

-        </repository>

-    </repositories>

-

-    <dependencies>

-        <dependency>

-            <groupId>javax.validation</groupId>

-            <artifactId>validation-api</artifactId>

-            <version>1.0.0.GA</version>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-            <artifactId>myfaces-extval-base-test-infrastructure</artifactId>

-            <version>2.0.7-SNAPSHOT</version>

-            <type>test-jar</type>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-            <artifactId>myfaces-extval-core-tests</artifactId>

-            <version>2.0.7-SNAPSHOT</version>

-            <type>test-jar</type>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>

-            <artifactId>myfaces-extval-bean-validation</artifactId>

-            <version>2.0.7-SNAPSHOT</version>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.hibernate</groupId>

-            <artifactId>hibernate-validator</artifactId>

-            <version>4.0.0.GA</version>

-        </dependency>

-

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-api</artifactId>

-            <version>1.4.2</version>

-        </dependency>

-

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-log4j12</artifactId>

-            <version>1.4.2</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.
+-->
+<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>
+    <packaging>jar</packaging>
+
+    <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+    <artifactId>myfaces-extval-bean-validation-tests</artifactId>
+
+    <name>MyFaces Extensions-Validator Bean-Validation-Integration-Tests</name>
+    <version>2.0.7</version>
+
+    <parent>
+        <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+        <artifactId>test-modules-project</artifactId>
+        <version>2.0.7</version>
+    </parent>
+
+    <repositories>
+        <repository>
+            <id>jboss</id>
+            <url>http://repository.jboss.com/maven2</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>jboss-snapshot</id>
+            <url>http://snapshots.jboss.org/maven2</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+
+    <dependencies>
+        <dependency>
+            <groupId>javax.validation</groupId>
+            <artifactId>validation-api</artifactId>
+            <version>1.0.0.GA</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+            <artifactId>myfaces-extval-base-test-infrastructure</artifactId>
+            <version>2.0.7</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+            <artifactId>myfaces-extval-core-tests</artifactId>
+            <version>2.0.7</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
+            <artifactId>myfaces-extval-bean-validation</artifactId>
+            <version>2.0.7</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-validator</artifactId>
+            <version>4.0.0.GA</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>1.4.2</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+            <version>1.4.2</version>
+        </dependency>
+    </dependencies>
+</project>
diff --git a/test-modules/core-tests/pom.xml b/test-modules/core-tests/pom.xml
index 7a2d3f1..c2cd518 100644
--- a/test-modules/core-tests/pom.xml
+++ b/test-modules/core-tests/pom.xml
@@ -1,47 +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.

--->

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

-    <packaging>jar</packaging>

-

-    <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-    <artifactId>myfaces-extval-core-tests</artifactId>

-

-    <name>MyFaces Extensions-Validator Core-Tests</name>

-    <version>2.0.7-SNAPSHOT</version>

-

-    <parent>

-        <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-        <artifactId>test-modules-project</artifactId>

-        <version>2.0.7-SNAPSHOT</version>

-    </parent>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-            <artifactId>myfaces-extval-base-test-infrastructure</artifactId>

-            <version>2.0.7-SNAPSHOT</version>

-            <type>test-jar</type>

-            <scope>test</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>
+    <packaging>jar</packaging>
+
+    <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+    <artifactId>myfaces-extval-core-tests</artifactId>
+
+    <name>MyFaces Extensions-Validator Core-Tests</name>
+    <version>2.0.7</version>
+
+    <parent>
+        <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+        <artifactId>test-modules-project</artifactId>
+        <version>2.0.7</version>
+    </parent>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+            <artifactId>myfaces-extval-base-test-infrastructure</artifactId>
+            <version>2.0.7</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+</project>
diff --git a/test-modules/pom.xml b/test-modules/pom.xml
index 1ef7fbd..b6a2fcf 100644
--- a/test-modules/pom.xml
+++ b/test-modules/pom.xml
@@ -1,180 +1,178 @@
-<?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>

-

-    <packaging>pom</packaging>

-

-    <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-    <artifactId>test-modules-project</artifactId>

-

-    <name>MyFaces Extensions-Validator Test-Modules</name>

-    <version>2.0.7-SNAPSHOT</version>

-

-    <parent>

-        <groupId>org.apache.myfaces.extensions.validator</groupId>

-        <artifactId>myfaces-extval-module</artifactId>

-        <version>2.0.7-SNAPSHOT</version>

-    </parent>

-

-    <properties>

-        <deploy.skip>false</deploy.skip>

-    </properties>

-

-    <modules>

-        <module>base-test-infrastructure</module>

-        <module>core-tests</module>

-        <module>property-validation-tests</module>

-        <module>bean-validation-tests</module>

-		<module>trinidad-component-support-tests</module>

-    </modules>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.myfaces.extensions.validator</groupId>

-            <artifactId>myfaces-extval-core</artifactId>

-            <version>2.0.7-SNAPSHOT</version>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.myfaces.core</groupId>

-            <artifactId>myfaces-api</artifactId>

-            <version>${jsf.version}</version>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.myfaces.core</groupId>

-            <artifactId>myfaces-impl</artifactId>

-            <version>${jsf.version}</version>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>servlet-api</artifactId>

-            <version>2.5</version>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>javax.servlet.jsp</groupId>

-            <artifactId>jsp-api</artifactId>

-            <version>2.1</version>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.myfaces.test</groupId>

-            <artifactId>myfaces-test20</artifactId>

-            <version>1.0.4</version>

-            <scope>test</scope>

-        </dependency>

-		

-    </dependencies>

-

-    <build>

-        <resources>

-            <resource>

-                <directory>src/main/config</directory>

-                <includes>

-                    <include>**/*xml</include>

-                </includes>

-                <targetPath>/META-INF</targetPath>

-            </resource>

-            <resource>

-                <directory>src/main/resources</directory>

-                <includes>

-                    <include>LICENSE.txt</include>

-                    <include>NOTICE.txt</include>

-                </includes>

-                <targetPath>/META-INF</targetPath>

-            </resource>

-            <resource>

-                <directory>src/main/java</directory>

-                <includes>

-                    <include>**/*properties</include>

-                </includes>

-            </resource>

-        </resources>

-        <plugins>

-            <plugin>

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

-                <artifactId>maven-deploy-plugin</artifactId>

-                <configuration>

-                    <skip>${deploy.skip}</skip> <!-- we don't deploy test modules -->

-                </configuration>

-            </plugin>

-            <plugin>

-                <inherited>true</inherited>

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

-                <artifactId>maven-source-plugin</artifactId>

-

-                <executions>

-                    <execution>

-                        <id>attach-sources</id>

-                        <goals>

-                            <goal>jar</goal>

-                            <goal>test-jar</goal>

-                        </goals>

-                    </execution>

-                </executions>

-            </plugin>

-

-            <plugin>

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

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

-                <version>2.2</version>

-                <executions>

-                    <execution>

-                        <goals>

-                            <goal>test-jar</goal>

-                        </goals>

-                    </execution>

-                </executions>

-            </plugin>

-

-            <plugin>

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

-                <version>2.4.2</version>

-                <configuration>

-                    <excludes>

-                        <exclude>**/Abstract*.java</exclude>

-                        <exclude>**/Base*.java</exclude>

-                        <exclude>**/TestUtils.java</exclude>

-                        <exclude>**/*Bean.java</exclude>

-                    </excludes>

-                    <useSystemClassLoader>true</useSystemClassLoader>

-                    <forkMode>once</forkMode>

-                    <argLine>-Xmx1024m -XX:MaxPermSize=512m</argLine>

-                </configuration>

-            </plugin>

-            <plugin>

-                <!-- Set compile source at 1.6 -->

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

-                <artifactId>maven-compiler-plugin</artifactId>

-                <configuration>

-                    <source>1.5</source>

-                    <target>1.5</target>

-                    <optimize>false</optimize>

-                </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.
+-->
+<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>
+
+    <packaging>pom</packaging>
+
+    <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+    <artifactId>test-modules-project</artifactId>
+
+    <name>MyFaces Extensions-Validator Test-Modules</name>
+    <version>2.0.7</version>
+
+    <parent>
+        <groupId>org.apache.myfaces.extensions.validator</groupId>
+        <artifactId>myfaces-extval-module</artifactId>
+        <version>2.0.7</version>
+    </parent>
+
+    <properties>
+        <deploy.skip>false</deploy.skip>
+    </properties>
+
+    <modules>
+        <module>base-test-infrastructure</module>
+        <module>core-tests</module>
+        <module>property-validation-tests</module>
+        <module>bean-validation-tests</module>
+		<module>trinidad-component-support-tests</module>
+    </modules>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.myfaces.extensions.validator</groupId>
+            <artifactId>myfaces-extval-core</artifactId>
+            <version>2.0.7</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.myfaces.core</groupId>
+            <artifactId>myfaces-api</artifactId>
+            <version>${jsf.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.myfaces.core</groupId>
+            <artifactId>myfaces-impl</artifactId>
+            <version>${jsf.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.5</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet.jsp</groupId>
+            <artifactId>jsp-api</artifactId>
+            <version>2.1</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.myfaces.test</groupId>
+            <artifactId>myfaces-test20</artifactId>
+            <version>1.0.4</version>
+            <scope>test</scope>
+        </dependency>
+		
+    </dependencies>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>src/main/config</directory>
+                <includes>
+                    <include>**/*xml</include>
+                </includes>
+                <targetPath>/META-INF</targetPath>
+            </resource>
+            <resource>
+                <directory>src/main/resources</directory>
+                <includes>
+                    <include>LICENSE.txt</include>
+                    <include>NOTICE.txt</include>
+                </includes>
+                <targetPath>/META-INF</targetPath>
+            </resource>
+            <resource>
+                <directory>src/main/java</directory>
+                <includes>
+                    <include>**/*properties</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>${deploy.skip}</skip> <!-- we don't deploy test modules -->
+                </configuration>
+            </plugin>
+            <plugin>
+                <inherited>true</inherited>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+
+                <executions>
+                    <execution>
+                        <id>attach-sources</id>
+                        <goals>
+                            <goal>jar</goal>
+                            <goal>test-jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <version>2.2</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>test-jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.4.2</version>
+                <configuration>
+                    <excludes>
+                        <exclude>**/Abstract*.java</exclude>
+                        <exclude>**/Base*.java</exclude>
+                        <exclude>**/TestUtils.java</exclude>
+                        <exclude>**/*Bean.java</exclude>
+                    </excludes>
+                    <useSystemClassLoader>true</useSystemClassLoader>
+                    <forkMode>once</forkMode>
+                    <argLine>-Xmx1024m -XX:MaxPermSize=512m</argLine>
+                </configuration>
+            </plugin>
+            <plugin>
+                <!-- Set compile source at 1.6 -->
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                    <optimize>false</optimize>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
diff --git a/test-modules/property-validation-tests/pom.xml b/test-modules/property-validation-tests/pom.xml
index 28a15cf..26d929f 100644
--- a/test-modules/property-validation-tests/pom.xml
+++ b/test-modules/property-validation-tests/pom.xml
@@ -1,62 +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.

--->

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

-    <packaging>jar</packaging>

-

-    <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-    <artifactId>myfaces-extval-property-validation-tests</artifactId>

-

-    <name>MyFaces Extensions-Validator Property-Validation-Tests</name>

-    <version>2.0.7-SNAPSHOT</version>

-

-    <parent>

-        <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-        <artifactId>test-modules-project</artifactId>

-        <version>2.0.7-SNAPSHOT</version>

-    </parent>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-            <artifactId>myfaces-extval-base-test-infrastructure</artifactId>

-            <version>2.0.7-SNAPSHOT</version>

-            <type>test-jar</type>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-            <artifactId>myfaces-extval-core-tests</artifactId>

-            <version>2.0.7-SNAPSHOT</version>

-            <type>test-jar</type>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>

-            <artifactId>myfaces-extval-property-validation</artifactId>

-            <version>2.0.7-SNAPSHOT</version>

-            <scope>test</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>
+    <packaging>jar</packaging>
+
+    <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+    <artifactId>myfaces-extval-property-validation-tests</artifactId>
+
+    <name>MyFaces Extensions-Validator Property-Validation-Tests</name>
+    <version>2.0.7</version>
+
+    <parent>
+        <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+        <artifactId>test-modules-project</artifactId>
+        <version>2.0.7</version>
+    </parent>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+            <artifactId>myfaces-extval-base-test-infrastructure</artifactId>
+            <version>2.0.7</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+            <artifactId>myfaces-extval-core-tests</artifactId>
+            <version>2.0.7</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
+            <artifactId>myfaces-extval-property-validation</artifactId>
+            <version>2.0.7</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+</project>
diff --git a/test-modules/trinidad-component-support-tests/pom.xml b/test-modules/trinidad-component-support-tests/pom.xml
index f8bfe9d..3dac065 100644
--- a/test-modules/trinidad-component-support-tests/pom.xml
+++ b/test-modules/trinidad-component-support-tests/pom.xml
@@ -1,89 +1,87 @@
-<?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>

-    <packaging>jar</packaging>

-

-    <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-    <artifactId>myfaces-extval-trinidad-support-tests</artifactId>

-

-    <name>MyFaces Extensions-Validator Trinidad Component-Support-Tests</name>

-    <version>2.0.7-SNAPSHOT</version>

-

-    <parent>

-        <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-        <artifactId>test-modules-project</artifactId>

-        <version>2.0.7-SNAPSHOT</version>

-    </parent>

-

-	<!--  Is there a way to synchronize this value with the component support module POM -->

-    <properties>

-        <trinidad.version>2.0.0</trinidad.version>

-    </properties>

-    

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>

-            <artifactId>myfaces-extval-property-validation</artifactId>

-            <version>2.0.7-SNAPSHOT</version>

-            <scope>test</scope>

-        </dependency>

-        

-        <dependency>

-            <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-            <artifactId>myfaces-extval-base-test-infrastructure</artifactId>

-            <version>2.0.7-SNAPSHOT</version>

-            <type>test-jar</type>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>

-            <artifactId>myfaces-extval-core-tests</artifactId>

-            <version>2.0.7-SNAPSHOT</version>

-            <type>test-jar</type>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.myfaces.extensions.validator.component-support-modules</groupId>

-            <artifactId>myfaces-extval-trinidad-support</artifactId>

-            <version>2.0.7-SNAPSHOT</version>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.myfaces.trinidad</groupId>

-            <artifactId>trinidad-api</artifactId>

-            <version>${trinidad.version}</version>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.myfaces.trinidad</groupId>

-            <artifactId>trinidad-impl</artifactId>

-            <version>${trinidad.version}</version>

-            <scope>test</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>
+    <packaging>jar</packaging>
+
+    <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+    <artifactId>myfaces-extval-trinidad-support-tests</artifactId>
+
+    <name>MyFaces Extensions-Validator Trinidad Component-Support-Tests</name>
+    <version>2.0.7</version>
+
+    <parent>
+        <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+        <artifactId>test-modules-project</artifactId>
+        <version>2.0.7</version>
+    </parent>
+
+	<!--  Is there a way to synchronize this value with the component support module POM -->
+    <properties>
+        <trinidad.version>2.0.0</trinidad.version>
+    </properties>
+    
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
+            <artifactId>myfaces-extval-property-validation</artifactId>
+            <version>2.0.7</version>
+            <scope>test</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+            <artifactId>myfaces-extval-base-test-infrastructure</artifactId>
+            <version>2.0.7</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
+            <artifactId>myfaces-extval-core-tests</artifactId>
+            <version>2.0.7</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.myfaces.extensions.validator.component-support-modules</groupId>
+            <artifactId>myfaces-extval-trinidad-support</artifactId>
+            <version>2.0.7</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.myfaces.trinidad</groupId>
+            <artifactId>trinidad-api</artifactId>
+            <version>${trinidad.version}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.myfaces.trinidad</groupId>
+            <artifactId>trinidad-impl</artifactId>
+            <version>${trinidad.version}</version>
+            <scope>test</scope>
+        </dependency>
+            
+    </dependencies>
+</project>
diff --git a/validation-modules/bean-validation/pom.xml b/validation-modules/bean-validation/pom.xml
index 702cde9..0d658af 100644
--- a/validation-modules/bean-validation/pom.xml
+++ b/validation-modules/bean-validation/pom.xml
@@ -25,12 +25,12 @@
     <artifactId>myfaces-extval-bean-validation</artifactId>
 
     <name>MyFaces Extensions-Validator Bean-Validation-Integration-Module (JSR 303)</name>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.7</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
         <artifactId>validation-modules-project</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.7</version>
     </parent>
 
     <repositories>
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
diff --git a/validation-modules/pom.xml b/validation-modules/pom.xml
index 505f9e1..f404475 100644
--- a/validation-modules/pom.xml
+++ b/validation-modules/pom.xml
@@ -26,7 +26,7 @@
     <artifactId>validation-modules-project</artifactId>
 
     <name>MyFaces Extensions-Validator Validation-Modules</name>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.7</version>
 
     <!-- important for site paths -->
     <url>http://myfaces.apache.org/extensions/validator20/validation-modules-project/</url>
@@ -34,7 +34,7 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-module</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.7</version>
     </parent>
 
     <modules>
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>
diff --git a/validation-modules/property-validation/pom.xml b/validation-modules/property-validation/pom.xml
index 529b096..e082303 100644
--- a/validation-modules/property-validation/pom.xml
+++ b/validation-modules/property-validation/pom.xml
@@ -25,19 +25,19 @@
     <artifactId>myfaces-extval-property-validation</artifactId>
 
     <name>MyFaces Extensions-Validator Property-Validation-Module</name>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.7</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
         <artifactId>validation-modules-project</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.7</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.7</version>
             <scope>compile</scope>
         </dependency>
         <dependency>