Repository: incubator-brooklyn Updated Branches: refs/heads/master 0c2405808 -> ee9b59a74
Revert "Align groupId with that of the test bundles" This reverts commit b23543fab5a79e12a8155dd5669a8c8d9fa8cb4e. Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/97e4ab9d Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/97e4ab9d Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/97e4ab9d Branch: refs/heads/master Commit: 97e4ab9dfc856412a2f2ea82aceea68ad5b7d4de Parents: 0c24058 Author: Alex Heneveld <[email protected]> Authored: Thu Aug 20 13:42:33 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Thu Aug 20 13:42:33 2015 +0100 ---------------------------------------------------------------------- utils/test-bundles/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/97e4ab9d/utils/test-bundles/pom.xml ---------------------------------------------------------------------- diff --git a/utils/test-bundles/pom.xml b/utils/test-bundles/pom.xml index 0323cb2..d21ce93 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.resources.osgi</groupId> + <groupId>org.apache.brooklyn.test</groupId> <artifactId>brooklyn-test-bundles</artifactId> <packaging>pom</packaging>
