You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2009/11/17 03:25:36 UTC

svn commit: r881101 - /myfaces/shared/trunk_3.0.x/pom.xml

Author: lu4242
Date: Tue Nov 17 02:25:35 2009
New Revision: 881101

URL: http://svn.apache.org/viewvc?rev=881101&view=rev
Log:
update myfaces core dependency to previous release, to solve problem with maven 2.0.10

Modified:
    myfaces/shared/trunk_3.0.x/pom.xml

Modified: myfaces/shared/trunk_3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_3.0.x/pom.xml?rev=881101&r1=881100&r2=881101&view=diff
==============================================================================
--- myfaces/shared/trunk_3.0.x/pom.xml (original)
+++ myfaces/shared/trunk_3.0.x/pom.xml Tue Nov 17 02:25:35 2009
@@ -92,7 +92,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.2.0</version>
+      <version>1.2.7</version>
       <scope>provided</scope>
     </dependency>