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 2010/03/15 21:34:53 UTC

svn commit: r923425 - in /myfaces/extensions/validator/branches/branch_for_jsf_2_0: component-support/generic-support/pom.xml core/pom.xml parent/pom.xml pom.xml validation-modules/bean-validation/pom.xml validation-modules/property-validation/pom.xml

Author: gpetracek
Date: Mon Mar 15 20:34:53 2010
New Revision: 923425

URL: http://svn.apache.org/viewvc?rev=923425&view=rev
Log:
change dependency to myfaces core2

Modified:
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/generic-support/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/bean-validation/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/property-validation/pom.xml

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/generic-support/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/generic-support/pom.xml?rev=923425&r1=923424&r2=923425&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/generic-support/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/generic-support/pom.xml Mon Mar 15 20:34:53 2010
@@ -37,9 +37,9 @@
 
     <dependencies>
         <dependency>
-            <groupId>javax.faces</groupId>
-            <artifactId>jsf-api</artifactId>
-            <version>2.0</version>
+            <groupId>org.apache.myfaces.core</groupId>
+            <artifactId>myfaces-api</artifactId>
+            <version>${jsf.version}</version>
             <scope>provided</scope>
         </dependency>
 

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/pom.xml?rev=923425&r1=923424&r2=923425&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/core/pom.xml Mon Mar 15 20:34:53 2010
@@ -42,9 +42,9 @@
     
     <dependencies>
         <dependency>
-            <groupId>javax.faces</groupId>
-            <artifactId>jsf-api</artifactId>
-            <version>2.0</version>
+            <groupId>org.apache.myfaces.core</groupId>
+            <artifactId>myfaces-api</artifactId>
+            <version>${jsf.version}</version>
             <scope>provided</scope>
         </dependency>
 

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent/pom.xml?rev=923425&r1=923424&r2=923425&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/parent/pom.xml Mon Mar 15 20:34:53 2010
@@ -275,6 +275,6 @@
     </profiles>
 
     <properties>
-        <jsf.version>1.2.4</jsf.version>
+        <jsf.version>2.0.0-beta-2</jsf.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=923425&r1=923424&r2=923425&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 Mon Mar 15 20:34:53 2010
@@ -98,6 +98,6 @@
     </profiles>
     
     <properties>
-        <jsf.version>1.2.4</jsf.version>
+        <jsf.version>2.0.0-beta-2</jsf.version>
     </properties>
 </project>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/bean-validation/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/bean-validation/pom.xml?rev=923425&r1=923424&r2=923425&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/bean-validation/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/bean-validation/pom.xml Mon Mar 15 20:34:53 2010
@@ -74,9 +74,9 @@
         </dependency>
 
         <dependency>
-            <groupId>javax.faces</groupId>
-            <artifactId>jsf-api</artifactId>
-            <version>2.0</version>
+            <groupId>org.apache.myfaces.core</groupId>
+            <artifactId>myfaces-api</artifactId>
+            <version>${jsf.version}</version>
             <scope>provided</scope>
         </dependency>
 

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/property-validation/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/property-validation/pom.xml?rev=923425&r1=923424&r2=923425&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/property-validation/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/validation-modules/property-validation/pom.xml Mon Mar 15 20:34:53 2010
@@ -49,9 +49,9 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>javax.faces</groupId>
-            <artifactId>jsf-api</artifactId>
-            <version>2.0</version>
+            <groupId>org.apache.myfaces.core</groupId>
+            <artifactId>myfaces-api</artifactId>
+            <version>${jsf.version}</version>
             <scope>provided</scope>
         </dependency>