You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by nt...@apache.org on 2015/10/28 14:15:10 UTC

[34/50] [abbrv] ignite git commit: Ignite JMS 1.1 Streamer: Upgrade test ActiveMQ to 5.12.0.

Ignite JMS 1.1 Streamer: Upgrade test ActiveMQ to 5.12.0.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e769c3a8
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e769c3a8
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e769c3a8

Branch: refs/heads/ignite-426-2-reb
Commit: e769c3a807b3f367fc1ef48d62ca3e055123d8ee
Parents: 9d7543a
Author: Raul Kripalani <ra...@apache.org>
Authored: Wed Oct 28 12:05:41 2015 +0000
Committer: Raul Kripalani <ra...@apache.org>
Committed: Wed Oct 28 12:05:52 2015 +0000

----------------------------------------------------------------------
 modules/jms11/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e769c3a8/modules/jms11/pom.xml
----------------------------------------------------------------------
diff --git a/modules/jms11/pom.xml b/modules/jms11/pom.xml
index 47a1495..72a643b 100644
--- a/modules/jms11/pom.xml
+++ b/modules/jms11/pom.xml
@@ -35,7 +35,7 @@
     <url>http://ignite.apache.org</url>
 
     <properties>
-        <activemq.version>5.11.1</activemq.version>
+        <activemq.version>5.12.0</activemq.version>
     </properties>
 
     <dependencies>