You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/08/27 09:48:58 UTC

[41/50] [abbrv] logging-log4j2 git commit: [LOG4J2-1551] Update JMS test from ActiveMQ 5.13.4 to 5.14.0. Local build OK.

[LOG4J2-1551] Update JMS test from ActiveMQ 5.13.4 to 5.14.0. Local
build OK.

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

Branch: refs/heads/LOG4J-1181
Commit: d8d2ac0854a08ec7286c3597bc0dcb033642f33c
Parents: 3e55d68
Author: Gary Gregory <gg...@apache.org>
Authored: Fri Aug 26 15:14:59 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Fri Aug 26 15:14:59 2016 -0700

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d8d2ac08/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 91c5357..eb87b95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,7 +221,7 @@
     <projectDir />
     <commonsLoggingVersion>1.2</commonsLoggingVersion>
     <osgi.api.version>4.3.1</osgi.api.version>
-    <activemq.version>5.13.4</activemq.version>
+    <activemq.version>5.14.0</activemq.version>
     <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
     <minSeverity>info</minSeverity>
   </properties>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d8d2ac08/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 05aa5f7..0afb959 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -153,6 +153,9 @@
       <action issue="LOG4J2-1487" dev="ggregory" type="update" due-to="Gary Gregory">
         Update JMS test from ActiveMQ 5.13.3 to 5.13.4.
       </action>
+      <action issue="LOG4J2-1551" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update JMS test from ActiveMQ 5.13.4 to 5.14.0.
+      </action>
       <action issue="LOG4J2-1543" dev="ggregory" type="update" due-to="Gary Gregory">
         Remove deprecated Core API org.apache.logging.log4j.core.util.Constants.UTF_8.
       </action>