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 2011/02/24 10:21:43 UTC

svn commit: r1074084 - in /myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples: assembly/pom.xml feature-set_01/pom.xml feature-set_02/pom.xml hello_bean-validation/pom.xml hello_world/pom.xml pom.xml

Author: gpetracek
Date: Thu Feb 24 09:21:43 2011
New Revision: 1074084

URL: http://svn.apache.org/viewvc?rev=1074084&view=rev
Log:
updated version numbers

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

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=1074084&r1=1074083&r2=1074084&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 Thu Feb 24 09:21:43 2011
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>2.0.4-SNAPSHOT</version>
+        <version>2.0.5-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=1074084&r1=1074083&r2=1074084&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 Thu Feb 24 09:21:43 2011
@@ -31,28 +31,28 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>2.0.4-SNAPSHOT</version>
+        <version>2.0.5-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.4-SNAPSHOT</version>
+            <version>2.0.5-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.4-SNAPSHOT</version>
+            <version>2.0.5-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.4-SNAPSHOT</version>
+            <version>2.0.5-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=1074084&r1=1074083&r2=1074084&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 Thu Feb 24 09:21:43 2011
@@ -31,28 +31,28 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>2.0.4-SNAPSHOT</version>
+        <version>2.0.5-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.4-SNAPSHOT</version>
+            <version>2.0.5-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.4-SNAPSHOT</version>
+            <version>2.0.5-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.4-SNAPSHOT</version>
+            <version>2.0.5-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=1074084&r1=1074083&r2=1074084&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 Thu Feb 24 09:21:43 2011
@@ -27,33 +27,33 @@
     <artifactId>examples-hello_bean-validation</artifactId>
 
     <name>MyFaces Extensions-Validator examples hello bean-validation</name>
-    <version>2.0.4-SNAPSHOT</version>
+    <version>2.0.5-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>2.0.4-SNAPSHOT</version>
+        <version>2.0.5-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.4-SNAPSHOT</version>
+            <version>2.0.5-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.4-SNAPSHOT</version>
+            <version>2.0.5-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.4-SNAPSHOT</version>
+            <version>2.0.5-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=1074084&r1=1074083&r2=1074084&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 Thu Feb 24 09:21:43 2011
@@ -27,26 +27,26 @@
     <artifactId>examples-hello_world</artifactId>
 
     <name>MyFaces Extensions-Validator examples hello world</name>
-    <version>2.0.4-SNAPSHOT</version>
+    <version>2.0.5-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator.examples</groupId>
         <artifactId>examples-project</artifactId>
-        <version>2.0.4-SNAPSHOT</version>
+        <version>2.0.5-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>2.0.4-SNAPSHOT</version>
+            <version>2.0.5-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.4-SNAPSHOT</version>
+            <version>2.0.5-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=1074084&r1=1074083&r2=1074084&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 Thu Feb 24 09:21:43 2011
@@ -28,12 +28,12 @@
     <artifactId>examples-project</artifactId>
 
     <name>MyFaces Extensions-Validator examples project</name>
-    <version>2.0.4-SNAPSHOT</version>
+    <version>2.0.5-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.myfaces.extensions.validator</groupId>
         <artifactId>myfaces-extval-module</artifactId>
-        <version>2.0.4-SNAPSHOT</version>
+        <version>2.0.5-SNAPSHOT</version>
     </parent>
 
     <repositories>
@@ -66,8 +66,8 @@
     <modules>
         <module>hello_world</module>
         <module>hello_bean-validation</module>
-        <!--module>feature-set_01</module-->
-        <!--module>feature-set_02</module-->
+        <module>feature-set_01</module>
+        <module>feature-set_02</module>
     </modules>
 
     <profiles>