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/24 05:06:05 UTC

svn commit: r1675758 - in /ofbiz/branches/OFBIZ-6271/framework: base/lib/commons/pom.xml base/lib/j2eespecs/pom.xml base/lib/pom.xml base/lib/scripting/pom.xml catalina/lib/pom.xml entity/lib/jdbc/pom.xml entity/lib/pom.xml geronimo/lib/pom.xml pom.xml

Author: doogie
Date: Fri Apr 24 03:06:04 2015
New Revision: 1675758

URL: http://svn.apache.org/r1675758
Log:
Change the parent of all pom package types from ofbiz-component-pom to
just the ofbiz-parent; these poms don't need the fancy build management.
This will also help with the use of the dependencyManagement feature,
coming next.

Modified:
    ofbiz/branches/OFBIZ-6271/framework/base/lib/commons/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/base/lib/j2eespecs/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/base/lib/scripting/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/catalina/lib/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/entity/lib/jdbc/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/entity/lib/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/geronimo/lib/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/pom.xml

Modified: ofbiz/branches/OFBIZ-6271/framework/base/lib/commons/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/base/lib/commons/pom.xml?rev=1675758&r1=1675757&r2=1675758&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/base/lib/commons/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/base/lib/commons/pom.xml Fri Apr 24 03:06:04 2015
@@ -22,9 +22,9 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.ofbiz</groupId>
-    <artifactId>ofbiz-component</artifactId>
+    <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../../../pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-base-lib-commons</artifactId>
   <packaging>pom</packaging>

Modified: ofbiz/branches/OFBIZ-6271/framework/base/lib/j2eespecs/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/base/lib/j2eespecs/pom.xml?rev=1675758&r1=1675757&r2=1675758&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/base/lib/j2eespecs/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/base/lib/j2eespecs/pom.xml Fri Apr 24 03:06:04 2015
@@ -22,9 +22,9 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.ofbiz</groupId>
-    <artifactId>ofbiz-component</artifactId>
+    <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../../../pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-base-lib-j2eespecs</artifactId>
   <packaging>pom</packaging>

Modified: ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml?rev=1675758&r1=1675757&r2=1675758&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml Fri Apr 24 03:06:04 2015
@@ -22,9 +22,9 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.ofbiz</groupId>
-    <artifactId>ofbiz-component</artifactId>
+    <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../../pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-base-lib</artifactId>
   <packaging>pom</packaging>

Modified: ofbiz/branches/OFBIZ-6271/framework/base/lib/scripting/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/base/lib/scripting/pom.xml?rev=1675758&r1=1675757&r2=1675758&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/base/lib/scripting/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/base/lib/scripting/pom.xml Fri Apr 24 03:06:04 2015
@@ -22,9 +22,9 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.ofbiz</groupId>
-    <artifactId>ofbiz-component</artifactId>
+    <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../../../pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-base-lib-scripting</artifactId>
   <packaging>pom</packaging>

Modified: ofbiz/branches/OFBIZ-6271/framework/catalina/lib/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/catalina/lib/pom.xml?rev=1675758&r1=1675757&r2=1675758&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/catalina/lib/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/catalina/lib/pom.xml Fri Apr 24 03:06:04 2015
@@ -22,9 +22,9 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.ofbiz</groupId>
-    <artifactId>ofbiz-component</artifactId>
+    <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../../pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-catalina-lib</artifactId>
   <packaging>pom</packaging>

Modified: ofbiz/branches/OFBIZ-6271/framework/entity/lib/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/entity/lib/jdbc/pom.xml?rev=1675758&r1=1675757&r2=1675758&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/entity/lib/jdbc/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/entity/lib/jdbc/pom.xml Fri Apr 24 03:06:04 2015
@@ -22,9 +22,9 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.ofbiz</groupId>
-    <artifactId>ofbiz-component</artifactId>
+    <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../../../pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-entity-lib-jdbc</artifactId>
   <packaging>pom</packaging>

Modified: ofbiz/branches/OFBIZ-6271/framework/entity/lib/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/entity/lib/pom.xml?rev=1675758&r1=1675757&r2=1675758&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/entity/lib/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/entity/lib/pom.xml Fri Apr 24 03:06:04 2015
@@ -22,9 +22,9 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.ofbiz</groupId>
-    <artifactId>ofbiz-component</artifactId>
+    <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../../pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-entity-lib</artifactId>
   <packaging>pom</packaging>

Modified: ofbiz/branches/OFBIZ-6271/framework/geronimo/lib/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/geronimo/lib/pom.xml?rev=1675758&r1=1675757&r2=1675758&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/geronimo/lib/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/geronimo/lib/pom.xml Fri Apr 24 03:06:04 2015
@@ -22,9 +22,9 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.ofbiz</groupId>
-    <artifactId>ofbiz-component</artifactId>
+    <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../../../pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-geronimo-lib</artifactId>
   <packaging>pom</packaging>

Modified: ofbiz/branches/OFBIZ-6271/framework/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/pom.xml?rev=1675758&r1=1675757&r2=1675758&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/pom.xml Fri Apr 24 03:06:04 2015
@@ -22,9 +22,9 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.ofbiz</groupId>
-    <artifactId>ofbiz-component</artifactId>
+    <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>../ofbiz-component-pom.xml</relativePath>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-framework</artifactId>
   <packaging>pom</packaging>