You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ws...@apache.org on 2006/11/10 05:07:21 UTC

svn commit: r473179 - /myfaces/shared/trunk/pom.xml

Author: wsmoak
Date: Thu Nov  9 20:07:20 2006
New Revision: 473179

URL: http://svn.apache.org/viewvc?view=rev&rev=473179
Log:
Update dependency to the latest released API version which has the same groupId as the current snapshot.
Based on a patch by Paul Spencer.
MYFACES-1406

Modified:
    myfaces/shared/trunk/pom.xml

Modified: myfaces/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/pom.xml?view=diff&rev=473179&r1=473178&r2=473179
==============================================================================
--- myfaces/shared/trunk/pom.xml (original)
+++ myfaces/shared/trunk/pom.xml Thu Nov  9 20:07:20 2006
@@ -53,9 +53,9 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>myfaces</groupId>
+      <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.1</version>
+      <version>1.1.4</version>
       <scope>provided</scope>
     </dependency>
     <dependency>