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 2017/04/10 08:48:36 UTC

[4/9] logging-log4j2 git commit: [LOG4J2-1868] Update ZeroMQ's JeroMQ from 0.3.6 to 0.4.0. Local build OK

[LOG4J2-1868] Update ZeroMQ's JeroMQ from 0.3.6 to 0.4.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/ccc30dc0
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ccc30dc0
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ccc30dc0

Branch: refs/heads/LOG4J2-1860
Commit: ccc30dc09d7dc0e7fe3db05dc7e5f7a086b8f21c
Parents: 90a8f79
Author: Gary Gregory <ga...@gmail.com>
Authored: Fri Apr 7 22:40:05 2017 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Fri Apr 7 22:40:05 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ccc30dc0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0e1bbce..0d90c6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -592,7 +592,7 @@
       <dependency>
         <groupId>org.zeromq</groupId>
         <artifactId>jeromq</artifactId>
-        <version>0.3.6</version>
+        <version>0.4.0</version>
       </dependency>
       <dependency>
         <groupId>javax.servlet</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ccc30dc0/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9968986..88faf7b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,11 @@
          - "update" - Change
          - "remove" - Removed
     -->
+    <release version="2.9.0" date="2017-MM-DD" description="GA Release 2.9.0">
+      <action issue="LOG4J2-1868" dev="ggregory" type="fix">
+        Update ZeroMQ's JeroMQ from 0.3.6 to 0.4.0.
+      </action>
+    </release>
     <release version="2.8.2" date="2017-04-02" description="GA Release 2.8.2">
       <action issue="LOG4J2-1861" dev="mattsicker" type="fix">
         Fix JavaDoc on org.apache.logging.log4j.ThreadContext about inheritance.