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/08/15 20:50:28 UTC

svn commit: r1157944 - in /myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples: hello_bean-validation/pom.xml hello_world/pom.xml

Author: gpetracek
Date: Mon Aug 15 18:50:28 2011
New Revision: 1157944

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

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

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=1157944&r1=1157943&r2=1157944&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 Mon Aug 15 18:50:28 2011
@@ -72,9 +72,9 @@
         </dependency>
 
         <dependency>
-            <groupId>jstl</groupId>
+            <groupId>org.apache.geronimo.bundles</groupId>
             <artifactId>jstl</artifactId>
-            <version>1.2</version>
+            <version>1.2_1</version>
             <scope>runtime</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=1157944&r1=1157943&r2=1157944&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 Mon Aug 15 18:50:28 2011
@@ -65,9 +65,9 @@
         </dependency>
         
         <dependency>
-            <groupId>jstl</groupId>
+            <groupId>org.apache.geronimo.bundles</groupId>
             <artifactId>jstl</artifactId>
-            <version>1.2</version>
+            <version>1.2_1</version>
             <scope>runtime</scope>
         </dependency>