Introduce a parent/pom and prepare for release
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/f4ecf0e9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/f4ecf0e9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/f4ecf0e9 Branch: refs/heads/master Commit: f4ecf0e9e41186a7b711240b621319aa08c74829 Parents: b2d3f33 Author: Hadrian Zbarcea <[email protected]> Authored: Mon Jul 6 22:47:05 2015 -0400 Committer: Hadrian Zbarcea <[email protected]> Committed: Mon Jul 6 22:47:05 2015 -0400 ---------------------------------------------------------------------- api/pom.xml | 2 +- camp/pom.xml | 2 +- core/pom.xml | 2 +- examples/pom.xml | 2 +- locations/jclouds/pom.xml | 2 +- parent/pom.xml | 1921 +++++++++++++++++++++ policy/pom.xml | 2 +- pom.xml | 1949 +--------------------- sandbox/cassandra-multicloud-snitch/pom.xml | 2 +- sandbox/database/pom.xml | 2 +- sandbox/extra/pom.xml | 2 +- sandbox/mobile-app/pom.xml | 2 +- sandbox/monitoring/pom.xml | 2 +- sandbox/nosql/pom.xml | 2 +- software/base/pom.xml | 2 +- software/database/pom.xml | 6 +- software/messaging/pom.xml | 2 +- software/monitoring/pom.xml | 2 +- software/network/pom.xml | 2 +- software/nosql/pom.xml | 2 +- software/osgi/pom.xml | 2 +- software/webapp/pom.xml | 2 +- storage/hazelcast/pom.xml | 2 +- usage/all/pom.xml | 2 +- usage/archetypes/quickstart/pom.xml | 2 +- usage/camp/pom.xml | 2 +- usage/cli/pom.xml | 2 +- usage/dist/pom.xml | 2 +- usage/downstream-parent/pom.xml | 13 +- usage/jsgui/pom.xml | 2 +- usage/launcher/pom.xml | 2 +- usage/logback-includes/pom.xml | 2 +- usage/logback-xml/pom.xml | 2 +- usage/qa/pom.xml | 2 +- usage/rest-api/pom.xml | 2 +- usage/rest-client/pom.xml | 2 +- usage/rest-server/pom.xml | 2 +- usage/test-support/pom.xml | 2 +- utils/common/pom.xml | 2 +- utils/groovy/pom.xml | 2 +- utils/jmx/jmxmp-ssl-agent/pom.xml | 2 +- utils/jmx/jmxrmi-agent/pom.xml | 2 +- utils/rest-swagger/pom.xml | 2 +- utils/test-support/pom.xml | 2 +- 44 files changed, 2033 insertions(+), 1936 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f4ecf0e9/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 9a0ab3c..1794a1f 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -32,7 +32,7 @@ <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> <version>0.8.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> - <relativePath>../pom.xml</relativePath> + <relativePath>../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f4ecf0e9/camp/pom.xml ---------------------------------------------------------------------- diff --git a/camp/pom.xml b/camp/pom.xml index 5c33ce3..d32061a 100644 --- a/camp/pom.xml +++ b/camp/pom.xml @@ -33,7 +33,7 @@ <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> <version>0.8.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> - <relativePath>../pom.xml</relativePath> + <relativePath>../parent/pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f4ecf0e9/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index af62afd..b0b3e6d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -32,7 +32,7 @@ <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> <version>0.8.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> - <relativePath>../pom.xml</relativePath> + <relativePath>../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f4ecf0e9/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index ab73620..73d6973 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -33,7 +33,7 @@ <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> <version>0.8.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> - <relativePath>../pom.xml</relativePath> + <relativePath>../parent/pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f4ecf0e9/locations/jclouds/pom.xml ---------------------------------------------------------------------- diff --git a/locations/jclouds/pom.xml b/locations/jclouds/pom.xml index de18e2e..db6ff97 100644 --- a/locations/jclouds/pom.xml +++ b/locations/jclouds/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> <version>0.8.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> - <relativePath>../../pom.xml</relativePath> + <relativePath>../../parent/pom.xml</relativePath> </parent> <dependencies>
