Author: gertv
Date: Wed Nov 30 20:52:09 2011
New Revision: 1208771
URL: http://svn.apache.org/viewvc?rev=1208771&view=rev
Log:
SMX4-939: Make parent/pom.xml the parent pom for all modules
Modified:
servicemix/smx4/nmr/trunk/bundle/pom.xml
servicemix/smx4/nmr/trunk/document/pom.xml
servicemix/smx4/nmr/trunk/features/pom.xml
servicemix/smx4/nmr/trunk/jbi/pom.xml
servicemix/smx4/nmr/trunk/naming/pom.xml
servicemix/smx4/nmr/trunk/nmr/pom.xml
servicemix/smx4/nmr/trunk/parent/pom.xml
servicemix/smx4/nmr/trunk/pom.xml
servicemix/smx4/nmr/trunk/testing/pom.xml
Modified: servicemix/smx4/nmr/trunk/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/bundle/pom.xml?rev=1208771&r1=1208770&r2=1208771&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/bundle/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/bundle/pom.xml Wed Nov 30 20:52:09 2011
@@ -23,8 +23,9 @@
<parent>
<groupId>org.apache.servicemix.nmr</groupId>
- <artifactId>nmr-parent</artifactId>
+ <artifactId>parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.nmr</groupId>
Modified: servicemix/smx4/nmr/trunk/document/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/document/pom.xml?rev=1208771&r1=1208770&r2=1208771&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/document/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/document/pom.xml Wed Nov 30 20:52:09 2011
@@ -23,8 +23,9 @@
<parent>
<groupId>org.apache.servicemix.nmr</groupId>
- <artifactId>nmr-parent</artifactId>
+ <artifactId>parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.document</groupId>
Modified: servicemix/smx4/nmr/trunk/features/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/features/pom.xml?rev=1208771&r1=1208770&r2=1208771&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/features/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/features/pom.xml Wed Nov 30 20:52:09 2011
@@ -23,8 +23,9 @@
<parent>
<groupId>org.apache.servicemix.nmr</groupId>
- <artifactId>nmr-parent</artifactId>
+ <artifactId>parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.nmr</groupId>
Modified: servicemix/smx4/nmr/trunk/jbi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/pom.xml?rev=1208771&r1=1208770&r2=1208771&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/pom.xml Wed Nov 30 20:52:09 2011
@@ -23,8 +23,9 @@
<parent>
<groupId>org.apache.servicemix.nmr</groupId>
- <artifactId>nmr-parent</artifactId>
+ <artifactId>parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.jbi</groupId>
Modified: servicemix/smx4/nmr/trunk/naming/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/naming/pom.xml?rev=1208771&r1=1208770&r2=1208771&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/naming/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/naming/pom.xml Wed Nov 30 20:52:09 2011
@@ -22,9 +22,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix.nmr</groupId>
- <artifactId>nmr-parent</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <groupId>org.apache.servicemix.nmr</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.5.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.naming</groupId>
Modified: servicemix/smx4/nmr/trunk/nmr/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/pom.xml?rev=1208771&r1=1208770&r2=1208771&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/pom.xml Wed Nov 30 20:52:09 2011
@@ -22,9 +22,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix.nmr</groupId>
- <artifactId>nmr-parent</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <groupId>org.apache.servicemix.nmr</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.5.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.nmr</groupId>
Modified: servicemix/smx4/nmr/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/parent/pom.xml?rev=1208771&r1=1208770&r2=1208771&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/parent/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/parent/pom.xml Wed Nov 30 20:52:09 2011
@@ -21,15 +21,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix</groupId>
- <artifactId>servicemix-pom</artifactId>
- <version>5</version>
- <relativePath>../../servicemix-pom/pom.xml</relativePath>
+ <groupId>org.apache.servicemix.nmr</groupId>
+ <artifactId>nmr-parent</artifactId>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.servicemix.nmr</groupId>
<artifactId>parent</artifactId>
- <version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache ServiceMix :: NMR :: Parent</name>
Modified: servicemix/smx4/nmr/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=1208771&r1=1208770&r2=1208771&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Wed Nov 30 20:52:09 2011
@@ -22,10 +22,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix.nmr</groupId>
- <artifactId>parent</artifactId>
- <relativePath>parent/pom.xml</relativePath>
- <version>1.5.0-SNAPSHOT</version>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-pom</artifactId>
+ <version>5</version>
+ <relativePath>../servicemix-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.nmr</groupId>
Modified: servicemix/smx4/nmr/trunk/testing/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/testing/pom.xml?rev=1208771&r1=1208770&r2=1208771&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/testing/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/testing/pom.xml Wed Nov 30 20:52:09 2011
@@ -22,9 +22,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix.nmr</groupId>
- <artifactId>nmr-parent</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <groupId>org.apache.servicemix.nmr</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.5.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.testing</groupId>