From e6fa2f179cb34dd74beab5230b0fc5ff85c81a8f Mon Sep 17 00:00:00 2001 From: adriancole Date: Mon, 31 Oct 2016 15:27:18 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- benchmarks/pom.xml | 2 +- pom.xml | 4 ++-- zipkin-autoconfigure/collector-kafka/pom.xml | 2 +- zipkin-autoconfigure/collector-scribe/pom.xml | 2 +- zipkin-autoconfigure/metrics-prometheus/pom.xml | 2 +- zipkin-autoconfigure/pom.xml | 2 +- zipkin-autoconfigure/storage-cassandra/pom.xml | 2 +- zipkin-autoconfigure/storage-cassandra3/pom.xml | 2 +- zipkin-autoconfigure/storage-elasticsearch-aws/pom.xml | 2 +- zipkin-autoconfigure/storage-elasticsearch-http/pom.xml | 2 +- zipkin-autoconfigure/storage-elasticsearch/pom.xml | 2 +- zipkin-autoconfigure/storage-mysql/pom.xml | 2 +- zipkin-autoconfigure/ui/pom.xml | 2 +- zipkin-collector/kafka/pom.xml | 2 +- zipkin-collector/pom.xml | 2 +- zipkin-collector/scribe/pom.xml | 2 +- zipkin-guava/pom.xml | 2 +- zipkin-junit/pom.xml | 2 +- zipkin-server/pom.xml | 2 +- zipkin-storage/cassandra/pom.xml | 2 +- zipkin-storage/cassandra3/pom.xml | 2 +- zipkin-storage/elasticsearch-http/pom.xml | 2 +- zipkin-storage/elasticsearch/pom.xml | 2 +- zipkin-storage/mysql/pom.xml | 2 +- zipkin-storage/pom.xml | 2 +- zipkin-ui/pom.xml | 2 +- zipkin-zookeeper/pom.xml | 2 +- zipkin/pom.xml | 2 +- 28 files changed, 29 insertions(+), 29 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 54c4f287f15..37993f7b427 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java parent - 1.14.2 + 1.14.3-SNAPSHOT benchmarks diff --git a/pom.xml b/pom.xml index db1c7db48dd..5bcd2e564ff 100755 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ io.zipkin.java parent - 1.14.2 + 1.14.3-SNAPSHOT pom @@ -112,7 +112,7 @@ https://github.com/openzipkin/zipkin scm:git:https://github.com/openzipkin/zipkin.git scm:git:https://github.com/openzipkin/zipkin.git - 1.14.2 + HEAD diff --git a/zipkin-autoconfigure/collector-kafka/pom.xml b/zipkin-autoconfigure/collector-kafka/pom.xml index 84c7429df39..1fd64329f90 100644 --- a/zipkin-autoconfigure/collector-kafka/pom.xml +++ b/zipkin-autoconfigure/collector-kafka/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java zipkin-autoconfigure - 1.14.2 + 1.14.3-SNAPSHOT zipkin-autoconfigure-collector-kafka diff --git a/zipkin-autoconfigure/collector-scribe/pom.xml b/zipkin-autoconfigure/collector-scribe/pom.xml index 43c3260f5fa..5629067fa89 100644 --- a/zipkin-autoconfigure/collector-scribe/pom.xml +++ b/zipkin-autoconfigure/collector-scribe/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java zipkin-autoconfigure - 1.14.2 + 1.14.3-SNAPSHOT zipkin-autoconfigure-collector-scribe diff --git a/zipkin-autoconfigure/metrics-prometheus/pom.xml b/zipkin-autoconfigure/metrics-prometheus/pom.xml index 44ed19b6131..65255e73394 100644 --- a/zipkin-autoconfigure/metrics-prometheus/pom.xml +++ b/zipkin-autoconfigure/metrics-prometheus/pom.xml @@ -18,7 +18,7 @@ zipkin-autoconfigure io.zipkin.java - 1.14.2 + 1.14.3-SNAPSHOT 4.0.0 diff --git a/zipkin-autoconfigure/pom.xml b/zipkin-autoconfigure/pom.xml index 494106421bd..9501044c23c 100644 --- a/zipkin-autoconfigure/pom.xml +++ b/zipkin-autoconfigure/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java parent - 1.14.2 + 1.14.3-SNAPSHOT zipkin-autoconfigure diff --git a/zipkin-autoconfigure/storage-cassandra/pom.xml b/zipkin-autoconfigure/storage-cassandra/pom.xml index 0cd86c26a2a..be333e636f1 100644 --- a/zipkin-autoconfigure/storage-cassandra/pom.xml +++ b/zipkin-autoconfigure/storage-cassandra/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java zipkin-autoconfigure - 1.14.2 + 1.14.3-SNAPSHOT zipkin-autoconfigure-storage-cassandra diff --git a/zipkin-autoconfigure/storage-cassandra3/pom.xml b/zipkin-autoconfigure/storage-cassandra3/pom.xml index 7e1213b7f7c..8ffc2737bc8 100644 --- a/zipkin-autoconfigure/storage-cassandra3/pom.xml +++ b/zipkin-autoconfigure/storage-cassandra3/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java zipkin-autoconfigure - 1.14.2 + 1.14.3-SNAPSHOT zipkin-autoconfigure-storage-cassandra3 diff --git a/zipkin-autoconfigure/storage-elasticsearch-aws/pom.xml b/zipkin-autoconfigure/storage-elasticsearch-aws/pom.xml index cb44cfd07db..e5d20fcd390 100644 --- a/zipkin-autoconfigure/storage-elasticsearch-aws/pom.xml +++ b/zipkin-autoconfigure/storage-elasticsearch-aws/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java zipkin-autoconfigure - 1.14.2 + 1.14.3-SNAPSHOT zipkin-autoconfigure-storage-elasticsearch-aws diff --git a/zipkin-autoconfigure/storage-elasticsearch-http/pom.xml b/zipkin-autoconfigure/storage-elasticsearch-http/pom.xml index 1f9b3998166..d478d6b75ec 100644 --- a/zipkin-autoconfigure/storage-elasticsearch-http/pom.xml +++ b/zipkin-autoconfigure/storage-elasticsearch-http/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java zipkin-autoconfigure - 1.14.2 + 1.14.3-SNAPSHOT zipkin-autoconfigure-storage-elasticsearch-http diff --git a/zipkin-autoconfigure/storage-elasticsearch/pom.xml b/zipkin-autoconfigure/storage-elasticsearch/pom.xml index e63dde7818d..1324e506ae9 100644 --- a/zipkin-autoconfigure/storage-elasticsearch/pom.xml +++ b/zipkin-autoconfigure/storage-elasticsearch/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java zipkin-autoconfigure - 1.14.2 + 1.14.3-SNAPSHOT zipkin-autoconfigure-storage-elasticsearch diff --git a/zipkin-autoconfigure/storage-mysql/pom.xml b/zipkin-autoconfigure/storage-mysql/pom.xml index 78d7e95778c..e361943597f 100644 --- a/zipkin-autoconfigure/storage-mysql/pom.xml +++ b/zipkin-autoconfigure/storage-mysql/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java zipkin-autoconfigure - 1.14.2 + 1.14.3-SNAPSHOT zipkin-autoconfigure-storage-mysql diff --git a/zipkin-autoconfigure/ui/pom.xml b/zipkin-autoconfigure/ui/pom.xml index 4ba8fbf9abc..8c84ca9404f 100644 --- a/zipkin-autoconfigure/ui/pom.xml +++ b/zipkin-autoconfigure/ui/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java zipkin-autoconfigure - 1.14.2 + 1.14.3-SNAPSHOT zipkin-autoconfigure-ui diff --git a/zipkin-collector/kafka/pom.xml b/zipkin-collector/kafka/pom.xml index ce9fe1da526..27627be4dc7 100644 --- a/zipkin-collector/kafka/pom.xml +++ b/zipkin-collector/kafka/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java zipkin-collector - 1.14.2 + 1.14.3-SNAPSHOT zipkin-collector-kafka diff --git a/zipkin-collector/pom.xml b/zipkin-collector/pom.xml index 736d25d9c9f..f9717ff6eeb 100644 --- a/zipkin-collector/pom.xml +++ b/zipkin-collector/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java parent - 1.14.2 + 1.14.3-SNAPSHOT zipkin-collector diff --git a/zipkin-collector/scribe/pom.xml b/zipkin-collector/scribe/pom.xml index 376913d3120..1a3c1717fb1 100644 --- a/zipkin-collector/scribe/pom.xml +++ b/zipkin-collector/scribe/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java zipkin-collector - 1.14.2 + 1.14.3-SNAPSHOT zipkin-collector-scribe diff --git a/zipkin-guava/pom.xml b/zipkin-guava/pom.xml index 1244e78710b..aa8cc83c173 100644 --- a/zipkin-guava/pom.xml +++ b/zipkin-guava/pom.xml @@ -18,7 +18,7 @@ io.zipkin.java parent - 1.14.2 + 1.14.3-SNAPSHOT 4.0.0 diff --git a/zipkin-junit/pom.xml b/zipkin-junit/pom.xml index 27a536edaaa..463fa93846d 100644 --- a/zipkin-junit/pom.xml +++ b/zipkin-junit/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java parent - 1.14.2 + 1.14.3-SNAPSHOT zipkin-junit diff --git a/zipkin-server/pom.xml b/zipkin-server/pom.xml index c9e03222df9..14a599a4ea9 100644 --- a/zipkin-server/pom.xml +++ b/zipkin-server/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java parent - 1.14.2 + 1.14.3-SNAPSHOT zipkin-server diff --git a/zipkin-storage/cassandra/pom.xml b/zipkin-storage/cassandra/pom.xml index 3244aed5582..1bf04cc6fbc 100644 --- a/zipkin-storage/cassandra/pom.xml +++ b/zipkin-storage/cassandra/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java zipkin-storage - 1.14.2 + 1.14.3-SNAPSHOT zipkin-storage-cassandra diff --git a/zipkin-storage/cassandra3/pom.xml b/zipkin-storage/cassandra3/pom.xml index 9d59f2b697a..3f5c59a6664 100644 --- a/zipkin-storage/cassandra3/pom.xml +++ b/zipkin-storage/cassandra3/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java zipkin-storage - 1.14.2 + 1.14.3-SNAPSHOT zipkin-storage-cassandra3 diff --git a/zipkin-storage/elasticsearch-http/pom.xml b/zipkin-storage/elasticsearch-http/pom.xml index d58dc54fc23..72d643d73de 100644 --- a/zipkin-storage/elasticsearch-http/pom.xml +++ b/zipkin-storage/elasticsearch-http/pom.xml @@ -18,7 +18,7 @@ io.zipkin.java zipkin-storage - 1.14.2 + 1.14.3-SNAPSHOT 4.0.0 diff --git a/zipkin-storage/elasticsearch/pom.xml b/zipkin-storage/elasticsearch/pom.xml index e3f8fc2150b..5aeedf4ca3e 100755 --- a/zipkin-storage/elasticsearch/pom.xml +++ b/zipkin-storage/elasticsearch/pom.xml @@ -18,7 +18,7 @@ io.zipkin.java zipkin-storage - 1.14.2 + 1.14.3-SNAPSHOT 4.0.0 diff --git a/zipkin-storage/mysql/pom.xml b/zipkin-storage/mysql/pom.xml index 7a28b4f7f44..070e71e5d68 100644 --- a/zipkin-storage/mysql/pom.xml +++ b/zipkin-storage/mysql/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java zipkin-storage - 1.14.2 + 1.14.3-SNAPSHOT zipkin-storage-mysql diff --git a/zipkin-storage/pom.xml b/zipkin-storage/pom.xml index cef73648e5b..3c7453f03b0 100644 --- a/zipkin-storage/pom.xml +++ b/zipkin-storage/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java parent - 1.14.2 + 1.14.3-SNAPSHOT zipkin-storage diff --git a/zipkin-ui/pom.xml b/zipkin-ui/pom.xml index 2d7c4ff95c9..32aac5a62f2 100644 --- a/zipkin-ui/pom.xml +++ b/zipkin-ui/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java parent - 1.14.2 + 1.14.3-SNAPSHOT zipkin-ui diff --git a/zipkin-zookeeper/pom.xml b/zipkin-zookeeper/pom.xml index aaef1f97bf6..6c38af70565 100644 --- a/zipkin-zookeeper/pom.xml +++ b/zipkin-zookeeper/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java parent - 1.14.2 + 1.14.3-SNAPSHOT zipkin-zookeeper diff --git a/zipkin/pom.xml b/zipkin/pom.xml index 5d7fb0f5f0a..6da98f2a98e 100644 --- a/zipkin/pom.xml +++ b/zipkin/pom.xml @@ -20,7 +20,7 @@ io.zipkin.java parent - 1.14.2 + 1.14.3-SNAPSHOT zipkin