Revert atomix back to 1.0.0-rc9.

Change-Id: Id096ce01151795cf09f5c7200544e581c46ee202
This commit is contained in:
Jonathan Hart 2017-01-13 10:25:21 -08:00
parent fa95506bb1
commit b2bbb508c5
4 changed files with 8 additions and 8 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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 (
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' ],
)

View File

@ -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",