Author: veithen Date: Sat Jun 13 22:39:36 2009 New Revision: 784487 URL: http://svn.apache.org/viewvc?rev=784487&view=rev Log: Added <relativePath> and removed redundant elements.
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-build/pom.xml webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-run/pom.xml webservices/commons/trunk/modules/axiom/modules/axiom-osgi/pom.xml webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml?rev=784487&r1=784486&r2=784487&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml Sat Jun 13 22:39:36 2009 @@ -24,10 +24,10 @@ <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom</artifactId> <version>1.2.9-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axiom-api</artifactId> <name>Axiom API</name> - <version>1.2.9-SNAPSHOT</version> <description>The Axiom API</description> <packaging>bundle</packaging> <dependencies> Modified: webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml?rev=784487&r1=784486&r2=784487&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml Sat Jun 13 22:39:36 2009 @@ -23,12 +23,11 @@ <artifactId>axiom</artifactId> <groupId>org.apache.ws.commons.axiom</groupId> <version>1.2.9-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-c14n</artifactId> <name>Axiom C14N</name> - <version>1.2.9-SNAPSHOT</version> <packaging>bundle</packaging> <description /> <dependencies> Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml?rev=784487&r1=784486&r2=784487&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml Sat Jun 13 22:39:36 2009 @@ -23,10 +23,10 @@ <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom</artifactId> <version>1.2.9-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axiom-dom</artifactId> <name>Axiom DOM</name> - <version>1.2.9-SNAPSHOT</version> <packaging>bundle</packaging> <description>The Axiom DOM implementation.</description> <dependencies> Modified: webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml?rev=784487&r1=784486&r2=784487&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml Sat Jun 13 22:39:36 2009 @@ -23,10 +23,10 @@ <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom</artifactId> <version>1.2.9-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axiom-impl</artifactId> <name>Axiom Impl</name> - <version>1.2.9-SNAPSHOT</version> <packaging>bundle</packaging> <description>The Axiom default implementation.</description> <dependencies> Modified: webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml?rev=784487&r1=784486&r2=784487&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml Sat Jun 13 22:39:36 2009 @@ -23,10 +23,10 @@ <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom</artifactId> <version>1.2.9-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axiom-integration</artifactId> <name>Axiom Integration Test Suite</name> - <version>1.2.9-SNAPSHOT</version> <description> This module contains tests that validate the interoperability of Axiom with other libraries. Modified: webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-build/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-build/pom.xml?rev=784487&r1=784486&r2=784487&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-build/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-build/pom.xml Sat Jun 13 22:39:36 2009 @@ -24,10 +24,10 @@ <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-osgi</artifactId> <version>1.2.9-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>axiom-osgi-build</artifactId> <name>Axiom OSGI Test Suite - Build</name> - <version>1.2.9-SNAPSHOT</version> <packaging>bundle</packaging> <description> </description> Modified: webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-run/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-run/pom.xml?rev=784487&r1=784486&r2=784487&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-run/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-run/pom.xml Sat Jun 13 22:39:36 2009 @@ -24,10 +24,10 @@ <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-osgi</artifactId> <version>1.2.9-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>axiom-osgi-run</artifactId> <name>Axiom OSGI Test Suite - Run</name> - <version>1.2.9-SNAPSHOT</version> <dependencies> <dependency> <groupId>org.apache.geronimo.specs</groupId> Modified: webservices/commons/trunk/modules/axiom/modules/axiom-osgi/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-osgi/pom.xml?rev=784487&r1=784486&r2=784487&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-osgi/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-osgi/pom.xml Sat Jun 13 22:39:36 2009 @@ -24,10 +24,10 @@ <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom</artifactId> <version>1.2.9-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axiom-osgi</artifactId> <name>Axiom OSGI Test Suite Parent</name> - <version>1.2.9-SNAPSHOT</version> <packaging>pom</packaging> <modules> <module>axiom-osgi-build</module> Modified: webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml?rev=784487&r1=784486&r2=784487&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml Sat Jun 13 22:39:36 2009 @@ -23,10 +23,10 @@ <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom</artifactId> <version>1.2.9-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axiom-tests</artifactId> <name>Axiom Test Suite</name> - <version>1.2.9-SNAPSHOT</version> <description> The Axiom test suite. This ought to be split into several parts and be made a part of axiom-api, axiom-impl and axiom-dom. However, that's not as easy