use io.brooklyn as groupId
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/76a6ea6c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/76a6ea6c Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/76a6ea6c Branch: refs/heads/0.4.0 Commit: 76a6ea6c858828472a585fa6ef56697556d48fae Parents: a03f316 Author: Alex Heneveld <[email protected]> Authored: Sun Apr 1 11:10:38 2012 +0100 Committer: Alex Heneveld <[email protected]> Committed: Sun Apr 1 11:10:38 2012 +0100 ---------------------------------------------------------------------- usage/web-console/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/76a6ea6c/usage/web-console/pom.xml ---------------------------------------------------------------------- diff --git a/usage/web-console/pom.xml b/usage/web-console/pom.xml index c142022..5639933 100644 --- a/usage/web-console/pom.xml +++ b/usage/web-console/pom.xml @@ -12,7 +12,7 @@ </description> <parent> - <groupId>brooklyn</groupId> + <groupId>io.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> <version>0.4.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> @@ -36,14 +36,14 @@ <scope>test</scope> </dependency> <dependency> - <groupId>brooklyn</groupId> + <groupId>io.brooklyn</groupId> <artifactId>brooklyn-core</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>brooklyn</groupId> + <groupId>io.brooklyn</groupId> <artifactId>brooklyn-software-webapp</artifactId> <version>${project.version}</version> <scope>test</scope>
