From 4e78d642823b43ac76bf6736ab9fac809b797666 Mon Sep 17 00:00:00 2001 From: tishan89 Date: Thu, 6 Jul 2017 23:35:35 +0530 Subject: [PATCH 1/2] add js and ml extension --- modules/distribution/pom.xml | 12 ++++++++++++ pom.xml | 2 ++ 2 files changed, 14 insertions(+) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 6ba1cb56..8798a247 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -287,6 +287,18 @@ ${siddhi.execution.geo.version} jar + + org.wso2.extension.siddhi.execution.ml + siddhi-execution-ml + ${siddhi.execution.ml.version} + jar + + + org.wso2.extension.siddhi.script.js + siddhi-script-js + ${siddhi.script.js.version} + jar + org.wso2.extension.siddhi.io.jms diff --git a/pom.xml b/pom.xml index 5df0d0d9..34356ca4 100644 --- a/pom.xml +++ b/pom.xml @@ -761,7 +761,9 @@ 4.0.1 1.0.1 4.0.1 + 1.0.1 4.0.0 + 4.0.1 1.0.4 2.0.1 4.0.2 From 742b1ca63bc6083a73b4e4ae783fc9a645107f19 Mon Sep 17 00:00:00 2001 From: tishan89 Date: Thu, 6 Jul 2017 23:36:28 +0530 Subject: [PATCH 2/2] fix version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 34356ca4..ea6282bc 100644 --- a/pom.xml +++ b/pom.xml @@ -761,7 +761,7 @@ 4.0.1 1.0.1 4.0.1 - 1.0.1 + 1.0.1 4.0.0 4.0.1 1.0.4