You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by dr...@apache.org on 2017/05/30 12:26:27 UTC

[1/2] brooklyn-library git commit: Update pom.xml

Repository: brooklyn-library
Updated Branches:
  refs/heads/master 34ee669db -> fba41d08f


Update pom.xml

When simple-web-cluster was re-added it was added in the wrong order.
It relies on webapps, so webapps needs to be built first.

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

Branch: refs/heads/master
Commit: 58d0a1db2044baf3c040385023ec87dfe749f1c9
Parents: 34ee669
Author: Graeme-Miller <gr...@cloudsoftcorp.com>
Authored: Tue May 30 13:24:11 2017 +0100
Committer: GitHub <no...@github.com>
Committed: Tue May 30 13:24:11 2017 +0100

----------------------------------------------------------------------
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/58d0a1db/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 697a3f2..a5d309e 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -37,7 +37,7 @@
     </parent>
 
     <modules>
-        <module>simple-web-cluster</module>
         <module>webapps</module>
+        <module>simple-web-cluster</module>
     </modules>
 </project>


[2/2] brooklyn-library git commit: This closes #115

Posted by dr...@apache.org.
This closes #115


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

Branch: refs/heads/master
Commit: fba41d08ffab4b603c410465618364511fd86d94
Parents: 34ee669 58d0a1d
Author: Duncan Godwin <dr...@googlemail.com>
Authored: Tue May 30 13:26:20 2017 +0100
Committer: Duncan Godwin <dr...@googlemail.com>
Committed: Tue May 30 13:26:20 2017 +0100

----------------------------------------------------------------------
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------