Introduce a parent/pom and prepare for release Backport of fix on master by Hadrian Zbarcea <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/3adda0b9 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/3adda0b9 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/3adda0b9 Branch: refs/heads/0.7.0-incubating Commit: 3adda0b975d042374e3796f07d698fe5a80ea136 Parents: fd0c411 Author: Hadrian Zbarcea <[email protected]> Authored: Mon Jul 6 22:47:05 2015 -0400 Committer: Richard Downer <[email protected]> Committed: Wed Jul 15 08:22:09 2015 +0000 ---------------------------------------------------------------------- usage/jsgui/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/3adda0b9/usage/jsgui/pom.xml ---------------------------------------------------------------------- diff --git a/usage/jsgui/pom.xml b/usage/jsgui/pom.xml index ce21247..dcaf11c 100644 --- a/usage/jsgui/pom.xml +++ b/usage/jsgui/pom.xml @@ -33,7 +33,7 @@ <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> <version>0.7.0-incubating</version><!-- BROOKLYN_VERSION --> - <relativePath>../../pom.xml</relativePath> + <relativePath>../../parent/pom.xml</relativePath> </parent> <properties>
