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 23:10:41 UTC

activemq-artemis git commit: ARTEMIS-1562 Fixing typos on examples [Forced Update!]

Repository: activemq-artemis
Updated Branches:
  refs/heads/master ee54954f2 -> 5ab187b7f (forced update)


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

Branch: refs/heads/master
Commit: 5ab187b7fef5ed6ad8a857287417f55878678714
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 18:10:01 2018 -0500

----------------------------------------------------------------------
 examples/features/ha/client-side-failoverlistener/pom.xml | 2 +-
 examples/features/standard/interceptor-amqp/pom.xml       | 2 +-
 examples/features/standard/interceptor-mqtt/pom.xml       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5ab187b7/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>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5ab187b7/examples/features/standard/interceptor-amqp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/features/standard/interceptor-amqp/pom.xml b/examples/features/standard/interceptor-amqp/pom.xml
index de4e5b1..76d763e 100644
--- a/examples/features/standard/interceptor-amqp/pom.xml
+++ b/examples/features/standard/interceptor-amqp/pom.xml
@@ -110,7 +110,7 @@ under the License.
             <dependencies>
                <dependency>
                   <groupId>org.apache.activemq.examples.broker</groupId>
-                  <artifactId>interceptor-client-amqp</artifactId>
+                  <artifactId>interceptor-amqp</artifactId>
                   <version>${project.version}</version>
                </dependency>
             </dependencies>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5ab187b7/examples/features/standard/interceptor-mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/examples/features/standard/interceptor-mqtt/pom.xml b/examples/features/standard/interceptor-mqtt/pom.xml
index 20053d4..e9a91bb 100644
--- a/examples/features/standard/interceptor-mqtt/pom.xml
+++ b/examples/features/standard/interceptor-mqtt/pom.xml
@@ -109,7 +109,7 @@ under the License.
             <dependencies>
                <dependency>
                   <groupId>org.apache.activemq.examples.broker</groupId>
-                  <artifactId>interceptor-client-mqtt</artifactId>
+                  <artifactId>interceptor-mqtt</artifactId>
                   <version>${project.version}</version>
                </dependency>
             </dependencies>