Author: wsmoak
Date: Sat Apr  8 17:31:22 2006
New Revision: 392643

URL: http://svn.apache.org/viewcvs?rev=392643&view=rev
Log:
Renamed artifactId struts-build -> struts-action-parent

Modified:
    struts/action/trunk/apps/pom.xml
    struts/action/trunk/assembly/pom.xml
    struts/action/trunk/core/pom.xml
    struts/action/trunk/el/pom.xml
    struts/action/trunk/extras/pom.xml
    struts/action/trunk/faces/pom.xml
    struts/action/trunk/integration/pom.xml
    struts/action/trunk/mailreader-dao/pom.xml
    struts/action/trunk/pom.xml
    struts/action/trunk/scripting/pom.xml
    struts/action/trunk/taglib/pom.xml

Modified: struts/action/trunk/apps/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=392643&r1=392642&r2=392643&view=diff
==============================================================================
--- struts/action/trunk/apps/pom.xml (original)
+++ struts/action/trunk/apps/pom.xml Sat Apr  8 17:31:22 2006
@@ -36,7 +36,7 @@
 
    <parent>
       <groupId>org.apache.struts.action</groupId>
-      <artifactId>struts-build</artifactId>
+      <artifactId>struts-action-parent</artifactId>
       <version>1.3.2-SNAPSHOT</version>
    </parent>
 

Modified: struts/action/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/assembly/pom.xml?rev=392643&r1=392642&r2=392643&view=diff
==============================================================================
--- struts/action/trunk/assembly/pom.xml (original)
+++ struts/action/trunk/assembly/pom.xml Sat Apr  8 17:31:22 2006
@@ -43,7 +43,7 @@
 
   <parent>
     <groupId>org.apache.struts.action</groupId>
-    <artifactId>struts-build</artifactId>
+    <artifactId>struts-action-parent</artifactId>
     <version>1.3.2-SNAPSHOT</version>
   </parent>
 

Modified: struts/action/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/core/pom.xml?rev=392643&r1=392642&r2=392643&view=diff
==============================================================================
--- struts/action/trunk/core/pom.xml (original)
+++ struts/action/trunk/core/pom.xml Sat Apr  8 17:31:22 2006
@@ -37,7 +37,7 @@
 
     <parent>
         <groupId>org.apache.struts.action</groupId>
-        <artifactId>struts-build</artifactId>
+        <artifactId>struts-action-parent</artifactId>
         <version>1.3.2-SNAPSHOT</version>
     </parent>
 

Modified: struts/action/trunk/el/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/el/pom.xml?rev=392643&r1=392642&r2=392643&view=diff
==============================================================================
--- struts/action/trunk/el/pom.xml (original)
+++ struts/action/trunk/el/pom.xml Sat Apr  8 17:31:22 2006
@@ -36,7 +36,7 @@
 
    <parent>
       <groupId>org.apache.struts.action</groupId>
-      <artifactId>struts-build</artifactId>
+      <artifactId>struts-action-parent</artifactId>
       <version>1.3.2-SNAPSHOT</version>
    </parent>
 

Modified: struts/action/trunk/extras/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/extras/pom.xml?rev=392643&r1=392642&r2=392643&view=diff
==============================================================================
--- struts/action/trunk/extras/pom.xml (original)
+++ struts/action/trunk/extras/pom.xml Sat Apr  8 17:31:22 2006
@@ -36,7 +36,7 @@
 
    <parent>
       <groupId>org.apache.struts.action</groupId>
-      <artifactId>struts-build</artifactId>
+      <artifactId>struts-action-parent</artifactId>
       <version>1.3.2-SNAPSHOT</version>
    </parent>
    

Modified: struts/action/trunk/faces/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/faces/pom.xml?rev=392643&r1=392642&r2=392643&view=diff
==============================================================================
--- struts/action/trunk/faces/pom.xml (original)
+++ struts/action/trunk/faces/pom.xml Sat Apr  8 17:31:22 2006
@@ -36,7 +36,7 @@
 
    <parent>
       <groupId>org.apache.struts.action</groupId>
-      <artifactId>struts-build</artifactId>
+      <artifactId>struts-action-parent</artifactId>
       <version>1.3.2-SNAPSHOT</version>
    </parent>
 

Modified: struts/action/trunk/integration/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/integration/pom.xml?rev=392643&r1=392642&r2=392643&view=diff
==============================================================================
--- struts/action/trunk/integration/pom.xml (original)
+++ struts/action/trunk/integration/pom.xml Sat Apr  8 17:31:22 2006
@@ -36,7 +36,7 @@
 
    <parent>
       <groupId>org.apache.struts.action</groupId>
-      <artifactId>struts-build</artifactId>
+      <artifactId>struts-action-parent</artifactId>
       <version>1.3.2-SNAPSHOT</version>
    </parent>
 

Modified: struts/action/trunk/mailreader-dao/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/mailreader-dao/pom.xml?rev=392643&r1=392642&r2=392643&view=diff
==============================================================================
--- struts/action/trunk/mailreader-dao/pom.xml (original)
+++ struts/action/trunk/mailreader-dao/pom.xml Sat Apr  8 17:31:22 2006
@@ -36,7 +36,7 @@
 
    <parent>
       <groupId>org.apache.struts.action</groupId>
-      <artifactId>struts-build</artifactId>
+      <artifactId>struts-action-parent</artifactId>
       <version>1.3.2-SNAPSHOT</version>
    </parent>
 

Modified: struts/action/trunk/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=392643&r1=392642&r2=392643&view=diff
==============================================================================
--- struts/action/trunk/pom.xml (original)
+++ struts/action/trunk/pom.xml Sat Apr  8 17:31:22 2006
@@ -37,7 +37,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.struts.action</groupId>
-    <artifactId>struts-build</artifactId>
+    <artifactId>struts-action-parent</artifactId>
     <version>1.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Struts Action</name>

Modified: struts/action/trunk/scripting/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/scripting/pom.xml?rev=392643&r1=392642&r2=392643&view=diff
==============================================================================
--- struts/action/trunk/scripting/pom.xml (original)
+++ struts/action/trunk/scripting/pom.xml Sat Apr  8 17:31:22 2006
@@ -36,7 +36,7 @@
 
    <parent>
       <groupId>org.apache.struts.action</groupId>
-      <artifactId>struts-build</artifactId>
+      <artifactId>struts-action-parent</artifactId>
       <version>1.3.2-SNAPSHOT</version>
    </parent>
 

Modified: struts/action/trunk/taglib/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/taglib/pom.xml?rev=392643&r1=392642&r2=392643&view=diff
==============================================================================
--- struts/action/trunk/taglib/pom.xml (original)
+++ struts/action/trunk/taglib/pom.xml Sat Apr  8 17:31:22 2006
@@ -36,7 +36,7 @@
 
    <parent>
       <groupId>org.apache.struts.action</groupId>
-      <artifactId>struts-build</artifactId>
+      <artifactId>struts-action-parent</artifactId>
       <version>1.3.2-SNAPSHOT</version>
    </parent>
 



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

Reply via email to