Madan Jampani

Using Atomix 1.0.0-rc9

Change-Id: Id1d5cbaa84d63e0e09af5ff919dacab1f245f13d
...@@ -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-rc8</version> 74 + <version>1.0.0-rc9</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&amp;Bundle-Version=2.4.0</bundle> 57 <bundle>wrap:mvn:com.googlecode.concurrent-trees/concurrent-trees/2.4.0$Bundle-SymbolicName=concurrent-trees&amp;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-rc8</bundle> 59 + <bundle>mvn:io.atomix/atomix-all/1.0.0-rc9</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
......
1 -# ***** This file was auto-generated at Mon Jun 20 15:04:45 PDT 2016. Do not edit this file manually. ***** 1 +# ***** This file was auto-generated at Thu Jun 23 15:31:44 PDT 2016. Do not edit this file manually. *****
2 osgi_feature_group( 2 osgi_feature_group(
3 name = 'COMPILE', 3 name = 'COMPILE',
4 visibility = ['PUBLIC'], 4 visibility = ['PUBLIC'],
...@@ -133,10 +133,10 @@ remote_jar ( ...@@ -133,10 +133,10 @@ remote_jar (
133 133
134 remote_jar ( 134 remote_jar (
135 name = 'atomix', 135 name = 'atomix',
136 - out = 'atomix-all-1.0.0-rc8.jar', 136 + out = 'atomix-all-1.0.0-rc9.jar',
137 - url = 'mvn:io.atomix:atomix-all:jar:1.0.0-rc8', 137 + url = 'mvn:io.atomix:atomix-all:jar:1.0.0-rc9',
138 - sha1 = 'ed6259ce60ecf00f40e61d814b74515324c6c9fb', 138 + sha1 = '05a5ff76bba888856416b3132e1c45626f0fcaaf',
139 - maven_coords = 'io.atomix:atomix-all:1.0.0-rc8', 139 + maven_coords = 'io.atomix:atomix-all:1.0.0-rc9',
140 visibility = [ 'PUBLIC' ], 140 visibility = [ 'PUBLIC' ],
141 ) 141 )
142 142
......
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
86 "gmetric4j": "mvn:info.ganglia.gmetric4j:gmetric4j:1.0.10", 86 "gmetric4j": "mvn:info.ganglia.gmetric4j:gmetric4j:1.0.10",
87 "aopalliance-repackaged": "mvn:org.glassfish.hk2.external:aopalliance-repackaged:2.4.0-b34", 87 "aopalliance-repackaged": "mvn:org.glassfish.hk2.external:aopalliance-repackaged:2.4.0-b34",
88 "asm": "mvn:org.ow2.asm:asm:5.0.3", 88 "asm": "mvn:org.ow2.asm:asm:5.0.3",
89 - "atomix": "mvn:io.atomix:atomix-all:1.0.0-rc8", 89 + "atomix": "mvn:io.atomix:atomix-all:1.0.0-rc9",
90 "commons-codec": "mvn:commons-codec:commons-codec:1.10", 90 "commons-codec": "mvn:commons-codec:commons-codec:1.10",
91 "commons-collections": "mvn:commons-collections:commons-collections:3.2.2", 91 "commons-collections": "mvn:commons-collections:commons-collections:3.2.2",
92 "commons-configuration": "mvn:commons-configuration:commons-configuration:1.10", 92 "commons-configuration": "mvn:commons-configuration:commons-configuration:1.10",
......