You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/04/24 04:06:17 UTC

svn commit: r396377 - /myfaces/core/branches/1_1_3/impl/pom.xml

Author: schof
Date: Sun Apr 23 19:06:15 2006
New Revision: 396377

URL: http://svn.apache.org/viewcvs?rev=396377&view=rev
Log:
changed myfaces-api dependency to the last official core release

Modified:
    myfaces/core/branches/1_1_3/impl/pom.xml

Modified: myfaces/core/branches/1_1_3/impl/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/impl/pom.xml?rev=396377&r1=396376&r2=396377&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_3/impl/pom.xml Sun Apr 23 19:06:15 2006
@@ -26,9 +26,9 @@
   <dependencies>
 
     <dependency>
-      <groupId>myfaces</groupId>
+      <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.1</version>
+      <version>1.1.2</version>
       <scope>provided</scope>
     </dependency>