From a02f2d2dbf759f205db022f0fb75c7fd50a79733 Mon Sep 17 00:00:00 2001 From: Sergey Rustamov Date: Thu, 30 Jan 2020 16:05:43 -0500 Subject: [PATCH] [maven-release-plugin] prepare release 0.5.6 --- agent/pom.xml | 4 ++-- api/pom.xml | 4 ++-- core/pom.xml | 4 ++-- modules/carbon/pom.xml | 4 ++-- modules/http/pom.xml | 4 ++-- modules/json/pom.xml | 4 ++-- modules/kafka/pom.xml | 4 ++-- modules/protobuf/pom.xml | 4 ++-- modules/pubsub/pom.xml | 4 ++-- modules/riemann/pom.xml | 4 ++-- modules/signalfx/pom.xml | 4 ++-- modules/template/pom.xml | 4 ++-- pom.xml | 4 ++-- protobuf250/pom.xml | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/agent/pom.xml b/agent/pom.xml index 881fc18a..8894d046 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -2,7 +2,7 @@ 4.0.0 ffwd-agent - 0.5.6-SNAPSHOT + 0.5.6 jar FastForward Agent @@ -10,7 +10,7 @@ com.spotify.ffwd ffwd-parent - 0.5.6-SNAPSHOT + 0.5.6 .. diff --git a/api/pom.xml b/api/pom.xml index 5e66b005..a13b0947 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.6-SNAPSHOT + 0.5.6 .. ffwd-api - 0.5.6-SNAPSHOT + 0.5.6 jar FastForward API diff --git a/core/pom.xml b/core/pom.xml index 51f6604c..c76b3ec7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.6-SNAPSHOT + 0.5.6 .. ffwd-core - 0.5.6-SNAPSHOT + 0.5.6 jar FastForward Core diff --git a/modules/carbon/pom.xml b/modules/carbon/pom.xml index 51d0dfe3..aa7e21a8 100644 --- a/modules/carbon/pom.xml +++ b/modules/carbon/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.6-SNAPSHOT + 0.5.6 ../../pom.xml ffwd-module-carbon - 0.5.6-SNAPSHOT + 0.5.6 jar FastForward Carbon Module diff --git a/modules/http/pom.xml b/modules/http/pom.xml index 2c0b6d22..54cf3fb0 100644 --- a/modules/http/pom.xml +++ b/modules/http/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.6-SNAPSHOT + 0.5.6 ../../pom.xml ffwd-module-http - 0.5.6-SNAPSHOT + 0.5.6 jar FastForward HTTP Module diff --git a/modules/json/pom.xml b/modules/json/pom.xml index a06447ac..07508afa 100644 --- a/modules/json/pom.xml +++ b/modules/json/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.6-SNAPSHOT + 0.5.6 ../../pom.xml ffwd-module-json - 0.5.6-SNAPSHOT + 0.5.6 jar FastForward JSON Module diff --git a/modules/kafka/pom.xml b/modules/kafka/pom.xml index 9d86bd47..aa29df0d 100644 --- a/modules/kafka/pom.xml +++ b/modules/kafka/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.6-SNAPSHOT + 0.5.6 ../../pom.xml ffwd-module-kafka - 0.5.6-SNAPSHOT + 0.5.6 jar FastForward Kafka Module diff --git a/modules/protobuf/pom.xml b/modules/protobuf/pom.xml index 99827a0f..f1234720 100644 --- a/modules/protobuf/pom.xml +++ b/modules/protobuf/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.6-SNAPSHOT + 0.5.6 ../../pom.xml ffwd-module-protobuf - 0.5.6-SNAPSHOT + 0.5.6 jar FastForward Protobuf Module diff --git a/modules/pubsub/pom.xml b/modules/pubsub/pom.xml index 8824e066..ee37263f 100644 --- a/modules/pubsub/pom.xml +++ b/modules/pubsub/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.6-SNAPSHOT + 0.5.6 ../../pom.xml ffwd-module-pubsub - 0.5.6-SNAPSHOT + 0.5.6 jar FastForward Pubsub Module diff --git a/modules/riemann/pom.xml b/modules/riemann/pom.xml index e49a54f8..c8e9539e 100644 --- a/modules/riemann/pom.xml +++ b/modules/riemann/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.6-SNAPSHOT + 0.5.6 ../../pom.xml ffwd-module-riemann - 0.5.6-SNAPSHOT + 0.5.6 jar FastForward Riemann Module diff --git a/modules/signalfx/pom.xml b/modules/signalfx/pom.xml index c96bd0f7..f00b99e3 100644 --- a/modules/signalfx/pom.xml +++ b/modules/signalfx/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.6-SNAPSHOT + 0.5.6 ../.. ffwd-module-signalfx - 0.5.6-SNAPSHOT + 0.5.6 jar FastForward SignalFx Module diff --git a/modules/template/pom.xml b/modules/template/pom.xml index 29b18ae1..ed98d1b7 100644 --- a/modules/template/pom.xml +++ b/modules/template/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.5.6-SNAPSHOT + 0.5.6 ../../pom.xml ffwd-module-template - 0.5.6-SNAPSHOT + 0.5.6 jar FastForward MyPlugin Module diff --git a/pom.xml b/pom.xml index 502296f7..282d64a7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.spotify.ffwd ffwd-parent - 0.5.6-SNAPSHOT + 0.5.6 pom FastForward Parent @@ -44,7 +44,7 @@ scm:git:git@github.com:spotify/ffwd scm:git:git@github.com:spotify/ffwd /~https://github.com/spotify/ffwd - 0.4.0 + 0.5.6 diff --git a/protobuf250/pom.xml b/protobuf250/pom.xml index fd93077e..fefc4c85 100644 --- a/protobuf250/pom.xml +++ b/protobuf250/pom.xml @@ -2,7 +2,7 @@ 4.0.0 ffwd-protobuf250 - 0.5.6-SNAPSHOT + 0.5.6 jar FastForward Packaging of Protobuf 2.5 @@ -10,7 +10,7 @@ com.spotify.ffwd ffwd-parent - 0.5.6-SNAPSHOT + 0.5.6 ..