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