Correct atomix version in features.xml and pom.xml
Change-Id: I416da6b7d11e1b1e0c27c6ce15428e978d2fccd1
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -71,7 +71,7 @@ | ... | @@ -71,7 +71,7 @@ |
71 | <dependency> | 71 | <dependency> |
72 | <groupId>io.atomix</groupId> | 72 | <groupId>io.atomix</groupId> |
73 | <artifactId>atomix</artifactId> | 73 | <artifactId>atomix</artifactId> |
74 | - <version>1.0.0-rc7</version> | 74 | + <version>1.0.0-rc8</version> |
75 | </dependency> | 75 | </dependency> |
76 | </dependencies> | 76 | </dependencies> |
77 | </project> | 77 | </project> | ... | ... |
... | @@ -56,7 +56,7 @@ | ... | @@ -56,7 +56,7 @@ |
56 | <bundle>mvn:com.typesafe/config/1.2.1</bundle> | 56 | <bundle>mvn:com.typesafe/config/1.2.1</bundle> |
57 | <bundle>wrap:mvn:com.googlecode.concurrent-trees/concurrent-trees/2.4.0$Bundle-SymbolicName=concurrent-trees&Bundle-Version=2.4.0</bundle> | 57 | <bundle>wrap:mvn:com.googlecode.concurrent-trees/concurrent-trees/2.4.0$Bundle-SymbolicName=concurrent-trees&Bundle-Version=2.4.0</bundle> |
58 | <bundle>mvn:commons-io/commons-io/2.4</bundle> | 58 | <bundle>mvn:commons-io/commons-io/2.4</bundle> |
59 | - <bundle>mvn:io.atomix/atomix-all/1.0.0-rc7</bundle> | 59 | + <bundle>mvn:io.atomix/atomix-all/1.0.0-rc8/bundle> |
60 | 60 | ||
61 | <bundle>mvn:org.glassfish.jersey.core/jersey-client/2.22.2</bundle> | 61 | <bundle>mvn:org.glassfish.jersey.core/jersey-client/2.22.2</bundle> |
62 | 62 | ... | ... |
-
Please register or login to post a comment