You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2012/11/24 03:49:55 UTC

svn commit: r1413118 - in /myfaces/extensions/validator/branches/branch_for_jsf_2_0: ./ examples/ examples/assembly/ examples/feature-set_01/ examples/feature-set_02/ examples/hello_bean-validation/ examples/hello_world/ test-modules/ test-modules/base...

Author: gpetracek
Date: Sat Nov 24 02:49:51 2012
New Revision: 1413118

URL: http://svn.apache.org/viewvc?rev=1413118&view=rev
Log:
updated config files

Modified:
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/assembly/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/feature-set_01/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/feature-set_02/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/hello_bean-validation/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/hello_world/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/base-test-infrastructure/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/bean-validation-tests/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/core-tests/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/property-validation-tests/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/trinidad-component-support-tests/pom.xml

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/assembly/pom.xml?rev=1413118&r1=1413117&r2=1413118&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/assembly/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/assembly/pom.xml Sat Nov 24 02:49:51 2012
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.6-SNAPSHOT</version>
     </parent>
 
     <build>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/feature-set_01/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/feature-set_01/pom.xml?rev=1413118&r1=1413117&r2=1413118&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/feature-set_01/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/feature-set_01/pom.xml Sat Nov 24 02:49:51 2012
@@ -31,28 +31,28 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.6-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-property-validation</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</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.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/feature-set_02/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/feature-set_02/pom.xml?rev=1413118&r1=1413117&r2=1413118&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/feature-set_02/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/feature-set_02/pom.xml Sat Nov 24 02:49:51 2012
@@ -31,28 +31,28 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.6-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-bean-validation</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</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.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/hello_bean-validation/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/hello_bean-validation/pom.xml?rev=1413118&r1=1413117&r2=1413118&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/hello_bean-validation/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/hello_bean-validation/pom.xml Sat Nov 24 02:49:51 2012
@@ -27,33 +27,33 @@
     <artifactId>examples-hello_bean-validation</artifactId>
 
     <name>MyFaces Extensions-Validator examples hello bean-validation</name>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.6-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.6-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-property-validation</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-bean-validation</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/hello_world/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/hello_world/pom.xml?rev=1413118&r1=1413117&r2=1413118&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/hello_world/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/hello_world/pom.xml Sat Nov 24 02:49:51 2012
@@ -27,26 +27,26 @@
     <artifactId>examples-hello_world</artifactId>
 
     <name>MyFaces Extensions-Validator examples hello world</name>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.6-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.6-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-property-validation</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml?rev=1413118&r1=1413117&r2=1413118&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml Sat Nov 24 02:49:51 2012
@@ -28,14 +28,19 @@
     <artifactId>examples-project</artifactId>
 
     <name>MyFaces Extensions-Validator examples project</name>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.6-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-module</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.6-SNAPSHOT</version>
     </parent>
 
+    <properties>
+        <deploy.skip>true</deploy.skip>
+        <trinidad.version>2.0.0-alpha-2</trinidad.version>
+    </properties>
+
     <repositories>
         <repository>
             <id>jboss</id>
@@ -52,6 +57,13 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>${deploy.skip}</skip> <!-- we don't deploy our samples upstream -->
+                </configuration>
+            </plugin>
+            <plugin>
                 <!--This plugin allows to run the example using mvn jetty:run -->
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>maven-jetty-plugin</artifactId>
@@ -95,9 +107,4 @@
             </build>
         </profile>
     </profiles>
-
-    <properties>
-        <trinidad.version>2.0.0-alpha-2</trinidad.version>
-    </properties>
-
 </project>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/pom.xml?rev=1413118&r1=1413117&r2=1413118&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/pom.xml Sat Nov 24 02:49:51 2012
@@ -72,8 +72,8 @@
         <module>validation-modules</module>
         <module>component-support</module>
 
