You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2017/10/23 17:19:22 UTC

[07/28] tomee git commit: Have to support Java 7 with amq 5.14.5

Have to support Java 7 with amq 5.14.5


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

Branch: refs/heads/fb_tomee8
Commit: 5e0a66056b302b0f921e3b1daf517c155a8b3318
Parents: 1a84d23
Author: andygumbrecht <an...@gmx.de>
Authored: Wed Sep 13 21:40:11 2017 +0200
Committer: andygumbrecht <an...@gmx.de>
Committed: Wed Sep 13 21:40:11 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/5e0a6605/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 056e0cb..11b5ca8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
     <commons-net.version>3.3</commons-net.version>
 
     <bval.version>1.1.2</bval.version>
-    <org.apache.activemq.version>5.15.0</org.apache.activemq.version>
+    <org.apache.activemq.version>5.14.5</org.apache.activemq.version>
     <org.springframework.version>3.1.4.RELEASE</org.springframework.version>
     <junit.version>4.12</junit.version>
     <org.apache.axis2.version>1.4.1</org.apache.axis2.version>