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 2016/01/13 15:50:01 UTC

syncope git commit: Updating LMAX Disruptor

Repository: syncope
Updated Branches:
  refs/heads/1_2_X c61f85b7e -> e9d7d2d96


Updating LMAX Disruptor


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

Branch: refs/heads/1_2_X
Commit: e9d7d2d968eec1af3ed44e20f8a29adbbf1c07e2
Parents: c61f85b
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Jan 13 15:49:53 2016 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Jan 13 15:49:53 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/e9d7d2d9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7734ce1..fd7970c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,7 +366,7 @@ under the License.
 
     <log4j.version>2.3</log4j.version>
     <slf4j.version>1.7.13</slf4j.version>
-    <disruptor.version>3.3.2</disruptor.version>
+    <disruptor.version>3.3.4</disruptor.version>
 
     <junit.version>4.11</junit.version>
     <selenium.version>2.46.0</selenium.version>