From 9d9e8a017182418894b8716ba8cbcefb5d33865d Mon Sep 17 00:00:00 2001 From: WSO2 Builder Date: Thu, 16 Nov 2017 19:59:39 +0000 Subject: [PATCH] [maven-release-plugin] prepare release v4.0.0-Alpha2 --- modules/distribution/pom.xml | 2 +- modules/integration/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/kafka-consumer/pom.xml | 2 +- modules/samples/sample-clients/kafka-producer/pom.xml | 2 +- modules/samples/sample-clients/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/wso2event-client/pom.xml | 2 +- modules/samples/sample-clients/wso2event-server/pom.xml | 2 +- modules/tests/pom.xml | 2 +- pom.xml | 4 ++-- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 63c62898e..32f3437b8 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -22,7 +22,7 @@ org.wso2.sp org.wso2.carbon.sp.parent - 4.0.0-Alpha2-SNAPSHOT + 4.0.0-Alpha2 ../../pom.xml diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml index a9e33b5ba..91a19772d 100644 --- a/modules/integration/pom.xml +++ b/modules/integration/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp org.wso2.carbon.sp.parent - 4.0.0-Alpha2-SNAPSHOT + 4.0.0-Alpha2 ../../pom.xml diff --git a/modules/samples/sample-clients/http-client/pom.xml b/modules/samples/sample-clients/http-client/pom.xml index 10dbc61b5..b92324122 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.0.0-Alpha2-SNAPSHOT + 4.0.0-Alpha2 ../pom.xml diff --git a/modules/samples/sample-clients/http-server/pom.xml b/modules/samples/sample-clients/http-server/pom.xml index d7b1d982a..afc51051f 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.0.0-Alpha2-SNAPSHOT + 4.0.0-Alpha2 ../pom.xml diff --git a/modules/samples/sample-clients/kafka-consumer/pom.xml b/modules/samples/sample-clients/kafka-consumer/pom.xml index f3c52754e..4ee15e86f 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.0.0-Alpha2-SNAPSHOT + 4.0.0-Alpha2 ../pom.xml diff --git a/modules/samples/sample-clients/kafka-producer/pom.xml b/modules/samples/sample-clients/kafka-producer/pom.xml index b5f53803d..327d1f566 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.0.0-Alpha2-SNAPSHOT + 4.0.0-Alpha2 ../pom.xml diff --git a/modules/samples/sample-clients/pom.xml b/modules/samples/sample-clients/pom.xml index b7c92e1ae..50221200e 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.0.0-Alpha2-SNAPSHOT + 4.0.0-Alpha2 ../../../pom.xml diff --git a/modules/samples/sample-clients/tcp-client/pom.xml b/modules/samples/sample-clients/tcp-client/pom.xml index d736102dd..5d619b16b 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.0.0-Alpha2-SNAPSHOT + 4.0.0-Alpha2 ../pom.xml diff --git a/modules/samples/sample-clients/tcp-server/pom.xml b/modules/samples/sample-clients/tcp-server/pom.xml index cbfacebf8..14384ede7 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.0.0-Alpha2-SNAPSHOT + 4.0.0-Alpha2 ../pom.xml diff --git a/modules/samples/sample-clients/wso2event-client/pom.xml b/modules/samples/sample-clients/wso2event-client/pom.xml index 62ec780b3..baefb2518 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.0.0-Alpha2-SNAPSHOT + 4.0.0-Alpha2 ../pom.xml diff --git a/modules/samples/sample-clients/wso2event-server/pom.xml b/modules/samples/sample-clients/wso2event-server/pom.xml index 28d57b903..3c4302ef3 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.0.0-Alpha2-SNAPSHOT + 4.0.0-Alpha2 ../pom.xml diff --git a/modules/tests/pom.xml b/modules/tests/pom.xml index 598a6c3ad..78540ac55 100644 --- a/modules/tests/pom.xml +++ b/modules/tests/pom.xml @@ -20,7 +20,7 @@ org.wso2.sp org.wso2.carbon.sp.parent - 4.0.0-Alpha2-SNAPSHOT + 4.0.0-Alpha2 ../../pom.xml diff --git a/pom.xml b/pom.xml index 6020aac67..52a847fa2 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.wso2.sp org.wso2.carbon.sp.parent pom - 4.0.0-Alpha2-SNAPSHOT + 4.0.0-Alpha2 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 - HEAD + v4.0.0-Alpha2