You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/03/09 22:01:24 UTC

activemq-artemis git commit: ARTEMIS-1562 Fixing typo on example

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 15460adf5 -> ee54954f2


ARTEMIS-1562 Fixing typo on 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/ee54954f
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/ee54954f
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/ee54954f

Branch: refs/heads/master
Commit: ee54954f2a45c7db02c6637d62cd93255fa3cb57
Parents: 15460ad
Author: Clebert Suconic <cl...@apache.org>
Authored: Fri Mar 9 16:59:36 2018 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri Mar 9 17:01:15 2018 -0500

----------------------------------------------------------------------
 examples/features/ha/client-side-failoverlistener/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/ee54954f/examples/features/ha/client-side-failoverlistener/pom.xml
----------------------------------------------------------------------
diff --git a/examples/features/ha/client-side-failoverlistener/pom.xml b/examples/features/ha/client-side-failoverlistener/pom.xml
index 8fb7780..98430e9 100644
--- a/examples/features/ha/client-side-failoverlistener/pom.xml
+++ b/examples/features/ha/client-side-failoverlistener/pom.xml
@@ -101,7 +101,7 @@ under the License.
             <dependencies>
                <dependency>
                   <groupId>org.apache.activemq.examples.failover</groupId>
-                  <artifactId>client-side-fileoverlistener</artifactId>
+                  <artifactId>client-side-failoverlistener</artifactId>
                   <version>${project.version}</version>
                </dependency>
             </dependencies>