Author: wsmoak
Date: Wed Apr 12 00:05:18 2006
New Revision: 393401

URL: http://svn.apache.org/viewcvs?rev=393401&view=rev
Log:
Add <groupId> to all poms, since it is not always properly inherited.  
Workaround for MNG-1527. 

Modified:
    struts/action/trunk/apps/blank/pom.xml
    struts/action/trunk/apps/cookbook/pom.xml
    struts/action/trunk/apps/examples/pom.xml
    struts/action/trunk/apps/faces-example1/pom.xml
    struts/action/trunk/apps/faces-example2/pom.xml
    struts/action/trunk/apps/mailreader/pom.xml
    struts/action/trunk/apps/pom.xml
    struts/action/trunk/apps/scripting-mailreader/pom.xml
    struts/action/trunk/apps/strutsel-exercise-taglib/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/integration/taglib-it/pom.xml
    struts/action/trunk/mailreader-dao/pom.xml
    struts/action/trunk/scripting/pom.xml
    struts/action/trunk/taglib/pom.xml

Modified: struts/action/trunk/apps/blank/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/blank/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/apps/blank/pom.xml (original)
+++ struts/action/trunk/apps/blank/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-blank</artifactId>
    <packaging>war</packaging>
    <name>Struts Action - Apps - Blank</name>

Modified: struts/action/trunk/apps/cookbook/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/cookbook/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/apps/cookbook/pom.xml (original)
+++ struts/action/trunk/apps/cookbook/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-cookbook</artifactId>
    <packaging>war</packaging>
    <name>Struts Action - Apps - Cookbook</name>

Modified: struts/action/trunk/apps/examples/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/examples/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/apps/examples/pom.xml (original)
+++ struts/action/trunk/apps/examples/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-examples</artifactId>
    <packaging>war</packaging>
    <name>Struts Action - Apps - Examples</name>

Modified: struts/action/trunk/apps/faces-example1/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/apps/faces-example1/pom.xml (original)
+++ struts/action/trunk/apps/faces-example1/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-faces-example1</artifactId>
    <packaging>war</packaging>
    <name>Struts Action - Apps - Faces Example 1</name>

Modified: struts/action/trunk/apps/faces-example2/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example2/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/apps/faces-example2/pom.xml (original)
+++ struts/action/trunk/apps/faces-example2/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-faces-example2</artifactId>
    <packaging>war</packaging>
    <name>Struts Action - Apps - Faces Example 2</name>

Modified: struts/action/trunk/apps/mailreader/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/mailreader/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/apps/mailreader/pom.xml (original)
+++ struts/action/trunk/apps/mailreader/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-mailreader</artifactId>
    <packaging>war</packaging>
    <name>Struts Action - Apps - Mailreader</name>

Modified: struts/action/trunk/apps/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/apps/pom.xml (original)
+++ struts/action/trunk/apps/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-apps</artifactId>
    <packaging>pom</packaging>
    <name>Struts Action - Apps</name>

Modified: struts/action/trunk/apps/scripting-mailreader/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/scripting-mailreader/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/apps/scripting-mailreader/pom.xml (original)
+++ struts/action/trunk/apps/scripting-mailreader/pom.xml Wed Apr 12 00:05:18 
2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-scripting-mailreader</artifactId>
    <packaging>war</packaging>
    <name>Struts Action - Apps - Scripting Mailreader</name>

Modified: struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml (original)
+++ struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml Wed Apr 12 
00:05:18 2006
@@ -29,6 +29,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>strutsel-exercise-taglib</artifactId>
    <packaging>war</packaging>
    <name>Struts Action - Apps - Struts EL Exercise</name>

Modified: struts/action/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/assembly/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/assembly/pom.xml (original)
+++ struts/action/trunk/assembly/pom.xml Wed Apr 12 00:05:18 2006
@@ -34,6 +34,7 @@
 <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.action</groupId>
   <artifactId>struts-action-assembly</artifactId>
   <packaging>pom</packaging>
   <name>Struts Action - Assembly</name>

Modified: struts/action/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/core/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/core/pom.xml (original)
+++ struts/action/trunk/core/pom.xml Wed Apr 12 00:05:18 2006
@@ -42,6 +42,7 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.struts.action</groupId>
     <artifactId>struts-core</artifactId>
     <packaging>jar</packaging>
     <name>Struts Action - Core</name>

Modified: struts/action/trunk/el/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/el/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/el/pom.xml (original)
+++ struts/action/trunk/el/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-el</artifactId>
    <packaging>jar</packaging>
    <name>Struts Action - EL</name>

Modified: struts/action/trunk/extras/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/extras/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/extras/pom.xml (original)
+++ struts/action/trunk/extras/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
    
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-extras</artifactId>
    <packaging>jar</packaging>
    <name>Struts Action - Extras</name>

Modified: struts/action/trunk/faces/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/faces/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/faces/pom.xml (original)
+++ struts/action/trunk/faces/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-faces</artifactId>
    <packaging>jar</packaging>
    <name>Struts Action - Faces</name>

Modified: struts/action/trunk/integration/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/integration/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/integration/pom.xml (original)
+++ struts/action/trunk/integration/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-action-it</artifactId>
    <packaging>pom</packaging>
    <name>Struts Action - Integration Tests</name>

Modified: struts/action/trunk/integration/taglib-it/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/integration/taglib-it/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/integration/taglib-it/pom.xml (original)
+++ struts/action/trunk/integration/taglib-it/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>taglib-it</artifactId>
    <packaging>pom</packaging>
    <name>Struts Action - Integration - Taglib Tests</name>

Modified: struts/action/trunk/mailreader-dao/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/mailreader-dao/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/mailreader-dao/pom.xml (original)
+++ struts/action/trunk/mailreader-dao/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-mailreader-dao</artifactId>
    <packaging>jar</packaging>
    <name>Struts Action - Mailreader DAO</name>

Modified: struts/action/trunk/scripting/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/scripting/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/scripting/pom.xml (original)
+++ struts/action/trunk/scripting/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-scripting</artifactId>
    <packaging>jar</packaging>
    <name>Struts Action - Scripting</name>

Modified: struts/action/trunk/taglib/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/taglib/pom.xml?rev=393401&r1=393400&r2=393401&view=diff
==============================================================================
--- struts/action/trunk/taglib/pom.xml (original)
+++ struts/action/trunk/taglib/pom.xml Wed Apr 12 00:05:18 2006
@@ -41,6 +41,7 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
+   <groupId>org.apache.struts.action</groupId>
    <artifactId>struts-taglib</artifactId>
    <packaging>jar</packaging>
    <name>Struts Action - Taglib</name>



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

Reply via email to