Author: wsmoak Date: Sun May 21 11:22:43 2006 New Revision: 408459 URL: http://svn.apache.org/viewvc?rev=408459&view=rev Log: Changed artifact id: 'project' -> 'struts-action2-parent'.
Modified: struts/action2/trunk/action-api/pom.xml struts/action2/trunk/apps/pom.xml struts/action2/trunk/core/pom.xml struts/action2/trunk/extras/pom.xml struts/action2/trunk/pom.xml struts/action2/trunk/uber/pom.xml Modified: struts/action2/trunk/action-api/pom.xml URL: http://svn.apache.org/viewvc/struts/action2/trunk/action-api/pom.xml?rev=408459&r1=408458&r2=408459&view=diff ============================================================================== --- struts/action2/trunk/action-api/pom.xml (original) +++ struts/action2/trunk/action-api/pom.xml Sun May 21 11:22:43 2006 @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.struts.action2</groupId> - <artifactId>project</artifactId> + <artifactId>struts-action2-parent</artifactId> <version>2.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts.action2</groupId> Modified: struts/action2/trunk/apps/pom.xml URL: http://svn.apache.org/viewvc/struts/action2/trunk/apps/pom.xml?rev=408459&r1=408458&r2=408459&view=diff ============================================================================== --- struts/action2/trunk/apps/pom.xml (original) +++ struts/action2/trunk/apps/pom.xml Sun May 21 11:22:43 2006 @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.struts.action2</groupId> - <artifactId>project</artifactId> + <artifactId>struts-action2-parent</artifactId> <version>2.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts.action2</groupId> Modified: struts/action2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/action2/trunk/core/pom.xml?rev=408459&r1=408458&r2=408459&view=diff ============================================================================== --- struts/action2/trunk/core/pom.xml (original) +++ struts/action2/trunk/core/pom.xml Sun May 21 11:22:43 2006 @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.struts.action2</groupId> - <artifactId>project</artifactId> + <artifactId>struts-action2-parent</artifactId> <version>2.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts.action2</groupId> @@ -260,9 +260,9 @@ </dependency> <dependency> - <groupId>org.apache.myfaces.core</groupId> - <artifactId>myfaces-api</artifactId> - <version>1.1.2</version> + <groupId>myfaces</groupId> + <artifactId>myfaces-jsf-api</artifactId> + <version>1.0.9</version> <scope>provided</scope> </dependency> Modified: struts/action2/trunk/extras/pom.xml URL: http://svn.apache.org/viewvc/struts/action2/trunk/extras/pom.xml?rev=408459&r1=408458&r2=408459&view=diff ============================================================================== --- struts/action2/trunk/extras/pom.xml (original) +++ struts/action2/trunk/extras/pom.xml Sun May 21 11:22:43 2006 @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.struts.action2</groupId> - <artifactId>project</artifactId> + <artifactId>struts-action2-parent</artifactId> <version>2.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts.action2</groupId> Modified: struts/action2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/action2/trunk/pom.xml?rev=408459&r1=408458&r2=408459&view=diff ============================================================================== --- struts/action2/trunk/pom.xml (original) +++ struts/action2/trunk/pom.xml Sun May 21 11:22:43 2006 @@ -31,7 +31,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.struts.action2</groupId> - <artifactId>project</artifactId> + <artifactId>struts-action2-parent</artifactId> <version>2.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Struts Action 2</name> Modified: struts/action2/trunk/uber/pom.xml URL: http://svn.apache.org/viewvc/struts/action2/trunk/uber/pom.xml?rev=408459&r1=408458&r2=408459&view=diff ============================================================================== --- struts/action2/trunk/uber/pom.xml (original) +++ struts/action2/trunk/uber/pom.xml Sun May 21 11:22:43 2006 @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.struts.action2</groupId> - <artifactId>project</artifactId> + <artifactId>struts-action2-parent</artifactId> <version>2.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts.action2</groupId>