Upgrade lmax disruptor 3.3.4 → 3.3.6 46/51246/2
authorStephen Kitt <skitt@redhat.com>
Tue, 31 Jan 2017 13:52:51 +0000 (14:52 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 31 Jan 2017 14:28:51 +0000 (14:28 +0000)
See https://github.com/LMAX-Exchange/disruptor/releases/tag/3.3.5 and
https://github.com/LMAX-Exchange/disruptor/releases/tag/3.3.6 for the
changes.

Change-Id: Ia625a38e669d2ce9542bda4b4ea7144d7c34109d
Signed-off-by: Stephen Kitt <skitt@redhat.com>
features/features-odlparent/src/main/feature/feature.xml
odlparent/pom.xml

index 0633d0b6d280bd31960248057288f62df72be10a..c1392c039f1acdf249c547e55b86a838219fb74c 100644 (file)
@@ -30,7 +30,7 @@
     <feature name="odl-guava" description="OpenDaylight :: Guava" version="19.0">
         <bundle>mvn:com.google.guava/guava/19.0</bundle>
     </feature>
-    <feature name="odl-lmax" description="OpenDaylight :: LMAX Disruptor" version="3.3.4">
+    <feature name="odl-lmax" description="OpenDaylight :: LMAX Disruptor" version="3.3.6">
         <feature version="${project.version}">odl-lmax-3</feature>
     </feature>
     <feature name="odl-triemap" description="OpenDaylight :: Concurrent Trie HashMap" version="0.2.23">
index 18672d3e33ac60a27b38295e3b28189d7327502e..6c85fba4457c7a21fc895c250e0b2a59c4b31689 100644 (file)
         <groupId>com.lmax</groupId>
         <artifactId>disruptor</artifactId>
         <!-- If this is updated, the version in features.xml needs to be changed too -->
-        <version>3.3.4</version>
+        <version>3.3.6</version>
       </dependency>
 
       <!-- Add Pax Exam -->