From 85d110f5b0ecf0727ed92bd4d6a4fda9a4ed33d3 Mon Sep 17 00:00:00 2001 From: tishan89 Date: Tue, 16 May 2017 22:47:37 +0530 Subject: [PATCH] [maven-release-plugin] prepare release v4.0.0-M3 --- modules/siddhi-annotations/pom.xml | 5 ++--- modules/siddhi-core/pom.xml | 5 ++--- .../input-mappers/json-input-mapper/pom.xml | 5 ++--- .../input-mappers/text-input-mapper/pom.xml | 5 ++--- .../input-mappers/xml-input-mapper/pom.xml | 5 ++--- .../input-transports/jms-input-transport/pom.xml | 5 ++--- .../input-transports/kafka-input-transport/pom.xml | 2 +- .../input-transports/tcp-input-transport/pom.xml | 2 +- .../output-mappers/json-output-mapper/pom.xml | 6 ++---- .../output-mappers/text-output-mapper/pom.xml | 5 ++--- .../output-mappers/xml-output-mapper/pom.xml | 2 +- .../output-transports/jms-output-transport/pom.xml | 5 ++--- .../output-transports/kafka-output-transport/pom.xml | 5 ++--- .../output-transports/tcp-output-transport/pom.xml | 5 ++--- modules/siddhi-extensions/pom.xml | 5 ++--- modules/siddhi-extensions/table/pom.xml | 5 ++--- .../table/record-table-rdbms/pom.xml | 5 ++--- .../siddhi-extensions/transport/tcp-transport/pom.xml | 5 ++--- modules/siddhi-query-api/pom.xml | 5 ++--- modules/siddhi-query-compiler/pom.xml | 5 ++--- modules/siddhi-samples/performance-samples/pom.xml | 5 ++--- modules/siddhi-samples/pom.xml | 2 +- modules/siddhi-samples/quick-start-samples/pom.xml | 5 ++--- modules/siddhi-service/pom.xml | 11 ++++------- pom.xml | 7 +++---- 25 files changed, 49 insertions(+), 73 deletions(-) diff --git a/modules/siddhi-annotations/pom.xml b/modules/siddhi-annotations/pom.xml index 10c6cd198b..620cdac793 100644 --- a/modules/siddhi-annotations/pom.xml +++ b/modules/siddhi-annotations/pom.xml @@ -17,13 +17,12 @@ ~ under the License. --> - + org.wso2.siddhi siddhi - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../.. diff --git a/modules/siddhi-core/pom.xml b/modules/siddhi-core/pom.xml index cdc9fbdb6f..00c1b788f2 100644 --- a/modules/siddhi-core/pom.xml +++ b/modules/siddhi-core/pom.xml @@ -16,13 +16,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + siddhi org.wso2.siddhi - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml diff --git a/modules/siddhi-extensions/input-mappers/json-input-mapper/pom.xml b/modules/siddhi-extensions/input-mappers/json-input-mapper/pom.xml index 1563771d98..86cbe24c6f 100644 --- a/modules/siddhi-extensions/input-mappers/json-input-mapper/pom.xml +++ b/modules/siddhi-extensions/input-mappers/json-input-mapper/pom.xml @@ -18,12 +18,11 @@ ~ under the License. --> - + org.wso2.siddhi siddhi-extensions - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/input-mappers/text-input-mapper/pom.xml b/modules/siddhi-extensions/input-mappers/text-input-mapper/pom.xml index 87d802a767..43499cebe1 100644 --- a/modules/siddhi-extensions/input-mappers/text-input-mapper/pom.xml +++ b/modules/siddhi-extensions/input-mappers/text-input-mapper/pom.xml @@ -18,12 +18,11 @@ ~ under the License. --> - + org.wso2.siddhi siddhi-extensions - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/input-mappers/xml-input-mapper/pom.xml b/modules/siddhi-extensions/input-mappers/xml-input-mapper/pom.xml index 9c693568c1..688df24064 100644 --- a/modules/siddhi-extensions/input-mappers/xml-input-mapper/pom.xml +++ b/modules/siddhi-extensions/input-mappers/xml-input-mapper/pom.xml @@ -16,12 +16,11 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.wso2.siddhi siddhi-extensions - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/input-transports/jms-input-transport/pom.xml b/modules/siddhi-extensions/input-transports/jms-input-transport/pom.xml index dce5e650ff..71f765487a 100644 --- a/modules/siddhi-extensions/input-transports/jms-input-transport/pom.xml +++ b/modules/siddhi-extensions/input-transports/jms-input-transport/pom.xml @@ -18,12 +18,11 @@ ~ under the License. --> - + org.wso2.siddhi siddhi-extensions - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/input-transports/kafka-input-transport/pom.xml b/modules/siddhi-extensions/input-transports/kafka-input-transport/pom.xml index ed53839b43..fb73efa2e4 100644 --- a/modules/siddhi-extensions/input-transports/kafka-input-transport/pom.xml +++ b/modules/siddhi-extensions/input-transports/kafka-input-transport/pom.xml @@ -22,7 +22,7 @@ org.wso2.siddhi siddhi-extensions - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/input-transports/tcp-input-transport/pom.xml b/modules/siddhi-extensions/input-transports/tcp-input-transport/pom.xml index a9467fd146..96880282b0 100644 --- a/modules/siddhi-extensions/input-transports/tcp-input-transport/pom.xml +++ b/modules/siddhi-extensions/input-transports/tcp-input-transport/pom.xml @@ -22,7 +22,7 @@ org.wso2.siddhi siddhi-extensions - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/output-mappers/json-output-mapper/pom.xml b/modules/siddhi-extensions/output-mappers/json-output-mapper/pom.xml index ab6b5b90cc..6f9f29096f 100644 --- a/modules/siddhi-extensions/output-mappers/json-output-mapper/pom.xml +++ b/modules/siddhi-extensions/output-mappers/json-output-mapper/pom.xml @@ -18,13 +18,11 @@ ~ under the License. --> - + org.wso2.siddhi siddhi-extensions - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/output-mappers/text-output-mapper/pom.xml b/modules/siddhi-extensions/output-mappers/text-output-mapper/pom.xml index 0dd8079a7b..937f741a77 100644 --- a/modules/siddhi-extensions/output-mappers/text-output-mapper/pom.xml +++ b/modules/siddhi-extensions/output-mappers/text-output-mapper/pom.xml @@ -18,12 +18,11 @@ ~ under the License. --> - + org.wso2.siddhi siddhi-extensions - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/output-mappers/xml-output-mapper/pom.xml b/modules/siddhi-extensions/output-mappers/xml-output-mapper/pom.xml index 0b8879f7a5..48244475d0 100644 --- a/modules/siddhi-extensions/output-mappers/xml-output-mapper/pom.xml +++ b/modules/siddhi-extensions/output-mappers/xml-output-mapper/pom.xml @@ -22,7 +22,7 @@ org.wso2.siddhi siddhi-extensions - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/output-transports/jms-output-transport/pom.xml b/modules/siddhi-extensions/output-transports/jms-output-transport/pom.xml index 346389d315..a72875d230 100644 --- a/modules/siddhi-extensions/output-transports/jms-output-transport/pom.xml +++ b/modules/siddhi-extensions/output-transports/jms-output-transport/pom.xml @@ -16,12 +16,11 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.wso2.siddhi siddhi-extensions - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/output-transports/kafka-output-transport/pom.xml b/modules/siddhi-extensions/output-transports/kafka-output-transport/pom.xml index c258d1914c..feabcb8259 100644 --- a/modules/siddhi-extensions/output-transports/kafka-output-transport/pom.xml +++ b/modules/siddhi-extensions/output-transports/kafka-output-transport/pom.xml @@ -18,12 +18,11 @@ ~ under the License. --> - + org.wso2.siddhi siddhi-extensions - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/output-transports/tcp-output-transport/pom.xml b/modules/siddhi-extensions/output-transports/tcp-output-transport/pom.xml index 036f7c34d1..3a37ff4f2f 100644 --- a/modules/siddhi-extensions/output-transports/tcp-output-transport/pom.xml +++ b/modules/siddhi-extensions/output-transports/tcp-output-transport/pom.xml @@ -18,12 +18,11 @@ ~ under the License. --> - + org.wso2.siddhi siddhi-extensions - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/pom.xml b/modules/siddhi-extensions/pom.xml index 911831008d..83d1a9de1a 100644 --- a/modules/siddhi-extensions/pom.xml +++ b/modules/siddhi-extensions/pom.xml @@ -17,12 +17,11 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + siddhi org.wso2.siddhi - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/table/pom.xml b/modules/siddhi-extensions/table/pom.xml index a77dac2cdb..f6680f8772 100644 --- a/modules/siddhi-extensions/table/pom.xml +++ b/modules/siddhi-extensions/table/pom.xml @@ -17,12 +17,11 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.wso2.siddhi siddhi-extensions - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/table/record-table-rdbms/pom.xml b/modules/siddhi-extensions/table/record-table-rdbms/pom.xml index cda743816c..ab0bb94d85 100644 --- a/modules/siddhi-extensions/table/record-table-rdbms/pom.xml +++ b/modules/siddhi-extensions/table/record-table-rdbms/pom.xml @@ -18,12 +18,11 @@ ~ under the License. --> - + org.wso2.siddhi siddhi-record-tables - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../pom.xml 4.0.0 diff --git a/modules/siddhi-extensions/transport/tcp-transport/pom.xml b/modules/siddhi-extensions/transport/tcp-transport/pom.xml index 95cfae5e35..1fe34f03be 100644 --- a/modules/siddhi-extensions/transport/tcp-transport/pom.xml +++ b/modules/siddhi-extensions/transport/tcp-transport/pom.xml @@ -16,12 +16,11 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.wso2.siddhi siddhi-extensions - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-query-api/pom.xml b/modules/siddhi-query-api/pom.xml index c6bc300a6e..6038d0c6be 100644 --- a/modules/siddhi-query-api/pom.xml +++ b/modules/siddhi-query-api/pom.xml @@ -16,12 +16,11 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + siddhi org.wso2.siddhi - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml diff --git a/modules/siddhi-query-compiler/pom.xml b/modules/siddhi-query-compiler/pom.xml index 95255c989f..237281b18a 100644 --- a/modules/siddhi-query-compiler/pom.xml +++ b/modules/siddhi-query-compiler/pom.xml @@ -16,12 +16,11 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + siddhi org.wso2.siddhi - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml 4.0.0 diff --git a/modules/siddhi-samples/performance-samples/pom.xml b/modules/siddhi-samples/performance-samples/pom.xml index 26f8525156..60337ea1b9 100644 --- a/modules/siddhi-samples/performance-samples/pom.xml +++ b/modules/siddhi-samples/performance-samples/pom.xml @@ -17,12 +17,11 @@ ~ under the License. --> - + org.wso2.siddhi siddhi-samples - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 4.0.0 performance-samples diff --git a/modules/siddhi-samples/pom.xml b/modules/siddhi-samples/pom.xml index 7c1ce55e75..f011cf720d 100644 --- a/modules/siddhi-samples/pom.xml +++ b/modules/siddhi-samples/pom.xml @@ -20,7 +20,7 @@ siddhi org.wso2.siddhi - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml diff --git a/modules/siddhi-samples/quick-start-samples/pom.xml b/modules/siddhi-samples/quick-start-samples/pom.xml index 49f6a9fac7..e5aff9e50e 100644 --- a/modules/siddhi-samples/quick-start-samples/pom.xml +++ b/modules/siddhi-samples/quick-start-samples/pom.xml @@ -17,12 +17,11 @@ ~ under the License. --> - + siddhi-samples org.wso2.siddhi - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 4.0.0 diff --git a/modules/siddhi-service/pom.xml b/modules/siddhi-service/pom.xml index 5fc1db1e18..509df623a9 100644 --- a/modules/siddhi-service/pom.xml +++ b/modules/siddhi-service/pom.xml @@ -16,12 +16,11 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + siddhi org.wso2.siddhi - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 ../../pom.xml @@ -97,10 +96,8 @@ - - + + org.wso2.siddhi.service.api.Application diff --git a/pom.xml b/pom.xml index e3b9693e49..5e21edef18 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,7 @@ ~ under the License. --> - + 4.0.0 @@ -30,7 +29,7 @@ org.wso2.siddhi siddhi pom - 4.0.0-M3-SNAPSHOT + 4.0.0-M3 Siddhi Siddhi, high performing Complex Event Processing Engine @@ -668,7 +667,7 @@ https://github.com/wso2/siddhi.git scm:git:https://github.com/wso2/siddhi.git scm:git:https://github.com/wso2/siddhi.git - HEAD + v4.0.0-M3