diff --git a/agent/pom.xml b/agent/pom.xml index f2aaf7f4..46f34c61 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -2,7 +2,7 @@ 4.0.0 ffwd-agent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT jar FastForward Agent @@ -10,7 +10,7 @@ com.spotify.ffwd ffwd-parent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT .. diff --git a/api/pom.xml b/api/pom.xml index 5a723173..88b14b33 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT .. ffwd-api - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT jar FastForward API diff --git a/core/pom.xml b/core/pom.xml index 1258f7f2..ca6b879f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT .. ffwd-core - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT jar FastForward Core diff --git a/modules/carbon/pom.xml b/modules/carbon/pom.xml index f9bd913d..533e78da 100644 --- a/modules/carbon/pom.xml +++ b/modules/carbon/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT ../../pom.xml ffwd-module-carbon - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT jar FastForward Carbon Module diff --git a/modules/http/pom.xml b/modules/http/pom.xml index debdb2c2..d0eb5527 100644 --- a/modules/http/pom.xml +++ b/modules/http/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT ../../pom.xml ffwd-module-http - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT jar FastForward HTTP Module diff --git a/modules/json/pom.xml b/modules/json/pom.xml index 343d3f5b..ead2cf99 100644 --- a/modules/json/pom.xml +++ b/modules/json/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT ../../pom.xml ffwd-module-json - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT jar FastForward JSON Module diff --git a/modules/kafka/pom.xml b/modules/kafka/pom.xml index 42c4f580..6aab11ed 100644 --- a/modules/kafka/pom.xml +++ b/modules/kafka/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT ../../pom.xml ffwd-module-kafka - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT jar FastForward Kafka Module diff --git a/modules/protobuf/pom.xml b/modules/protobuf/pom.xml index 791d960a..4c93839c 100644 --- a/modules/protobuf/pom.xml +++ b/modules/protobuf/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT ../../pom.xml ffwd-module-protobuf - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT jar FastForward Protobuf Module diff --git a/modules/pubsub/pom.xml b/modules/pubsub/pom.xml index 2688ed67..f18eae57 100644 --- a/modules/pubsub/pom.xml +++ b/modules/pubsub/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT ../../pom.xml ffwd-module-pubsub - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT jar FastForward Pubsub Module diff --git a/modules/riemann/pom.xml b/modules/riemann/pom.xml index 45a541f0..c2082406 100644 --- a/modules/riemann/pom.xml +++ b/modules/riemann/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT ../../pom.xml ffwd-module-riemann - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT jar FastForward Riemann Module diff --git a/modules/signalfx/pom.xml b/modules/signalfx/pom.xml index 2edc79d7..adc09fa9 100644 --- a/modules/signalfx/pom.xml +++ b/modules/signalfx/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT ../.. ffwd-module-signalfx - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT jar FastForward SignalFx Module diff --git a/modules/template/pom.xml b/modules/template/pom.xml index a3ee83a8..342645c9 100644 --- a/modules/template/pom.xml +++ b/modules/template/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT ../../pom.xml ffwd-module-template - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT jar FastForward MyPlugin Module diff --git a/pom.xml b/pom.xml index 9b49e1e6..70189638 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.spotify.ffwd ffwd-parent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT pom FastForward Parent @@ -161,6 +161,31 @@ + + com.google.auth + google-auth-library-credentials + 0.17.1 + + + com.google.auth + google-auth-library-oauth2-http + 0.17.1 + + + com.google.http-client + google-http-client + 1.31.0 + + + com.google.j2objc + j2objc-annotations + 1.3 + + + io.grpc + grpc-context + 1.19.0 + com.spotify.ffwd ffwd-api @@ -183,7 +208,7 @@ com.spotify.ffwd - ffwd-module-http + ffwd-module-http ${project.version} diff --git a/protobuf250/pom.xml b/protobuf250/pom.xml index d2ab469e..187b7f13 100644 --- a/protobuf250/pom.xml +++ b/protobuf250/pom.xml @@ -2,7 +2,7 @@ 4.0.0 ffwd-protobuf250 - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT jar FastForward Packaging of Protobuf 2.5 @@ -10,7 +10,7 @@ com.spotify.ffwd ffwd-parent - 0.5.2-SNAPSHOT + 0.5.3-SNAPSHOT ..