You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by tb...@apache.org on 2017/12/21 14:50:59 UTC

[1/2] brooklyn-dist git commit: brooklyn-all has a dependency on brooklyn-catalog-aliases

Repository: brooklyn-dist
Updated Branches:
  refs/heads/master 2ebb40b43 -> 93ff25042


brooklyn-all has a dependency on brooklyn-catalog-aliases

Without the dependency the build does not include the entity images
for clusters and servers.


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

Branch: refs/heads/master
Commit: feccb5c095f741245ba73e7f459509c288877171
Parents: 2ebb40b
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Tue Dec 12 12:44:11 2017 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Tue Dec 12 12:44:11 2017 +0000

----------------------------------------------------------------------
 all/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/feccb5c0/all/pom.xml
----------------------------------------------------------------------
diff --git a/all/pom.xml b/all/pom.xml
index a5a98fb..de1166e 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -103,6 +103,11 @@
             <artifactId>brooklyn-software-network</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.brooklyn</groupId>
+            <artifactId>brooklyn-catalog-aliases</artifactId>
+            <version>${project.version}</version>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.brooklyn</groupId>


[2/2] brooklyn-dist git commit: This closes #116

Posted by tb...@apache.org.
This closes #116


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

Branch: refs/heads/master
Commit: 93ff25042236af5232f088b85cb41450037298d3
Parents: 2ebb40b feccb5c
Author: Thomas Bouron <th...@cloudsoftcorp.com>
Authored: Thu Dec 21 14:50:53 2017 +0000
Committer: Thomas Bouron <th...@cloudsoftcorp.com>
Committed: Thu Dec 21 14:50:53 2017 +0000

----------------------------------------------------------------------
 all/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------