revert Atomix version to 2.0.0-raft-final to address instability

Change-Id: Ic1e21a8bf3397e1ee56184ea72981204d55696cc
diff --git a/core/store/primitives/pom.xml b/core/store/primitives/pom.xml
index 6b8dc6f..c546bda 100644
--- a/core/store/primitives/pom.xml
+++ b/core/store/primitives/pom.xml
@@ -70,7 +70,7 @@
         <dependency>
             <groupId>io.atomix</groupId>
             <artifactId>atomix</artifactId>
-            <version>2.0.1</version>
+            <version>2.0.0-raft-final</version>
         </dependency>
 
         <dependency>
diff --git a/features/features.xml b/features/features.xml
index 620cf69..bd36ee4 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -59,7 +59,7 @@
         <bundle>mvn:com.typesafe/config/1.2.1</bundle>
         <bundle>mvn:com.googlecode.concurrent-trees/concurrent-trees/2.6.0</bundle>
         <bundle>mvn:commons-io/commons-io/2.4</bundle>
-        <bundle>mvn:io.atomix/atomix/2.0.1</bundle>
+        <bundle>mvn:io.atomix/atomix/2.0.0-raft-final</bundle>
 
         <bundle>mvn:org.glassfish.jersey.core/jersey-client/2.25.1</bundle>
 
diff --git a/lib/BUCK b/lib/BUCK
index 971a622..0aa842f 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Wed, 6 Sep 2017 00:09:58 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Wed, 6 Sep 2017 17:49:08 GMT. Do not edit this file manually. *****
 # ***** Use onos-lib-gen *****
 
 pass_thru_pom(
@@ -178,10 +178,10 @@
 
 remote_jar (
   name = 'atomix',
-  out = 'atomix-2.0.1.jar',
-  url = 'mvn:io.atomix:atomix:jar:2.0.1',
-  sha1 = '0262155f7ed339030ae33088e0f08959a9c28328',
-  maven_coords = 'io.atomix:atomix:2.0.1',
+  out = 'atomix-2.0.0-raft-final.jar',
+  url = 'mvn:io.atomix:atomix:jar:2.0.0-raft-final',
+  sha1 = '75ded9852e3d45ca4cbb3976a9ce39062e13fc0a',
+  maven_coords = 'io.atomix:atomix:2.0.0-raft-final',
   visibility = [ 'PUBLIC' ],
 )
 
diff --git a/lib/deps.json b/lib/deps.json
index b8fe299..e224e8b 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -112,7 +112,7 @@
     "aopalliance-repackaged": "mvn:org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b32",
     "amqp-client": "mvn:com.rabbitmq:amqp-client:jar:3.6.1",
     "asm": "mvn:org.ow2.asm:asm:5.0.4",
-    "atomix": "mvn:io.atomix:atomix:2.0.1",
+    "atomix": "mvn:io.atomix:atomix:2.0.0-raft-final",
     "commons-codec": "mvn:commons-codec:commons-codec:1.10",
     "commons-collections": "mvn:commons-collections:commons-collections:3.2.2",
     "commons-configuration": "mvn:commons-configuration:commons-configuration:1.10",