From 44f249e43494c58ff0f1601b8a40acc6b2294cef Mon Sep 17 00:00:00 2001 From: Lauren Muhlhauser Date: Tue, 5 Mar 2019 15:02:45 -0500 Subject: [PATCH] [maven-release-plugin] prepare release 0.4.3 --- 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 | 28 ++++++++++++++-------------- protobuf250/pom.xml | 4 ++-- 14 files changed, 40 insertions(+), 40 deletions(-) diff --git a/agent/pom.xml b/agent/pom.xml index 0c38fec1..6c4091ec 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -2,7 +2,7 @@ 4.0.0 ffwd-agent - 0.4.4-SNAPSHOT + 0.4.3 jar FastForward Agent @@ -10,7 +10,7 @@ com.spotify.ffwd ffwd-parent - 0.4.4-SNAPSHOT + 0.4.3 .. diff --git a/api/pom.xml b/api/pom.xml index a526c3d9..7308e948 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.4.4-SNAPSHOT + 0.4.3 .. ffwd-api - 0.4.4-SNAPSHOT + 0.4.3 jar FastForward API diff --git a/core/pom.xml b/core/pom.xml index 38921cc7..7eff2c82 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.4.4-SNAPSHOT + 0.4.3 .. ffwd-core - 0.4.4-SNAPSHOT + 0.4.3 jar FastForward Core diff --git a/modules/carbon/pom.xml b/modules/carbon/pom.xml index b271edea..f035f53d 100644 --- a/modules/carbon/pom.xml +++ b/modules/carbon/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.4.4-SNAPSHOT + 0.4.3 ../../pom.xml ffwd-module-carbon - 0.4.4-SNAPSHOT + 0.4.3 jar FastForward Carbon Module diff --git a/modules/http/pom.xml b/modules/http/pom.xml index e53d86af..78f0f3dd 100644 --- a/modules/http/pom.xml +++ b/modules/http/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.4.4-SNAPSHOT + 0.4.3 ../../pom.xml ffwd-module-http - 0.4.4-SNAPSHOT + 0.4.3 jar FastForward HTTP Module diff --git a/modules/json/pom.xml b/modules/json/pom.xml index c9613ff9..27034b69 100644 --- a/modules/json/pom.xml +++ b/modules/json/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.4.4-SNAPSHOT + 0.4.3 ../../pom.xml ffwd-module-json - 0.4.4-SNAPSHOT + 0.4.3 jar FastForward JSON Module diff --git a/modules/kafka/pom.xml b/modules/kafka/pom.xml index 54625674..a6b5173a 100644 --- a/modules/kafka/pom.xml +++ b/modules/kafka/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.4.4-SNAPSHOT + 0.4.3 ../../pom.xml ffwd-module-kafka - 0.4.4-SNAPSHOT + 0.4.3 jar FastForward Kafka Module diff --git a/modules/protobuf/pom.xml b/modules/protobuf/pom.xml index 99a3e0b2..ec57e4c2 100644 --- a/modules/protobuf/pom.xml +++ b/modules/protobuf/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.4.4-SNAPSHOT + 0.4.3 ../../pom.xml ffwd-module-protobuf - 0.4.4-SNAPSHOT + 0.4.3 jar FastForward Protobuf Module diff --git a/modules/pubsub/pom.xml b/modules/pubsub/pom.xml index d30d5ab5..c6622bc3 100644 --- a/modules/pubsub/pom.xml +++ b/modules/pubsub/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.4.4-SNAPSHOT + 0.4.3 ../../pom.xml ffwd-module-pubsub - 0.4.4-SNAPSHOT + 0.4.3 jar FastForward Pubsub Module diff --git a/modules/riemann/pom.xml b/modules/riemann/pom.xml index df675a37..7ba78a7a 100644 --- a/modules/riemann/pom.xml +++ b/modules/riemann/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.4.4-SNAPSHOT + 0.4.3 ../../pom.xml ffwd-module-riemann - 0.4.4-SNAPSHOT + 0.4.3 jar FastForward Riemann Module diff --git a/modules/signalfx/pom.xml b/modules/signalfx/pom.xml index c8ed8341..25ae0d11 100644 --- a/modules/signalfx/pom.xml +++ b/modules/signalfx/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.4.4-SNAPSHOT + 0.4.3 ../.. ffwd-module-signalfx - 0.4.4-SNAPSHOT + 0.4.3 jar FastForward SignalFx Module diff --git a/modules/template/pom.xml b/modules/template/pom.xml index 4531382c..8c059803 100644 --- a/modules/template/pom.xml +++ b/modules/template/pom.xml @@ -4,12 +4,12 @@ com.spotify.ffwd ffwd-parent - 0.4.4-SNAPSHOT + 0.4.3 ../../pom.xml ffwd-module-template - 0.4.4-SNAPSHOT + 0.4.3 jar FastForward MyPlugin Module diff --git a/pom.xml b/pom.xml index 74e68d7c..d243f250 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.spotify.ffwd ffwd-parent - 0.4.4-SNAPSHOT + 0.4.3 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.4.3 @@ -161,52 +161,52 @@ com.spotify.ffwd ffwd-api - 0.4.4-SNAPSHOT + 0.4.3 com.spotify.ffwd ffwd-core - 0.4.4-SNAPSHOT + 0.4.3 com.spotify.ffwd ffwd-module-kafka - 0.4.4-SNAPSHOT + 0.4.3 com.spotify.ffwd ffwd-module-signalfx - 0.4.4-SNAPSHOT + 0.4.3 com.spotify.ffwd ffwd-module-http - 0.4.4-SNAPSHOT + 0.4.3 com.spotify.ffwd ffwd-module-pubsub - 0.4.4-SNAPSHOT + 0.4.3 com.spotify.ffwd ffwd-module-riemann - 0.4.4-SNAPSHOT + 0.4.3 com.spotify.ffwd ffwd-module-carbon - 0.4.4-SNAPSHOT + 0.4.3 com.spotify.ffwd ffwd-module-protobuf - 0.4.4-SNAPSHOT + 0.4.3 com.spotify.ffwd ffwd-module-json - 0.4.4-SNAPSHOT + 0.4.3 com.spotify.ffwd @@ -216,12 +216,12 @@ com.spotify.ffwd ffwd-protobuf250 - 0.4.4-SNAPSHOT + 0.4.3 com.spotify.ffwd ffwd-module-template - 0.4.4-SNAPSHOT + 0.4.3 diff --git a/protobuf250/pom.xml b/protobuf250/pom.xml index f85f3cc7..63bec2bf 100644 --- a/protobuf250/pom.xml +++ b/protobuf250/pom.xml @@ -2,7 +2,7 @@ 4.0.0 ffwd-protobuf250 - 0.4.4-SNAPSHOT + 0.4.3 jar FastForward Packaging of Protobuf 2.5 @@ -10,7 +10,7 @@ com.spotify.ffwd ffwd-parent - 0.4.4-SNAPSHOT + 0.4.3 ..