Author: mrdon Date: Sat May 20 23:28:30 2006 New Revision: 408141 URL: http://svn.apache.org/viewvc?rev=408141&view=rev Log: Fixing myfaces dependencies to use 1.1.2 and correct group id
Modified: struts/action2/trunk/apps/showcase/pom.xml struts/action2/trunk/core/pom.xml Modified: struts/action2/trunk/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/action2/trunk/apps/showcase/pom.xml?rev=408141&r1=408140&r2=408141&view=diff ============================================================================== --- struts/action2/trunk/apps/showcase/pom.xml (original) +++ struts/action2/trunk/apps/showcase/pom.xml Sat May 20 23:28:30 2006 @@ -85,12 +85,12 @@ </dependency> <dependency> - <groupId>myfaces</groupId> + <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-impl</artifactId> <version>1.1.2</version> </dependency> <dependency> - <groupId>myfaces</groupId> + <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-api</artifactId> <version>1.1.2</version> </dependency> Modified: struts/action2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/action2/trunk/core/pom.xml?rev=408141&r1=408140&r2=408141&view=diff ============================================================================== --- struts/action2/trunk/core/pom.xml (original) +++ struts/action2/trunk/core/pom.xml Sat May 20 23:28:30 2006 @@ -260,9 +260,9 @@ </dependency> <dependency> - <groupId>myfaces</groupId> - <artifactId>myfaces-jsf-api</artifactId> - <version>1.0.9</version> + <groupId>org.apache.myfaces.core</groupId> + <artifactId>myfaces-api</artifactId> + <version>1.1.2</version> <scope>provided</scope> </dependency>