-		<!--module>test-modules</module>
-        <module>examples</module-->
+		<!--module>test-modules</module-->
+        <module>examples</module>
     </modules>
 
     <build>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/base-test-infrastructure/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/base-test-infrastructure/pom.xml?rev=1413118&r1=1413117&r2=1413118&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/base-test-infrastructure/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/base-test-infrastructure/pom.xml Sat Nov 24 02:49:51 2012
@@ -27,12 +27,12 @@
     <artifactId>myfaces-extval-base-test-infrastructure</artifactId>
 
     <name>MyFaces Extensions-Validator Base-Test-Infrastructure</name>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.6-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
         <artifactId>test-modules-project</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.6-SNAPSHOT</version>
     </parent>
 
 </project>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/bean-validation-tests/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/bean-validation-tests/pom.xml?rev=1413118&r1=1413117&r2=1413118&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/bean-validation-tests/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/bean-validation-tests/pom.xml Sat Nov 24 02:49:51 2012
@@ -27,12 +27,12 @@
     <artifactId>myfaces-extval-bean-validation-tests</artifactId>
 
     <name>MyFaces Extensions-Validator Bean-Validation-Integration-Tests</name>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.6-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
         <artifactId>test-modules-project</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.6-SNAPSHOT</version>
     </parent>
 
     <repositories>
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
             <artifactId>myfaces-extval-base-test-infrastructure</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
             <artifactId>myfaces-extval-core-tests</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
@@ -85,7 +85,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-bean-validation</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
 

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/core-tests/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/core-tests/pom.xml?rev=1413118&r1=1413117&r2=1413118&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/core-tests/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/core-tests/pom.xml Sat Nov 24 02:49:51 2012
@@ -27,19 +27,19 @@
     <artifactId>myfaces-extval-core-tests</artifactId>
 
     <name>MyFaces Extensions-Validator Core-Tests</name>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.6-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
         <artifactId>test-modules-project</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.6-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
             <artifactId>myfaces-extval-base-test-infrastructure</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/pom.xml?rev=1413118&r1=1413117&r2=1413118&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/pom.xml Sat Nov 24 02:49:51 2012
@@ -28,12 +28,12 @@
     <artifactId>test-modules-project</artifactId>
 
     <name>MyFaces Extensions-Validator Test-Modules</name>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.6-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-module</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.6-SNAPSHOT</version>
     </parent>
 
     <modules>
@@ -48,7 +48,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/property-validation-tests/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/property-validation-tests/pom.xml?rev=1413118&r1=1413117&r2=1413118&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/property-validation-tests/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/property-validation-tests/pom.xml Sat Nov 24 02:49:51 2012
@@ -27,19 +27,19 @@
     <artifactId>myfaces-extval-property-validation-tests</artifactId>
 
     <name>MyFaces Extensions-Validator Property-Validation-Tests</name>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.6-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
         <artifactId>test-modules-project</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.6-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
             <artifactId>myfaces-extval-base-test-infrastructure</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
             <artifactId>myfaces-extval-core-tests</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
@@ -55,7 +55,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-property-validation</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/trinidad-component-support-tests/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/trinidad-component-support-tests/pom.xml?rev=1413118&r1=1413117&r2=1413118&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/trinidad-component-support-tests/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/test-modules/trinidad-component-support-tests/pom.xml Sat Nov 24 02:49:51 2012
@@ -27,12 +27,12 @@
     <artifactId>myfaces-extval-trinidad-support-tests</artifactId>
 
     <name>MyFaces Extensions-Validator Trinidad Component-Support-Tests</name>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.6-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
         <artifactId>test-modules-project</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.6-SNAPSHOT</version>
     </parent>
 
 	<!--  Is there a way to synchronize this value with the component support module POM -->
@@ -44,14 +44,14 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
             <artifactId>myfaces-extval-property-validation</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-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.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
             <artifactId>myfaces-extval-core-tests</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator.component-support-modules</groupId>
             <artifactId>myfaces-extval-trinidad-support</artifactId>
-            <version>2.0.5-SNAPSHOT</version>
+            <version>2.0.6-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>