From 4854851589464125002925d35aa866f21a062d3f Mon Sep 17 00:00:00 2001 From: Chatura Dilan Date: Fri, 2 Dec 2016 14:50:01 +0530 Subject: [PATCH 1/5] bumping the appm version up --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 49d98fd8..01b92275 100644 --- a/pom.xml +++ b/pom.xml @@ -1656,7 +1656,7 @@ 1.0.1 - 1.2.5 + 1.2.7 1.4.4 @@ -1879,4 +1879,4 @@ - \ No newline at end of file + From 0e184a39b1bc3687891e0d294d0ce67e9fd97f0a Mon Sep 17 00:00:00 2001 From: Chatura Dilan Date: Fri, 2 Dec 2016 16:09:36 +0530 Subject: [PATCH 2/5] bumping up appm version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 01b92275..9f380a35 100644 --- a/pom.xml +++ b/pom.xml @@ -1656,7 +1656,7 @@ 1.0.1 - 1.2.7 + 1.2.8-SNAPSHOT 1.4.4 From 47a9d9a767d5646e53c370bc4d8777f5ff59fbc9 Mon Sep 17 00:00:00 2001 From: GPrathap Date: Fri, 2 Dec 2016 18:58:26 +0530 Subject: [PATCH 3/5] added mb related new configurations --- .../distribution/src/main/assembly/bin.xml | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/modules/broker/distribution/src/main/assembly/bin.xml b/modules/broker/distribution/src/main/assembly/bin.xml index b76a5117..15dda311 100644 --- a/modules/broker/distribution/src/main/assembly/bin.xml +++ b/modules/broker/distribution/src/main/assembly/bin.xml @@ -223,6 +223,33 @@ 644 + + + + ../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/advanced/ + + wso2iot-broker-${pom.version}/repository/conf/advanced + + **/qpid-config.xml + **/qpid-virtualhosts.xml + **/qpid-jmxremote.access + + 644 + + + + + ../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/multitenancy/ + + wso2iot-broker-${pom.version}/repository/conf/multitenancy + + **/stratos.xml + **/multitenancy-packages.xml + **/usage-throttling-agent-config.xml + **/cloud-services-desc.xml + + 644 + lib/home @@ -409,6 +436,30 @@ true 644 + + + ../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/logging-config.xml + + wso2iot-broker-${pom.version}/repository/conf/etc/ + 644 + + + ../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/metrics.properties + wso2iot-broker-${pom.version}/repository/conf/ + false + 644 + + + src/main/conf/metrics.xml + wso2iot-broker-${pom.version}/repository/conf/ + false + 644 + + + ../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/datasources/metrics-datasources.xml + ${pom.artifactId}-${pom.version}/repository/conf/datasources/ + 644 + ../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/database/WSO2METRICS_DB.h2.db ${pom.artifactId}-${pom.version}/repository/database/ @@ -442,5 +493,19 @@ ${pom.artifactId}-${pom.version}/lib 644 + + + ../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/identity/identity.xml + ${pom.artifactId}-${pom.version}/repository/conf/identity + 644 + + + + ../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/data-bridge/data-agent-config.xml + + ${pom.artifactId}-${pom.version}/repository/conf/data-bridge + true + 644 + From 48f1414ca584544b3f95b192de926cf79a0f9aac Mon Sep 17 00:00:00 2001 From: GPrathap Date: Fri, 2 Dec 2016 18:59:06 +0530 Subject: [PATCH 4/5] updated carbon messaging and andes versions --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index a8ce33c1..bf45fb76 100644 --- a/pom.xml +++ b/pom.xml @@ -1215,7 +1215,7 @@ org.wso2.andes.wso2 andes-client - 3.2.0-SNAPSHOT + ${andes.version} org.wso2.andes.wso2 @@ -1521,7 +1521,7 @@ 5.1.1 5.1.1 5.1.1 - 5.1.2 + 5.1.3 5.1.2 5.1.1 5.1.2 @@ -1542,14 +1542,14 @@ 4.6.4 - 2.0.2-SNAPSHOT + 2.0.3-SNAPSHOT [2.0.0, 3.0.0) 1.0.0-SNAPSHOT - 3.0.2-SNAPSHOT + 3.0.3-SNAPSHOT 6.0.5 @@ -1580,8 +1580,8 @@ ${product.iot.version} - 3.2.0-SNAPSHOT - 3.2.0-SNAPSHOT + 3.1.3 + 3.1.3 1.51.0.0 @@ -1656,7 +1656,7 @@ 1.0.1 - 1.2.5 + 1.2.8-SNAPSHOT 1.4.4 @@ -1675,7 +1675,7 @@ github-scm - 1.2.0 + 1.2.2 4.5.2 From 5cd3b6a2a8f29ed3dfbcb2f6063dcf4ce969b7fa Mon Sep 17 00:00:00 2001 From: Chatura Dilan Date: Mon, 5 Dec 2016 13:50:18 +0530 Subject: [PATCH 5/5] Adding appstore module --- modules/core/distribution/src/assembly/bin.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/distribution/src/assembly/bin.xml b/modules/core/distribution/src/assembly/bin.xml index c08ba5cc..c504063c 100644 --- a/modules/core/distribution/src/assembly/bin.xml +++ b/modules/core/distribution/src/assembly/bin.xml @@ -200,6 +200,7 @@ **/i18n/ **/ws/ **/appmgtpublisher/ + **/appstore/ **/store/ **/lifecycle/ **/utils/