You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/02/24 14:46:45 UTC

[2/3] syncope git commit: Upgrading LMAX Disruptor

Upgrading LMAX Disruptor


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

Branch: refs/heads/master
Commit: ad52b4ea393881fc6a24229c84c0d3d08a27bcbb
Parents: c1e6b58
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Feb 24 14:45:36 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Feb 24 14:45:36 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/ad52b4ea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c22f140..68671d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -360,7 +360,7 @@ under the License.
 
     <log4j.version>2.1</log4j.version>
     <slf4j.version>1.7.10</slf4j.version>
-    <disruptor.version>3.3.0</disruptor.version>
+    <disruptor.version>3.3.1</disruptor.version>
 
     <junit.version>4.11</junit.version>
     <selenium.version>2.44.0</selenium.version>