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

[39/71] [abbrv] incubator-brooklyn git commit: [LIBRARY] added root brooklyn-library pom (dumb copy of incubator-brooklyn root and parent), updated submodule poms. This currently builds successfully after brooklyn-server

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1c7e36aa/brooklyn-library/qa/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/qa/pom.xml b/brooklyn-library/qa/pom.xml
index fd7db6b..f3be308 100644
--- a/brooklyn-library/qa/pom.xml
+++ b/brooklyn-library/qa/pom.xml
@@ -28,15 +28,30 @@
 
     <parent>
         <groupId>org.apache.brooklyn</groupId>
-        <artifactId>brooklyn-parent</artifactId>
+        <artifactId>brooklyn-library</artifactId>
         <version>0.9.SPLITWIP-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.brooklyn</groupId>
-            <artifactId>brooklyn-all</artifactId>
+            <artifactId>brooklyn-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.brooklyn</groupId>
+            <artifactId>brooklyn-launcher</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.brooklyn</groupId>
+            <artifactId>brooklyn-software-database</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.brooklyn</groupId>
+            <artifactId>brooklyn-software-webapp</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1c7e36aa/brooklyn-library/sandbox/cassandra-multicloud-snitch/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/sandbox/cassandra-multicloud-snitch/pom.xml b/brooklyn-library/sandbox/cassandra-multicloud-snitch/pom.xml
index e955940..ea1973e 100644
--- a/brooklyn-library/sandbox/cassandra-multicloud-snitch/pom.xml
+++ b/brooklyn-library/sandbox/cassandra-multicloud-snitch/pom.xml
@@ -28,9 +28,9 @@
 
     <parent>
         <groupId>org.apache.brooklyn</groupId>
-        <artifactId>brooklyn-parent</artifactId>
+        <artifactId>brooklyn-library</artifactId>
         <version>0.9.SPLITWIP-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1c7e36aa/brooklyn-library/sandbox/database/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/sandbox/database/pom.xml b/brooklyn-library/sandbox/database/pom.xml
index e010c77..d626c37 100644
--- a/brooklyn-library/sandbox/database/pom.xml
+++ b/brooklyn-library/sandbox/database/pom.xml
@@ -30,9 +30,9 @@
 
     <parent>
         <groupId>org.apache.brooklyn</groupId>
-        <artifactId>brooklyn-parent</artifactId>
+        <artifactId>brooklyn-library</artifactId>
         <version>0.9.SPLITWIP-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1c7e36aa/brooklyn-library/sandbox/extra/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/sandbox/extra/pom.xml b/brooklyn-library/sandbox/extra/pom.xml
index cd77f5e..c19cb3c 100644
--- a/brooklyn-library/sandbox/extra/pom.xml
+++ b/brooklyn-library/sandbox/extra/pom.xml
@@ -30,9 +30,9 @@
 
     <parent>
         <groupId>org.apache.brooklyn</groupId>
-        <artifactId>brooklyn-parent</artifactId>
+        <artifactId>brooklyn-library</artifactId>
         <version>0.9.SPLITWIP-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1c7e36aa/brooklyn-library/sandbox/mobile-app/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/sandbox/mobile-app/pom.xml b/brooklyn-library/sandbox/mobile-app/pom.xml
index 525cf4f..0759d7e 100644
--- a/brooklyn-library/sandbox/mobile-app/pom.xml
+++ b/brooklyn-library/sandbox/mobile-app/pom.xml
@@ -34,9 +34,9 @@
 
     <parent>
         <groupId>org.apache.brooklyn</groupId>
-        <artifactId>brooklyn-parent</artifactId>
+        <artifactId>brooklyn-library</artifactId>
         <version>0.9.SPLITWIP-SNAPSHOT</version><!-- BROOKLYN_VERSION -->
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1c7e36aa/brooklyn-library/sandbox/monitoring/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/sandbox/monitoring/pom.xml b/brooklyn-library/sandbox/monitoring/pom.xml
index d2d9cfa..8674d04 100644
--- a/brooklyn-library/sandbox/monitoring/pom.xml
+++ b/brooklyn-library/sandbox/monitoring/pom.xml
@@ -30,9 +30,9 @@
 
     <parent>
         <groupId>org.apache.brooklyn</groupId>
