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/25 14:47:40 UTC

[2/3] syncope git commit: Upgrading disruptor

Upgrading disruptor


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

Branch: refs/heads/master
Commit: 232cf8f32c12c48abb79306d2aac1a07c17b4299
Parents: ad52b4e
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Feb 25 14:47:05 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Feb 25 14:47:05 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/232cf8f3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 68671d6..30e39f1 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.1</disruptor.version>
+    <disruptor.version>3.3.2</disruptor.version>
 
     <junit.version>4.11</junit.version>
     <selenium.version>2.44.0</selenium.version>