You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2015/07/15 12:03:44 UTC

[10/15] incubator-brooklyn git commit: Introduce a parent/pom and prepare for release

Introduce a parent/pom and prepare for release

Backport of fix on master by Hadrian Zbarcea <ha...@apache.org>


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

Branch: refs/heads/0.7.0-incubating
Commit: 96befda279a6a17bbd545bd88d6bee0437238ed9
Parents: a7fbc34
Author: Hadrian Zbarcea <ha...@apache.org>
Authored: Mon Jul 6 22:47:05 2015 -0400
Committer: Richard Downer <ri...@apache.org>
Committed: Wed Jul 15 08:22:09 2015 +0000

----------------------------------------------------------------------
 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/96befda2/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/incubator-brooklyn/blob/96befda2/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/incubator-brooklyn/blob/96befda2/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/incubator-brooklyn/blob/96befda2/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index ae212e5..588b8c5 100644
--- a/examples/pom.xml
+++ b/examples/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/incubator-brooklyn/blob/96befda2/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>