Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Nov 10, 2017
1 parent e59b0f7 commit a665552
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion zipkin-autoconfigure/metrics-prometheus/pom.xml
Expand Up @@ -27,7 +27,7 @@

<properties>
<main.basedir>${project.basedir}/../..</main.basedir>
<prometheus_simpleclient.version>0.0.26</prometheus_simpleclient.version>
<prometheus_simpleclient.version>0.1.0</prometheus_simpleclient.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion zipkin-autoconfigure/storage-elasticsearch-aws/pom.xml
Expand Up @@ -28,7 +28,7 @@

<properties>
<main.basedir>${project.basedir}/../..</main.basedir>
<aws.sdk.version>1.11.205</aws.sdk.version>
<aws.sdk.version>1.11.228</aws.sdk.version>
</properties>

<dependencies>
Expand Down
Expand Up @@ -33,7 +33,7 @@ public class ITCassandraStorage {

@ClassRule
public static LazyCassandraStorage storage =
new LazyCassandraStorage("openzipkin/zipkin-cassandra:2.2.0", "test_zipkin");
new LazyCassandraStorage("openzipkin/zipkin-cassandra:2.2.2", "test_zipkin");

public static class DependenciesTest extends CassandraDependenciesTest {
@Override protected CassandraStorage storage() {
Expand Down
Expand Up @@ -30,7 +30,7 @@ public class ITCassandra3Storage {

@ClassRule
public static LazyCassandra3Storage storage =
new LazyCassandra3Storage("openzipkin/zipkin-cassandra:2.2.0", "test_zipkin3");
new LazyCassandra3Storage("openzipkin/zipkin-cassandra:2.2.2", "test_zipkin3");

public static class DependenciesTest extends CassandraDependenciesTest {
@Override protected Cassandra3Storage storage() {
Expand Down
Expand Up @@ -27,7 +27,7 @@ public class ITElasticsearchHttpStorageV2 {

@ClassRule
public static LazyElasticsearchHttpStorage storage =
new LazyElasticsearchHttpStorage("openzipkin/zipkin-elasticsearch:2.2.0");
new LazyElasticsearchHttpStorage("openzipkin/zipkin-elasticsearch:2.2.2");

public static class DependenciesTest extends ElasticsearchHttpDependenciesTest {
@Override protected ElasticsearchHttpStorage esStorage() {
Expand Down
Expand Up @@ -27,7 +27,7 @@ public class ITElasticsearchHttpStorageV5 {

@ClassRule
public static LazyElasticsearchHttpStorage storage =
new LazyElasticsearchHttpStorage("openzipkin/zipkin-elasticsearch5:2.2.0");
new LazyElasticsearchHttpStorage("openzipkin/zipkin-elasticsearch5:2.2.2");

public static class DependenciesTest extends ElasticsearchHttpDependenciesTest {
@Override protected ElasticsearchHttpStorage esStorage() {
Expand Down
Expand Up @@ -27,7 +27,7 @@ public class ITElasticsearchHttpStorageV6 {

@ClassRule
public static LazyElasticsearchHttpStorage storage =
new LazyElasticsearchHttpStorage("openzipkin/zipkin-elasticsearch6:2.2.0");
new LazyElasticsearchHttpStorage("openzipkin/zipkin-elasticsearch6:2.2.2");

public static class DependenciesTest extends ElasticsearchHttpDependenciesTest {
@Override protected ElasticsearchHttpStorage esStorage() {
Expand Down

0 comments on commit a665552

Please sign in to comment.