You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2014/07/23 01:32:44 UTC

svn commit: r1612725 - in /logging/log4j/log4j2/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Tue Jul 22 23:32:44 2014
New Revision: 1612725

URL: http://svn.apache.org/r1612725
Log:
[LOG4J2-733] Update to latest Jackson jars from the 2.4.1.X line.

Modified:
    logging/log4j/log4j2/trunk/pom.xml
    logging/log4j/log4j2/trunk/src/changes/changes.xml

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1612725&r1=1612724&r2=1612725&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Tue Jul 22 23:32:44 2014
@@ -452,13 +452,13 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-core</artifactId>
-        <version>${jackson2.version}</version>
+        <version>${jackson2.version}.1</version>
         <optional>true</optional>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>2.4.1.1</version>
+        <version>${jackson2.version}.3</version>
         <optional>true</optional>
       </dependency>
       <dependency>

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1612725&r1=1612724&r2=1612725&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Tue Jul 22 23:32:44 2014
@@ -55,6 +55,9 @@
       <action issue="LOG4J2-732" dev="ggregory" type="updated">
         Update to LMAX Disruptor 3.3.0 from 3.2.1.
       </action>
+      <action issue="LOG4J2-733" dev="ggregory" type="updated">
+        Update to latest Jackson jars from the 2.4.1.X line.
+      </action>
     </release> 
     <release version="2.0" date="2014-07-12" description="GA Release">
       <action issue="LOG4J2-705" dev="rpopma" type="fix">