Introduce a parent/pom and prepare for release

Backport of fix on master by Hadrian Zbarcea <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ffedff11
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/ffedff11
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/ffedff11

Branch: refs/heads/0.7.0-incubating
Commit: ffedff1154d26c57cf108f9f0909a29613d6505d
Parents: f43806c
Author: Hadrian Zbarcea <[email protected]>
Authored: Mon Jul 6 22:47:05 2015 -0400
Committer: Richard Downer <[email protected]>
Committed: Wed Jul 15 08:22:09 2015 +0000

----------------------------------------------------------------------
 api/pom.xml                       |    2 +-
 camp/pom.xml                      |    2 +-
 core/pom.xml                      |    2 +-
 locations/jclouds/pom.xml         |    2 +-
 parent/pom.xml                    | 1921 +++++++++++++++++++++++++++++++
 policy/pom.xml                    |    2 +-
 pom.xml                           | 1949 ++------------------------------
 software/base/pom.xml             |    2 +-
 storage/hazelcast/pom.xml         |    2 +-
 usage/camp/pom.xml                |    2 +-
 usage/cli/pom.xml                 |    2 +-
 usage/launcher/pom.xml            |    2 +-
 usage/logback-includes/pom.xml    |    2 +-
 usage/logback-xml/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 +-
 24 files changed, 2007 insertions(+), 1907 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/ffedff11/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 5065448..cd8f07a 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -32,7 +32,7 @@
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-parent</artifactId>
         <version>0.7.0-incubating</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../pom.xml</relativePath>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/ffedff11/camp/pom.xml
----------------------------------------------------------------------
diff --git a/camp/pom.xml b/camp/pom.xml
index 41e75e4..017a4c0 100644
--- a/camp/pom.xml
+++ b/camp/pom.xml
@@ -33,7 +33,7 @@
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-parent</artifactId>
         <version>0.7.0-incubating</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../pom.xml</relativePath>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/ffedff11/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 76c64b6..b336167 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -32,7 +32,7 @@
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-parent</artifactId>
         <version>0.7.0-incubating</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../pom.xml</relativePath>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/ffedff11/locations/jclouds/pom.xml
----------------------------------------------------------------------
diff --git a/locations/jclouds/pom.xml b/locations/jclouds/pom.xml
index fb8ecf6..014d305 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.7.0-incubating</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../../pom.xml</relativePath>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <dependencies>

Reply via email to