You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/04/16 22:28:07 UTC

svn commit: r1588061 - /logging/log4j/log4j2/trunk/pom.xml

Author: mattsicker
Date: Wed Apr 16 20:28:06 2014
New Revision: 1588061

URL: http://svn.apache.org/r1588061
Log:
Upgrade LMAX disruptor to 3.2.1.

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

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1588061&r1=1588060&r2=1588061&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Wed Apr 16 20:28:06 2014
@@ -159,7 +159,7 @@
     <jackson2.version>2.3.2</jackson2.version>
     <spring.version>3.2.8.RELEASE</spring.version>
     <flumeVersion>1.4.0</flumeVersion>
-    <disruptor.version>3.2.0</disruptor.version>
+    <disruptor.version>3.2.1</disruptor.version>
     <!-- Configuration properties for the OSGi maven-bundle-plugin -->
     <project.version.osgi>2.0.0</project.version.osgi>
     <osgi.symbolicName>org.apache.logging.${project.artifactId}</osgi.symbolicName>