Madan Jampani

Correct atomix version in features.xml and pom.xml

Change-Id: I416da6b7d11e1b1e0c27c6ce15428e978d2fccd1
......@@ -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>
......
......@@ -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&amp;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>
......