Introduce a parent/pom and prepare for release
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/6a3fbfd1 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/6a3fbfd1 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/6a3fbfd1 Branch: refs/heads/0.8.0-incubating Commit: 6a3fbfd16c53f7715c2ba27f5094c20a313a6f64 Parents: d934639 Author: Hadrian Zbarcea <[email protected]> Authored: Mon Jul 6 22:47:05 2015 -0400 Committer: Hadrian Zbarcea <[email protected]> Committed: Mon Jul 6 22:47:05 2015 -0400 ---------------------------------------------------------------------- usage/jsgui/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/6a3fbfd1/usage/jsgui/pom.xml ---------------------------------------------------------------------- diff --git a/usage/jsgui/pom.xml b/usage/jsgui/pom.xml index 9280c6c..c53e1f8 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.8.0-SNAPSHOT</version><!-- BROOKLYN_VERSION --> - <relativePath>../../pom.xml</relativePath> + <relativePath>../../parent/pom.xml</relativePath> </parent> <properties>
