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/15 03:34:45 UTC

activemq-artemis git commit: NO-JIRA Fixing examples

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 77172dece -> 4f1c94898


NO-JIRA Fixing 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/4f1c9489
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/4f1c9489
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/4f1c9489

Branch: refs/heads/master
Commit: 4f1c94898feb081a1c6109226869c948818011c3
Parents: 77172de
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Mar 14 14:55:37 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Mar 14 23:34:28 2018 -0400

----------------------------------------------------------------------
 examples/features/standard/interceptor-amqp/pom.xml | 4 ++--
 examples/features/standard/interceptor-mqtt/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/4f1c9489/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 e47205c..1054d48 100644
--- a/examples/features/standard/interceptor-amqp/pom.xml
+++ b/examples/features/standard/interceptor-amqp/pom.xml
@@ -66,7 +66,7 @@ under the License.
                      <goal>create</goal>
                   </goals>
                   <configuration>
-                     <libList><arg>org.apache.activemq.examples.broker:interceptor-client-amqp:${project.version}</arg></libList>
+                     <libList><arg>org.apache.activemq.examples.broker:interceptor-amqp:${project.version}</arg></libList>
                      <ignore>${noServer}</ignore>
                      <configuration>${basedir}/target/classes/activemq/server0</configuration>
                   </configuration>
@@ -134,4 +134,4 @@ under the License.
          </build>
       </profile>
    </profiles>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/4f1c9489/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 e5a3f0a..fec49ec 100644
--- a/examples/features/standard/interceptor-mqtt/pom.xml
+++ b/examples/features/standard/interceptor-mqtt/pom.xml
@@ -65,7 +65,7 @@ under the License.
                      <goal>create</goal>
                   </goals>
                   <configuration>
-                     <libList><arg>org.apache.activemq.examples.broker:interceptor-client-mqtt:${project.version}</arg></libList>
+                     <libList><arg>org.apache.activemq.examples.broker:interceptor-mqtt:${project.version}</arg></libList>
                      <ignore>${noServer}</ignore>
                      <configuration>${basedir}/target/classes/activemq/server0</configuration>
                   </configuration>
@@ -133,4 +133,4 @@ under the License.
          </build>
       </profile>
    </profiles>
-</project>
\ No newline at end of file
+</project>