You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2006/02/24 16:30:53 UTC

svn commit: r380691 - /myfaces/tomahawk/branches/1_1_2/core/pom.xml

Author: manolito
Date: Fri Feb 24 07:30:52 2006
New Revision: 380691

URL: http://svn.apache.org/viewcvs?rev=380691&view=rev
Log:
commons --> shared refactoring

Modified:
    myfaces/tomahawk/branches/1_1_2/core/pom.xml

Modified: myfaces/tomahawk/branches/1_1_2/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/branches/1_1_2/core/pom.xml?rev=380691&r1=380690&r2=380691&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_2/core/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_2/core/pom.xml Fri Feb 24 07:30:52 2006
@@ -41,9 +41,9 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.myfaces.commons</groupId>
-      <artifactId>myfaces-commons</artifactId>
-      <version>1.1.3-SNAPSHOT</version>
+      <groupId>org.apache.myfaces.shared</groupId>
+      <artifactId>myfaces-shared</artifactId>
+      <version>1.1.2-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>