From 9e87af75b1c48fec66612a274232d2e923d0bc9d Mon Sep 17 00:00:00 2001 From: WSO2 Builder Date: Fri, 11 May 2018 14:14:18 +0000 Subject: [PATCH] [WSO2 Release] [Jenkins #286] [Release 4.2.0-M5] prepare for next development iteration --- modules/distribution/pom.xml | 2 +- modules/integration/pom.xml | 2 +- modules/performance/pom.xml | 2 +- modules/samples/sample-clients/http-client/pom.xml | 2 +- modules/samples/sample-clients/http-server/pom.xml | 2 +- modules/samples/sample-clients/jms-consumer/pom.xml | 2 +- modules/samples/sample-clients/jms-producer/pom.xml | 2 +- modules/samples/sample-clients/kafka-consumer/pom.xml | 2 +- modules/samples/sample-clients/kafka-producer/pom.xml | 2 +- modules/samples/sample-clients/mqtt-client/pom.xml | 2 +- modules/samples/sample-clients/mqtt-consumer/pom.xml | 2 +- modules/samples/sample-clients/pom.xml | 2 +- modules/samples/sample-clients/rabbitmq-consumer/pom.xml | 2 +- modules/samples/sample-clients/rabbitmq-producer/pom.xml | 2 +- modules/samples/sample-clients/tcp-client/pom.xml | 2 +- modules/samples/sample-clients/tcp-server/pom.xml | 2 +- modules/samples/sample-clients/websocket-producer/pom.xml | 2 +- modules/samples/sample-clients/websocket-receiver/pom.xml | 2 +- modules/samples/sample-clients/wso2event-client/pom.xml | 2 +- modules/samples/sample-clients/wso2event-server/pom.xml | 2 +- modules/solutions/pom.xml | 2 +- modules/solutions/twitter-analytics/pom.xml | 2 +- .../siddhi-execution-country/component/pom.xml | 2 +- .../siddhi-extensions/siddhi-execution-country/pom.xml | 4 ++-- .../siddhi-execution-tokenizer/component/pom.xml | 2 +- .../siddhi-extensions/siddhi-execution-tokenizer/pom.xml | 4 ++-- modules/tests/pom.xml | 2 +- pom.xml | 4 ++-- 28 files changed, 31 insertions(+), 31 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index b3f89005d..fab3267ae 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -22,7 +22,7 @@ org.wso2.sp org.wso2.carbon.sp.parent - 4.2.0-M5 + 4.2.0-SNAPSHOT ../../pom.xml diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml index 1a535819d..2f56d81f2 100644 --- a/modules/integration/pom.xml +++ b/modules/integration/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp org.wso2.carbon.sp.parent - 4.2.0-M5 + 4.2.0-SNAPSHOT ../../pom.xml diff --git a/modules/performance/pom.xml b/modules/performance/pom.xml index 0e2e68d9c..ed7ff7357 100644 --- a/modules/performance/pom.xml +++ b/modules/performance/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp org.wso2.carbon.sp.parent - 4.2.0-M5 + 4.2.0-SNAPSHOT ../../pom.xml diff --git a/modules/samples/sample-clients/http-client/pom.xml b/modules/samples/sample-clients/http-client/pom.xml index dfc8e06eb..fc8fe4a4c 100644 --- a/modules/samples/sample-clients/http-client/pom.xml +++ b/modules/samples/sample-clients/http-client/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp sample-clients - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml diff --git a/modules/samples/sample-clients/http-server/pom.xml b/modules/samples/sample-clients/http-server/pom.xml index ac9f0c7cf..6903341ff 100644 --- a/modules/samples/sample-clients/http-server/pom.xml +++ b/modules/samples/sample-clients/http-server/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp sample-clients - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml diff --git a/modules/samples/sample-clients/jms-consumer/pom.xml b/modules/samples/sample-clients/jms-consumer/pom.xml index 0eb481c33..d3071e576 100644 --- a/modules/samples/sample-clients/jms-consumer/pom.xml +++ b/modules/samples/sample-clients/jms-consumer/pom.xml @@ -21,7 +21,7 @@ org.wso2.sp sample-clients - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml diff --git a/modules/samples/sample-clients/jms-producer/pom.xml b/modules/samples/sample-clients/jms-producer/pom.xml index 85275501f..39e79b5c0 100644 --- a/modules/samples/sample-clients/jms-producer/pom.xml +++ b/modules/samples/sample-clients/jms-producer/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp sample-clients - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml diff --git a/modules/samples/sample-clients/kafka-consumer/pom.xml b/modules/samples/sample-clients/kafka-consumer/pom.xml index 5083407ca..d36692cea 100644 --- a/modules/samples/sample-clients/kafka-consumer/pom.xml +++ b/modules/samples/sample-clients/kafka-consumer/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp sample-clients - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml diff --git a/modules/samples/sample-clients/kafka-producer/pom.xml b/modules/samples/sample-clients/kafka-producer/pom.xml index 41a91c9d2..586ec2625 100644 --- a/modules/samples/sample-clients/kafka-producer/pom.xml +++ b/modules/samples/sample-clients/kafka-producer/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp sample-clients - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml diff --git a/modules/samples/sample-clients/mqtt-client/pom.xml b/modules/samples/sample-clients/mqtt-client/pom.xml index 01776f77f..42b36b0cc 100644 --- a/modules/samples/sample-clients/mqtt-client/pom.xml +++ b/modules/samples/sample-clients/mqtt-client/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp sample-clients - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml diff --git a/modules/samples/sample-clients/mqtt-consumer/pom.xml b/modules/samples/sample-clients/mqtt-consumer/pom.xml index 448b8d527..40abfe5d8 100644 --- a/modules/samples/sample-clients/mqtt-consumer/pom.xml +++ b/modules/samples/sample-clients/mqtt-consumer/pom.xml @@ -21,7 +21,7 @@ org.wso2.sp sample-clients - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml diff --git a/modules/samples/sample-clients/pom.xml b/modules/samples/sample-clients/pom.xml index 3d2e082e8..6a46b480a 100644 --- a/modules/samples/sample-clients/pom.xml +++ b/modules/samples/sample-clients/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp org.wso2.carbon.sp.parent - 4.2.0-M5 + 4.2.0-SNAPSHOT ../../../pom.xml diff --git a/modules/samples/sample-clients/rabbitmq-consumer/pom.xml b/modules/samples/sample-clients/rabbitmq-consumer/pom.xml index 839d3bd72..29df0df19 100644 --- a/modules/samples/sample-clients/rabbitmq-consumer/pom.xml +++ b/modules/samples/sample-clients/rabbitmq-consumer/pom.xml @@ -21,7 +21,7 @@ org.wso2.sp sample-clients - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml diff --git a/modules/samples/sample-clients/rabbitmq-producer/pom.xml b/modules/samples/sample-clients/rabbitmq-producer/pom.xml index e376b1027..e3e56a3b0 100644 --- a/modules/samples/sample-clients/rabbitmq-producer/pom.xml +++ b/modules/samples/sample-clients/rabbitmq-producer/pom.xml @@ -21,7 +21,7 @@ org.wso2.sp sample-clients - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml diff --git a/modules/samples/sample-clients/tcp-client/pom.xml b/modules/samples/sample-clients/tcp-client/pom.xml index e7bf034f8..8294d972e 100644 --- a/modules/samples/sample-clients/tcp-client/pom.xml +++ b/modules/samples/sample-clients/tcp-client/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp sample-clients - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml diff --git a/modules/samples/sample-clients/tcp-server/pom.xml b/modules/samples/sample-clients/tcp-server/pom.xml index a9e66d9d7..06d1515c9 100644 --- a/modules/samples/sample-clients/tcp-server/pom.xml +++ b/modules/samples/sample-clients/tcp-server/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp sample-clients - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml diff --git a/modules/samples/sample-clients/websocket-producer/pom.xml b/modules/samples/sample-clients/websocket-producer/pom.xml index 86a88410e..daf2cba21 100644 --- a/modules/samples/sample-clients/websocket-producer/pom.xml +++ b/modules/samples/sample-clients/websocket-producer/pom.xml @@ -20,7 +20,7 @@ sample-clients org.wso2.sp - 4.2.0-M5 + 4.2.0-SNAPSHOT 4.0.0 WSO2 Stream Processor - Sample - WebSocket Client diff --git a/modules/samples/sample-clients/websocket-receiver/pom.xml b/modules/samples/sample-clients/websocket-receiver/pom.xml index d80ed0164..7ee90f044 100644 --- a/modules/samples/sample-clients/websocket-receiver/pom.xml +++ b/modules/samples/sample-clients/websocket-receiver/pom.xml @@ -20,7 +20,7 @@ sample-clients org.wso2.sp - 4.2.0-M5 + 4.2.0-SNAPSHOT 4.0.0 WSO2 Stream Processor - Sample - WebSocket Consumer diff --git a/modules/samples/sample-clients/wso2event-client/pom.xml b/modules/samples/sample-clients/wso2event-client/pom.xml index 673db30c3..4da1a47a1 100644 --- a/modules/samples/sample-clients/wso2event-client/pom.xml +++ b/modules/samples/sample-clients/wso2event-client/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp sample-clients - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml diff --git a/modules/samples/sample-clients/wso2event-server/pom.xml b/modules/samples/sample-clients/wso2event-server/pom.xml index 67bd6cdfc..83070435e 100644 --- a/modules/samples/sample-clients/wso2event-server/pom.xml +++ b/modules/samples/sample-clients/wso2event-server/pom.xml @@ -22,7 +22,7 @@ org.wso2.sp sample-clients - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml diff --git a/modules/solutions/pom.xml b/modules/solutions/pom.xml index 59192140e..87d3c1281 100644 --- a/modules/solutions/pom.xml +++ b/modules/solutions/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp org.wso2.carbon.sp.parent - 4.2.0-M5 + 4.2.0-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/modules/solutions/twitter-analytics/pom.xml b/modules/solutions/twitter-analytics/pom.xml index 263ad1e18..5a0112672 100644 --- a/modules/solutions/twitter-analytics/pom.xml +++ b/modules/solutions/twitter-analytics/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp wso2sp-solutions - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml 4.0.0 diff --git a/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-country/component/pom.xml b/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-country/component/pom.xml index 00c87205d..c389f249e 100644 --- a/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-country/component/pom.xml +++ b/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-country/component/pom.xml @@ -20,7 +20,7 @@ org.wso2.extension.siddhi.execution.country siddhi-execution-country-parent - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml 4.0.0 diff --git a/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-country/pom.xml b/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-country/pom.xml index 9b8de1f10..ad655f486 100644 --- a/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-country/pom.xml +++ b/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-country/pom.xml @@ -20,12 +20,12 @@ org.wso2.sp twitter-analytics - 4.2.0-M5 + 4.2.0-SNAPSHOT ../../pom.xml org.wso2.extension.siddhi.execution.country siddhi-execution-country-parent - 4.2.0-M5 + 4.2.0-SNAPSHOT WSO2 Stream Processor - Siddhi Execution Country - Parent 4.0.0 pom diff --git a/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-tokenizer/component/pom.xml b/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-tokenizer/component/pom.xml index 41845fc64..87ef650ee 100644 --- a/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-tokenizer/component/pom.xml +++ b/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-tokenizer/component/pom.xml @@ -20,7 +20,7 @@ org.wso2.extension.siddhi.execution.tokenizer siddhi-execution-tokenizer-parent - 4.2.0-M5 + 4.2.0-SNAPSHOT ../pom.xml 4.0.0 diff --git a/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-tokenizer/pom.xml b/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-tokenizer/pom.xml index 954b746d0..29cba761e 100644 --- a/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-tokenizer/pom.xml +++ b/modules/solutions/twitter-analytics/siddhi-extensions/siddhi-execution-tokenizer/pom.xml @@ -20,12 +20,12 @@ org.wso2.sp twitter-analytics - 4.2.0-M5 + 4.2.0-SNAPSHOT ../../pom.xml org.wso2.extension.siddhi.execution.tokenizer siddhi-execution-tokenizer-parent - 4.2.0-M5 + 4.2.0-SNAPSHOT WSO2 Stream Processor - Siddhi Execution Tokenizer - Parent 4.0.0 pom diff --git a/modules/tests/pom.xml b/modules/tests/pom.xml index ef66bb605..75c51879f 100644 --- a/modules/tests/pom.xml +++ b/modules/tests/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp org.wso2.carbon.sp.parent - 4.2.0-M5 + 4.2.0-SNAPSHOT ../../pom.xml diff --git a/pom.xml b/pom.xml index b546c3865..2c8358b22 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.wso2.sp org.wso2.carbon.sp.parent pom - 4.2.0-M5 + 4.2.0-SNAPSHOT WSO2 Stream Processor - Parent http://wso2.org @@ -37,7 +37,7 @@ https://github.com/wso2/product-sp.git scm:git:https://github.com/wso2/product-sp.git scm:git:https://github.com/wso2/product-sp.git - v4.2.0-M5 + HEAD