Repository: activemq-artemis Updated Branches: refs/heads/master 5f4b5eb40 -> fb75df0c0
ARTEMIS-929 Fixing Topic example Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/fb75df0c Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/fb75df0c Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/fb75df0c Branch: refs/heads/master Commit: fb75df0c01cee24a6dafb84b8125770dd97def42 Parents: 5f4b5eb Author: Clebert Suconic <[email protected]> Authored: Thu Jan 19 12:44:44 2017 -0500 Committer: Clebert Suconic <[email protected]> Committed: Thu Jan 19 12:44:44 2017 -0500 ---------------------------------------------------------------------- examples/features/standard/topic-hierarchies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/fb75df0c/examples/features/standard/topic-hierarchies/pom.xml ---------------------------------------------------------------------- diff --git a/examples/features/standard/topic-hierarchies/pom.xml b/examples/features/standard/topic-hierarchies/pom.xml index a47e831..f7222ed 100644 --- a/examples/features/standard/topic-hierarchies/pom.xml +++ b/examples/features/standard/topic-hierarchies/pom.xml @@ -57,7 +57,7 @@ under the License. <configuration> <ignore>${noServer}</ignore> <args> - <arg>--topics</arg> + <arg>--addresses</arg> <arg>news,news.usa,news.usa.wrestling,news.europe,news.europe.sport,news.europe.entertainment</arg> </args> </configuration>
