Repository: brooklyn-ui
Updated Branches:
  refs/heads/1.0.0-M1 195f4a7d6 -> 03d173160


Revert "remove link to sibling directory in pom as that breaks embedded builds"

This reverts commit f6b88085815bb044c782db1344a5536c8730d01f.


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

Branch: refs/heads/1.0.0-M1
Commit: 2e2dac4c4c78130ff4b044e6af55212403540f4e
Parents: 195f4a7
Author: Richard Downer <rich...@apache.org>
Authored: Fri Sep 7 11:41:45 2018 +0000
Committer: Richard Downer <rich...@apache.org>
Committed: Fri Sep 7 11:41:45 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/2e2dac4c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fca8ecc..47c9327 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,7 @@
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-parent</artifactId>
         <version>1.0.0-M1</version>  <!-- BROOKLYN_VERSION -->
-        <!-- do not link to sibling directory as that breaks builds where this 
code is embedded, e.g. for branding;
-             we require that brooklyn-server is built first (this is needed 
anyway for the modularity java code) -->
+        <relativePath>../brooklyn-server/parent/</relativePath>
     </parent>
 
     <groupId>org.apache.brooklyn.ui</groupId>

Reply via email to