Repository: activemq-artemis Updated Branches: refs/heads/master 6b17d966c -> 6c6568b76
fixing release profile on examples Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/a4498d46 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/a4498d46 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/a4498d46 Branch: refs/heads/master Commit: a4498d46d148fe6c236ef328502235eb3b63cc45 Parents: 6b17d96 Author: Clebert Suconic <clebertsuco...@apache.org> Authored: Thu Aug 13 20:15:31 2015 -0400 Committer: Clebert Suconic <clebertsuco...@apache.org> Committed: Thu Aug 13 20:28:24 2015 -0400 ---------------------------------------------------------------------- examples/features/perf/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/a4498d46/examples/features/perf/pom.xml ---------------------------------------------------------------------- diff --git a/examples/features/perf/pom.xml b/examples/features/perf/pom.xml index eaafdaf..b47c259 100644 --- a/examples/features/perf/pom.xml +++ b/examples/features/perf/pom.xml @@ -22,8 +22,8 @@ under the License. <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.activemq.examples</groupId> - <artifactId>artemis-examples</artifactId> + <groupId>org.apache.activemq.examples.clustered</groupId> + <artifactId>broker-features</artifactId> <version>1.0.1-SNAPSHOT</version> </parent>