Align groupId with that of the test bundles
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/b23543fa Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/b23543fa Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/b23543fa Branch: refs/heads/master Commit: b23543fab5a79e12a8155dd5669a8c8d9fa8cb4e Parents: 190f514 Author: Hadrian Zbarcea <[email protected]> Authored: Mon Aug 10 23:25:47 2015 -0400 Committer: Hadrian Zbarcea <[email protected]> Committed: Mon Aug 10 23:25:47 2015 -0400 ---------------------------------------------------------------------- utils/test-bundles/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b23543fa/utils/test-bundles/pom.xml ---------------------------------------------------------------------- diff --git a/utils/test-bundles/pom.xml b/utils/test-bundles/pom.xml index d21ce93..0323cb2 100644 --- a/utils/test-bundles/pom.xml +++ b/utils/test-bundles/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> - <groupId>org.apache.brooklyn.test</groupId> + <groupId>org.apache.brooklyn.test.resources.osgi</groupId> <artifactId>brooklyn-test-bundles</artifactId> <packaging>pom</packaging>
