Author: wsmoak
Date: Sun Apr 23 22:43:55 2006
New Revision: 396441

URL: http://svn.apache.org/viewcvs?rev=396441&view=rev
Log:
Updated pom after moving Struts Tiles back into Struts Action.

Modified:
    struts/action/trunk/tiles/pom.xml

Modified: struts/action/trunk/tiles/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/tiles/pom.xml?rev=396441&r1=396440&r2=396441&view=diff
==============================================================================
--- struts/action/trunk/tiles/pom.xml (original)
+++ struts/action/trunk/tiles/pom.xml Sun Apr 23 22:43:55 2006
@@ -19,28 +19,21 @@
  */
 -->
 
-<!-- 
-             Experimental Maven 2 Build for Apache Struts
-             ============================================
-
-To build and install this module into your local repo:
-
-   $ mvn install
-   
-For more information, see:  http://wiki.apache.org/struts/StrutsMaven2Plan
-
--->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
    <modelVersion>4.0.0</modelVersion>
-   <groupId>org.apache.struts.tiles</groupId>
+   
+   <parent>
+      <groupId>org.apache.struts.action</groupId>
+      <artifactId>struts-action-parent</artifactId>
+      <version>1.3.2-SNAPSHOT</version>
+    </parent>
+
    <artifactId>struts-tiles</artifactId>
    <packaging>jar</packaging>
-   <version>1.3.1-SNAPSHOT</version>
    <name>Struts Tiles</name>
-   <url>http://struts.apache.org</url>
    
    <distributionManagement>
       <snapshotRepository>
@@ -104,13 +97,12 @@
 
       <dependency>
          <groupId>org.apache.struts.action</groupId>
-         <artifactId>struts-action</artifactId>
-         <version>1.3.2-SNAPSHOT</version>
+         <artifactId>struts-core</artifactId>
+         <version>${version}</version>
       </dependency>
 
    </dependencies>
 
-   <!-- 
    <reporting>
       <plugins>
          <plugin>
@@ -122,6 +114,5 @@
          </plugin>
       </plugins>
    </reporting>
-   -->
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to