Correct atomix version in features.xml and pom.xml
Change-Id: I416da6b7d11e1b1e0c27c6ce15428e978d2fccd1
diff --git a/core/store/primitives/pom.xml b/core/store/primitives/pom.xml
index e002bd7..f3345b1 100644
--- a/core/store/primitives/pom.xml
+++ b/core/store/primitives/pom.xml
@@ -71,7 +71,7 @@
<dependency>
<groupId>io.atomix</groupId>
<artifactId>atomix</artifactId>
- <version>1.0.0-rc7</version>
+ <version>1.0.0-rc8</version>
</dependency>
</dependencies>
</project>
diff --git a/features/features.xml b/features/features.xml
index 741ab2a..81b7eeb 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -56,7 +56,7 @@
<bundle>mvn:com.typesafe/config/1.2.1</bundle>
<bundle>wrap:mvn:com.googlecode.concurrent-trees/concurrent-trees/2.4.0$Bundle-SymbolicName=concurrent-trees&Bundle-Version=2.4.0</bundle>
<bundle>mvn:commons-io/commons-io/2.4</bundle>
- <bundle>mvn:io.atomix/atomix-all/1.0.0-rc7</bundle>
+ <bundle>mvn:io.atomix/atomix-all/1.0.0-rc8/bundle>
<bundle>mvn:org.glassfish.jersey.core/jersey-client/2.22.2</bundle>