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 2016/11/02 23:19:01 UTC

activemq-artemis git commit: NO-JIRA Updating Proton and qpid-jms on missing poms

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 5965a4589 -> 64f43b47b


NO-JIRA Updating Proton and qpid-jms on missing poms


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/64f43b47
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/64f43b47
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/64f43b47

Branch: refs/heads/master
Commit: 64f43b47b670522ffef2a76b84b13d16d31dd40b
Parents: 5965a45
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Nov 2 19:18:52 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Nov 2 19:18:52 2016 -0400

----------------------------------------------------------------------
 examples/features/perf/perf/pom.xml   | 2 +-
 examples/protocols/amqp/queue/pom.xml | 2 +-
 tests/pom.xml                         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/64f43b47/examples/features/perf/perf/pom.xml
----------------------------------------------------------------------
diff --git a/examples/features/perf/perf/pom.xml b/examples/features/perf/perf/pom.xml
index 01c2a71..4f98453 100644
--- a/examples/features/perf/perf/pom.xml
+++ b/examples/features/perf/perf/pom.xml
@@ -59,7 +59,7 @@ under the License.
       <dependency>
          <groupId>org.apache.qpid</groupId>
          <artifactId>qpid-jms-client</artifactId>
-         <version>0.5.0</version>
+         <version>${qpid.jms.version}</version>
       </dependency>
 
    </dependencies>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/64f43b47/examples/protocols/amqp/queue/pom.xml
----------------------------------------------------------------------
diff --git a/examples/protocols/amqp/queue/pom.xml b/examples/protocols/amqp/queue/pom.xml
index 825158e..a74790f 100644
--- a/examples/protocols/amqp/queue/pom.xml
+++ b/examples/protocols/amqp/queue/pom.xml
@@ -39,7 +39,7 @@ under the License.
       <dependency>
          <groupId>org.apache.qpid</groupId>
          <artifactId>qpid-jms-client</artifactId>
-         <version>0.7.0</version>
+         <version>${qpid.jms.version}</version>
       </dependency>
    </dependencies>
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/64f43b47/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index a663f92..fc63fb9 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -49,7 +49,7 @@
          <dependency>
             <groupId>org.apache.qpid</groupId>
             <artifactId>qpid-jms-client</artifactId>
-            <version>0.10.0</version>
+            <version>${qpid.jms.version}</version>
             <!-- License: Apache: 2.0 -->
          </dependency>