You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2015/04/28 22:23:28 UTC

svn commit: r1676612 - in /ofbiz/branches/OFBIZ-6271: ./ applications/accounting/ applications/content/ applications/humanres/ applications/manufacturing/ applications/marketing/ applications/order/ applications/party/ applications/product/ application...

Author: doogie
Date: Tue Apr 28 20:23:27 2015
New Revision: 1676612

URL: http://svn.apache.org/r1676612
Log:
Move ofbiz-component-pom.xml to poms/component-pom.xml, to reduce
clutter at the top-level.

Added:
    ofbiz/branches/OFBIZ-6271/poms/
    ofbiz/branches/OFBIZ-6271/poms/component-pom.xml
      - copied, changed from r1676611, ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml
Removed:
    ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml
Modified:
    ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml
    ofbiz/branches/OFBIZ-6271/applications/content/pom.xml
    ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml
    ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml
    ofbiz/branches/OFBIZ-6271/applications/marketing/pom.xml
    ofbiz/branches/OFBIZ-6271/applications/order/pom.xml
    ofbiz/branches/OFBIZ-6271/applications/party/pom.xml
    ofbiz/branches/OFBIZ-6271/applications/product/pom.xml
    ofbiz/branches/OFBIZ-6271/applications/securityext/pom.xml
    ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/base/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/catalina/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/common/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/entityext/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/minilang/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/security/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/service/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/start/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/testtools/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/webtools/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/widget/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/assetmaint/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/bi/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/birt/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/ebay/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/googlecheckout/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/hhfacility/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/ldap/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/lucene/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/oagis/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/pos/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/projectmgr/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/scrum/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/webpos/pom.xml

Modified: ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-accounting</artifactId>
   <name>OFBiz - Accounting Component</name>

Modified: ofbiz/branches/OFBIZ-6271/applications/content/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/content/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/content/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/content/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-content</artifactId>
   <name>OFBiz - Content Component</name>

Modified: ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-humanres</artifactId>
   <name>OFBiz - HumanRes</name>

Modified: ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-manufacturing</artifactId>
   <name>OFBiz - Manufacturing Component</name>

Modified: ofbiz/branches/OFBIZ-6271/applications/marketing/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/marketing/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/marketing/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/marketing/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-marketing</artifactId>
   <name>OFBiz - Marketing Component</name>

Modified: ofbiz/branches/OFBIZ-6271/applications/order/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/order/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/order/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/order/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-order</artifactId>
   <name>OFBiz - Order Component</name>

Modified: ofbiz/branches/OFBIZ-6271/applications/party/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/party/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/party/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/party/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-party</artifactId>
   <name>OFBiz - Party Component</name>

Modified: ofbiz/branches/OFBIZ-6271/applications/product/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/product/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/product/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/product/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-product</artifactId>
   <name>OFBiz - Product Component</name>

Modified: ofbiz/branches/OFBIZ-6271/applications/securityext/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/securityext/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/securityext/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/securityext/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-securityext</artifactId>
   <name>OFBiz - Security Extensions</name>

Modified: ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-workeffort</artifactId>
   <name>OFBiz - Work Effort Component</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/base/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/base/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/base/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/base/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-base</artifactId>
   <name>OFBiz - Base</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/catalina/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/catalina/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/catalina/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/catalina/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-catalina</artifactId>
   <name>Catalina</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/common/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/common/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/common/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/common/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-common</artifactId>
   <name>OFBiz - Common</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-datafile</artifactId>
   <name>OFBiz - Datafile</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-entity</artifactId>
   <name>OFBiz - Entity</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/entityext/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/entityext/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/entityext/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/entityext/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-entityext</artifactId>
   <name>OFBiz - Entity Extensions</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-geronimo</artifactId>
   <name>geronimo</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/minilang/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/minilang/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/minilang/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/minilang/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-minilang</artifactId>
   <name>OFBiz - MiniLang Component</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/security/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/security/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/security/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/security/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-security</artifactId>
   <name>OFBiz - Security</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/service/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/service/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/service/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/service/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-service</artifactId>
   <name>OFBiz - Service</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/start/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/start/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/start/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/start/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-start</artifactId>
   <name>OFBiz - Start</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/testtools/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/testtools/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/testtools/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/testtools/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-testtools</artifactId>
   <name>OFBiz - Test Tools Component</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-webapp</artifactId>
   <name>OFBiz - WebApp Component</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/webtools/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/webtools/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/webtools/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/webtools/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-webtools</artifactId>
   <name>OFBiz - WebTools Component</name>

Modified: ofbiz/branches/OFBIZ-6271/framework/widget/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/widget/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/widget/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/widget/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-widget</artifactId>
   <name>OFBiz - Widget Component</name>

Copied: ofbiz/branches/OFBIZ-6271/poms/component-pom.xml (from r1676611, ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml)
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/poms/component-pom.xml?p2=ofbiz/branches/OFBIZ-6271/poms/component-pom.xml&p1=ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml&r1=1676611&r2=1676612&rev=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/poms/component-pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>pom.xml</relativePath>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-component</artifactId>
   <packaging>pom</packaging>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/assetmaint/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/assetmaint/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/assetmaint/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/assetmaint/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-assetmaint</artifactId>
   <name>OFBiz - Asset Maintenance Component</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/bi/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/bi/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/bi/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/bi/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-bi</artifactId>
   <name>OFBiz - Business Intelligence</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/birt/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/birt/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/birt/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/birt/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-birt</artifactId>
   <name>OFBiz - BIRT Component</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/ebay/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/ebay/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/ebay/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/ebay/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-ebay</artifactId>
   <name>OFBiz - eBay Component</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-ebaystore</artifactId>
   <name>OFBiz - eBay Store Component</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-ecommerce</artifactId>
   <name>OFBiz - Ecommerce Component</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-example</artifactId>
   <name>OFBiz - Example Component</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-googlebase</artifactId>
   <name>OFBiz - Google Base Component</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/googlecheckout/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/googlecheckout/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/googlecheckout/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/googlecheckout/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-googlecheckout</artifactId>
   <name>OFBiz - Googlecheckout Component</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/hhfacility/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/hhfacility/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/hhfacility/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/hhfacility/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-hhfacility</artifactId>
   <name>OFBiz - HHFacility</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/ldap/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/ldap/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/ldap/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/ldap/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-ldap</artifactId>
   <name>OFBiz - LDAP Component</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/lucene/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/lucene/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/lucene/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/lucene/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-lucene</artifactId>
   <name>OFBiz - Lucene Component</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/oagis/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/oagis/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/oagis/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/oagis/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-oagis</artifactId>
   <name>OFBiz - Oagis</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/pos/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/pos/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/pos/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/pos/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-pos</artifactId>
   <name>OFBiz - POS</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/projectmgr/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/projectmgr/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/projectmgr/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/projectmgr/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-projectmgr</artifactId>
   <name>OFBiz - Project Management</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/scrum/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/scrum/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/scrum/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/scrum/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-scrum</artifactId>
   <name>OFBiz - scrum Component</name>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/webpos/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/webpos/pom.xml?rev=1676612&r1=1676611&r2=1676612&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/webpos/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/webpos/pom.xml Tue Apr 28 20:23:27 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-component</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../poms/component-pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-webpos</artifactId>
   <name>OFBiz - Web Pos Component</name>