Revert atomix back to 1.0.0-rc9.

Change-Id: Id096ce01151795cf09f5c7200544e581c46ee202
diff --git a/core/store/primitives/pom.xml b/core/store/primitives/pom.xml
index b8b2605..0c60c4c 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>1.0.0</version>
+            <version>1.0.0-rc9</version>
         </dependency>
 
         <dependency>
diff --git a/features/features.xml b/features/features.xml
index fee14f5..d5f81fe 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -56,7 +56,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-all/1.0.0</bundle>
+        <bundle>mvn:io.atomix/atomix-all/1.0.0-rc9</bundle>
 
         <bundle>mvn:org.glassfish.jersey.core/jersey-client/2.22.2</bundle>
 
diff --git a/lib/BUCK b/lib/BUCK
index 4d21836..a6d6023 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Thu Jan 12 18:31:20 PST 2017. Do not edit this file manually. *****
+# ***** This file was auto-generated at Fri Jan 13 10:17:21 PST 2017. Do not edit this file manually. *****
 osgi_feature_group(
   name = 'COMPILE',
   visibility = ['PUBLIC'],
@@ -137,10 +137,10 @@
 
 remote_jar (
   name = 'atomix',
-  out = 'atomix-all-1.0.0.jar',
-  url = 'mvn:io.atomix:atomix-all:jar:1.0.0',
-  sha1 = '1a1074eeb84b416a8ef032dabfe2f6a201978630',
-  maven_coords = 'io.atomix:atomix-all:1.0.0',
+  out = 'atomix-all-1.0.0-rc9.jar',
+  url = 'mvn:io.atomix:atomix-all:jar:1.0.0-rc9',
+  sha1 = '05a5ff76bba888856416b3132e1c45626f0fcaaf',
+  maven_coords = 'io.atomix:atomix-all:1.0.0-rc9',
   visibility = [ 'PUBLIC' ],
 )
 
diff --git a/lib/deps.json b/lib/deps.json
index 5bd5160..b9710ed 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -90,7 +90,7 @@
     "aopalliance-repackaged": "mvn:org.glassfish.hk2.external:aopalliance-repackaged:2.4.0-b34",
     "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-all:1.0.0",
+    "atomix": "mvn:io.atomix:atomix-all:1.0.0-rc9",
     "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",