-        <artifactId>brooklyn-parent</artifactId>
+        <artifactId>brooklyn-library</artifactId>
         <version>0.9.SPLITWIP-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1c7e36aa/brooklyn-library/sandbox/nosql/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/sandbox/nosql/pom.xml b/brooklyn-library/sandbox/nosql/pom.xml
index e113427..0d6b84c 100644
--- a/brooklyn-library/sandbox/nosql/pom.xml
+++ b/brooklyn-library/sandbox/nosql/pom.xml
@@ -31,9 +31,9 @@
 
     <parent>
         <groupId>org.apache.brooklyn</groupId>
-        <artifactId>brooklyn-parent</artifactId>
+        <artifactId>brooklyn-library</artifactId>
         <version>0.9.SPLITWIP-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1c7e36aa/brooklyn-library/software/database/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/software/database/pom.xml b/brooklyn-library/software/database/pom.xml
index a232640..f09e7af 100644
--- a/brooklyn-library/software/database/pom.xml
+++ b/brooklyn-library/software/database/pom.xml
@@ -28,9 +28,9 @@
 
     <parent>
         <groupId>org.apache.brooklyn</groupId>
-        <artifactId>brooklyn-parent</artifactId>
+        <artifactId>brooklyn-library</artifactId>
         <version>0.9.SPLITWIP-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1c7e36aa/brooklyn-library/software/messaging/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/software/messaging/pom.xml b/brooklyn-library/software/messaging/pom.xml
index 7955868..15f4db7 100644
--- a/brooklyn-library/software/messaging/pom.xml
+++ b/brooklyn-library/software/messaging/pom.xml
@@ -28,9 +28,9 @@
 
 	<parent>
 		<groupId>org.apache.brooklyn</groupId>
-		<artifactId>brooklyn-parent</artifactId>
+		<artifactId>brooklyn-library</artifactId>
 		<version>0.9.SPLITWIP-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
-		<relativePath>../../parent/pom.xml</relativePath>
+		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
 	<repositories>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1c7e36aa/brooklyn-library/software/monitoring/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/software/monitoring/pom.xml b/brooklyn-library/software/monitoring/pom.xml
index 64b3bed..dd3bbab 100644
--- a/brooklyn-library/software/monitoring/pom.xml
+++ b/brooklyn-library/software/monitoring/pom.xml
@@ -29,9 +29,9 @@
     </description>
     <parent>
         <groupId>org.apache.brooklyn</groupId>
-        <artifactId>brooklyn-parent</artifactId>
+        <artifactId>brooklyn-library</artifactId>
         <version>0.9.SPLITWIP-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1c7e36aa/brooklyn-library/software/network/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/software/network/pom.xml b/brooklyn-library/software/network/pom.xml
index 9682d2a..1675a73 100644
--- a/brooklyn-library/software/network/pom.xml
+++ b/brooklyn-library/software/network/pom.xml
@@ -27,9 +27,9 @@
     </description>
     <parent>
         <groupId>org.apache.brooklyn</groupId>
-        <artifactId>brooklyn-parent</artifactId>
+        <artifactId>brooklyn-library</artifactId>
         <version>0.9.SPLITWIP-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1c7e36aa/brooklyn-library/software/nosql/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/software/nosql/pom.xml b/brooklyn-library/software/nosql/pom.xml
index 5309182..6a50319 100644
--- a/brooklyn-library/software/nosql/pom.xml
+++ b/brooklyn-library/software/nosql/pom.xml
@@ -28,9 +28,9 @@
 
     <parent>
         <groupId>org.apache.brooklyn</groupId>
-        <artifactId>brooklyn-parent</artifactId>
+        <artifactId>brooklyn-library</artifactId>
         <version>0.9.SPLITWIP-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1c7e36aa/brooklyn-library/software/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/software/webapp/pom.xml b/brooklyn-library/software/webapp/pom.xml
index 1832f7b..e846f33 100644
--- a/brooklyn-library/software/webapp/pom.xml
+++ b/brooklyn-library/software/webapp/pom.xml
@@ -28,9 +28,9 @@
 
     <parent>
         <groupId>org.apache.brooklyn</groupId>
-        <artifactId>brooklyn-parent</artifactId>
+        <artifactId>brooklyn-library</artifactId>
         <version>0.9.SPLITWIP-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <build>