Repository: brooklyn
Updated Branches:
  refs/heads/master 655cedbca -> 1e39ed81d


switch order of build, so server before ui

needed because ui modularity server depends on brooklyn server java;
fortunately ui is no longer needed for brooklyn server so this is safe.


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

Branch: refs/heads/master
Commit: 6f9d19aed4f0d7bd7c4271fd3cbd25427852f8c2
Parents: 9b36dfa
Author: Alex Heneveld <alex.henev...@cloudsoftcorp.com>
Authored: Fri Jul 27 10:58:03 2018 +0100
Committer: Alex Heneveld <alex.henev...@cloudsoftcorp.com>
Committed: Fri Jul 27 10:58:03 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/brooklyn/blob/6f9d19ae/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4147b1d..49123c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,8 +73,8 @@
     </mailingLists>
 
     <modules>
-        <module>brooklyn-ui</module>
         <module>brooklyn-server</module>
+        <module>brooklyn-ui</module>
         <module>brooklyn-library</module>
     </modules>
 

Reply via email to