From 805668e65c2e204a66b7637898c27754a1a61b08 Mon Sep 17 00:00:00 2001 From: geethkokila Date: Tue, 23 Jan 2018 10:06:58 +0530 Subject: [PATCH 01/12] Updating the device-mgt version and device mgt plugin version Updating the depenedency to reflect the service interface changes --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index caacd137..6d11ac92 100644 --- a/pom.xml +++ b/pom.xml @@ -1517,14 +1517,14 @@ 4.7.8 - 3.0.199 + 3.0.207 [3.0.0, 4.0.0) ${project.version} - 4.0.111 + 4.0.114 6.1.109 From 740a92a84d75771ac12544166dfd7b5fe3b82da4 Mon Sep 17 00:00:00 2001 From: geethkokila Date: Tue, 23 Jan 2018 10:21:55 +0530 Subject: [PATCH 02/12] Fixing the alignment --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e3c7414c..d8fbbf6f 100644 --- a/pom.xml +++ b/pom.xml @@ -1524,7 +1524,7 @@ ${project.version} - 4.0.114 + 4.0.114 6.1.109 From 9d827acb061a1372b607635884af793edac120ed Mon Sep 17 00:00:00 2001 From: geethkokila Date: Tue, 23 Jan 2018 10:28:08 +0530 Subject: [PATCH 03/12] Fixing the alignment --- pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d8fbbf6f..034c139d 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,8 @@ ~ under the License. --> - + 4.0.0 org.wso2.iot @@ -1498,7 +1499,8 @@ 5.3.11 5.1.2 5.1.4 - 5.1.1 + 5.1.1 + 5.1.1 5.1.4 1.0.0 @@ -1524,7 +1526,7 @@ ${project.version} - 4.0.114 + 4.0.114 6.1.109 From d4d558c5a07f15333aac637cac614c084727f736 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 23 Jan 2018 13:19:23 +0530 Subject: [PATCH 04/12] Futher ehnancements for https://github.com/wso2/product-iots/issues/1368 --- modules/scripts/change-superadmin-credentials.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) mode change 100644 => 100755 modules/scripts/change-superadmin-credentials.sh diff --git a/modules/scripts/change-superadmin-credentials.sh b/modules/scripts/change-superadmin-credentials.sh old mode 100644 new mode 100755 index fc0d2aa5..2f9f0494 --- a/modules/scripts/change-superadmin-credentials.sh +++ b/modules/scripts/change-superadmin-credentials.sh @@ -84,6 +84,11 @@ sed -i -e 's#\(\)'$val1'\(\)#\1'$val3'\2#g' sed -i -e 's#\(\)'$val2'\(\)#\1'$val4'\2#g' ../wso2/analytics/conf/input-event-adapters.xml echo "Completed!!" +echo "Changing /wso2/analytics/conf/output-event-adapters.xml" +sed -i -e 's#\(\)'$val1'\(\)#\1'$val3'\2#g' ../wso2/analytics/conf/input-event-adapters.xml +sed -i -e 's#\(\)'$val2'\(\)#\1'$val4'\2#g' ../wso2/analytics/conf/input-event-adapters.xml +echo "Completed!!" + echo "Changing /conf/user-mgt.xml" sed -i -e 's#\(\)'$val1'\(\)#\1'$val3'\2#g' ../conf/user-mgt.xml sed -i -e 's#\(\)'$val2'\(\)#\1'$val4'\2#g' ../conf/user-mgt.xml @@ -115,8 +120,8 @@ sed -i -e 's#\(\)'$val2'\(\)#\1'$val4'\2#g' ../wso2/broker/ echo "Completed!!" echo "Changing /wso2/broker/conf/broker.xml" -sed -i -e 's#\(\)'$val1'\(\)#\1'$val3'\2#g' ../wso2/broker/conf/broker.xml -sed -i -e 's#\(\)'$val2'\(\)#\1'$val4'\2#g' ../wso2/broker/conf/broker.xml +sed -i -e 's#\(\)'$val1'\(\)#\1'$val3'\2#g' ../wso2/broker/conf/broker.xml +sed -i -e 's#\(\)'$val2'\(\)#\1'$val4'\2#g' ../wso2/broker/conf/broker.xml echo "Completed!!" echo "" From 07bddaeb724e75bd2b47f169f21b37be8f6e48c6 Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 25 Jan 2018 15:56:56 +0530 Subject: [PATCH 05/12] Adding changes to change-sueradmin script to do changes to cdm-config.xml --- modules/scripts/change-superadmin-credentials.sh | 5 +++++ pom.xml | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/modules/scripts/change-superadmin-credentials.sh b/modules/scripts/change-superadmin-credentials.sh index 2f9f0494..6b59a162 100755 --- a/modules/scripts/change-superadmin-credentials.sh +++ b/modules/scripts/change-superadmin-credentials.sh @@ -42,6 +42,11 @@ while [[ -z $val3 || -z $val4 ]]; do #if $val2 is a zero length String read val4; done +echo "Changing /conf/cdm-config.xml" +sed -i -e 's#\(\)'$val1'\(\)#\1'$val3'\2#g' ../conf/cdm-config.xml +sed -i -e 's#\(\)'$val2'\(\)#\1'$val4'\2#g' ../conf/cdm-config.xml +echo "Completed!!" + echo "Changing /conf/app-manager.xml" sed -i -e 's#\(\)'$val1'\(\)#\1'$val3'\2#g' ../conf/app-manager.xml sed -i -e 's#\(\)'$val2'\(\)#\1'$val4'\2#g' ../conf/app-manager.xml diff --git a/pom.xml b/pom.xml index 034c139d..24f2b49c 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,7 @@ ~ under the License. --> - + 4.0.0 org.wso2.iot @@ -1499,8 +1498,7 @@ 5.3.11 5.1.2 5.1.4 - 5.1.1 - + 5.1.1 5.1.1 5.1.4 1.0.0 From 585d838dafabb1b79fa641b2f45d4c3db9207178 Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 25 Jan 2018 15:58:52 +0530 Subject: [PATCH 06/12] Fixing formatting issues --- pom.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 24f2b49c..5e03d0d8 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,9 @@ ~ under the License. --> - + 4.0.0 org.wso2.iot @@ -1490,7 +1492,8 @@ 5.7.5 - [5.2.0, 6.0.0) + [5.2.0, 6.0.0) + 5.3.1 5.1.1 5.3.1 @@ -1498,8 +1501,10 @@ 5.3.11 5.1.2 5.1.4 - 5.1.1 - 5.1.1 + 5.1.1 + + 5.1.1 + 5.1.4 1.0.0 0.1.1 From 839982cc20b53477b23e70780a4e14f2545c52e6 Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 28 Jan 2018 22:42:44 +0530 Subject: [PATCH 07/12] Bumping carbon-devicemgt and plugins versions --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5e03d0d8..396f3f36 100644 --- a/pom.xml +++ b/pom.xml @@ -1522,14 +1522,14 @@ 4.7.8 - 3.0.207 + 3.0.216 [3.0.0, 4.0.0) ${project.version} - 4.0.114 + 4.0.120 6.1.109 From 67ddc7de2001a97f9c2598e0405b95e0b849cdab Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 29 Jan 2018 16:48:26 +0530 Subject: [PATCH 08/12] Bumping carbon-device-mgt and plugin versions --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 396f3f36..35b57d0c 100644 --- a/pom.xml +++ b/pom.xml @@ -1522,14 +1522,14 @@ 4.7.8 - 3.0.216 + 3.0.218 [3.0.0, 4.0.0) ${project.version} - 4.0.120 + 4.0.122 6.1.109 From 5158ca78988b4187ad1597db7a2dc88aa2444582 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Mon, 29 Jan 2018 17:43:09 +0530 Subject: [PATCH 09/12] Updating carbon-device-mgt and carbon-device-mgt-plugins versions --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 35b57d0c..d57b2eae 100644 --- a/pom.xml +++ b/pom.xml @@ -1522,14 +1522,14 @@ 4.7.8 - 3.0.218 + 3.0.219 [3.0.0, 4.0.0) ${project.version} - 4.0.122 + 4.0.123 6.1.109 From 8930253873bce7f3a5f8506247c34a0cfa6ab875 Mon Sep 17 00:00:00 2001 From: WSO2 Builder Date: Mon, 29 Jan 2018 15:46:26 +0000 Subject: [PATCH 10/12] [maven-release-plugin]prepare release v3.2.0-RC1 --- modules/components/org.wso2.iot.core.admin.styles/pom.xml | 2 +- modules/components/pom.xml | 2 +- modules/distribution/pom.xml | 2 +- modules/features/org.wso2.iot.core.styles.feature/pom.xml | 2 +- modules/features/pom.xml | 2 +- modules/integration/pom.xml | 2 +- .../integration/tests-common/integration-common/pom.xml | 2 +- modules/integration/tests-common/pom.xml | 2 +- modules/integration/tests-common/web-ui-pages/pom.xml | 2 +- modules/integration/tests-integration/pom.xml | 2 +- modules/integration/tests-iot-web-ui/pom.xml | 2 +- modules/p2-profile/analytics-profile/pom.xml | 2 +- modules/p2-profile/broker-profile/pom.xml | 2 +- modules/p2-profile/iot-core-profile/pom.xml | 2 +- modules/p2-profile/pom.xml | 2 +- modules/scripts/mobile-qsg/pom.xml | 4 ++-- modules/scripts/pom.xml | 2 +- modules/tools/cdmf-devicetype-archetype/pom.xml | 4 ++-- modules/tools/pom.xml | 2 +- pom.xml | 8 +++----- 20 files changed, 24 insertions(+), 26 deletions(-) diff --git a/modules/components/org.wso2.iot.core.admin.styles/pom.xml b/modules/components/org.wso2.iot.core.admin.styles/pom.xml index 261f9567..a602be6e 100644 --- a/modules/components/org.wso2.iot.core.admin.styles/pom.xml +++ b/modules/components/org.wso2.iot.core.admin.styles/pom.xml @@ -21,7 +21,7 @@ org.wso2.iot wso2iot-components - 3.1.0-update12-SNAPSHOT + 3.2.0 ../pom.xml diff --git a/modules/components/pom.xml b/modules/components/pom.xml index be7a43b4..624dc834 100644 --- a/modules/components/pom.xml +++ b/modules/components/pom.xml @@ -23,7 +23,7 @@ org.wso2.iot wso2iot-parent - 3.1.0-update12-SNAPSHOT + 3.2.0 ../../pom.xml diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 819f9aff..597a3c30 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -22,7 +22,7 @@ org.wso2.iot wso2iot-parent - 3.1.0-update12-SNAPSHOT + 3.2.0 ../../pom.xml diff --git a/modules/features/org.wso2.iot.core.styles.feature/pom.xml b/modules/features/org.wso2.iot.core.styles.feature/pom.xml index acc502b7..dda3d883 100644 --- a/modules/features/org.wso2.iot.core.styles.feature/pom.xml +++ b/modules/features/org.wso2.iot.core.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.wso2.iot wso2iot-features - 3.1.0-update12-SNAPSHOT + 3.2.0 ../pom.xml diff --git a/modules/features/pom.xml b/modules/features/pom.xml index dba15050..0ed7a393 100644 --- a/modules/features/pom.xml +++ b/modules/features/pom.xml @@ -23,7 +23,7 @@ org.wso2.iot wso2iot-parent - 3.1.0-update12-SNAPSHOT + 3.2.0 ../../pom.xml diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml index 1e40efb0..b2b52588 100644 --- a/modules/integration/pom.xml +++ b/modules/integration/pom.xml @@ -21,7 +21,7 @@ org.wso2.iot wso2iot-parent - 3.1.0-update12-SNAPSHOT + 3.2.0 ../../pom.xml diff --git a/modules/integration/tests-common/integration-common/pom.xml b/modules/integration/tests-common/integration-common/pom.xml index b92ac8db..9407fb92 100644 --- a/modules/integration/tests-common/integration-common/pom.xml +++ b/modules/integration/tests-common/integration-common/pom.xml @@ -22,7 +22,7 @@ org.wso2.iot tests-common - 3.1.0-update12-SNAPSHOT + 3.2.0 ../pom.xml diff --git a/modules/integration/tests-common/pom.xml b/modules/integration/tests-common/pom.xml index b4b39c58..e2877770 100644 --- a/modules/integration/tests-common/pom.xml +++ b/modules/integration/tests-common/pom.xml @@ -21,7 +21,7 @@ org.wso2.iot wso2iot-integration - 3.1.0-update12-SNAPSHOT + 3.2.0 ../pom.xml diff --git a/modules/integration/tests-common/web-ui-pages/pom.xml b/modules/integration/tests-common/web-ui-pages/pom.xml index c0560af0..46256008 100644 --- a/modules/integration/tests-common/web-ui-pages/pom.xml +++ b/modules/integration/tests-common/web-ui-pages/pom.xml @@ -22,7 +22,7 @@ org.wso2.iot tests-common - 3.1.0-update12-SNAPSHOT + 3.2.0 ../pom.xml diff --git a/modules/integration/tests-integration/pom.xml b/modules/integration/tests-integration/pom.xml index 429e0601..fe605f65 100644 --- a/modules/integration/tests-integration/pom.xml +++ b/modules/integration/tests-integration/pom.xml @@ -20,7 +20,7 @@ org.wso2.iot wso2iot-integration - 3.1.0-update12-SNAPSHOT + 3.2.0 ../pom.xml diff --git a/modules/integration/tests-iot-web-ui/pom.xml b/modules/integration/tests-iot-web-ui/pom.xml index 157e527d..35a01f9f 100644 --- a/modules/integration/tests-iot-web-ui/pom.xml +++ b/modules/integration/tests-iot-web-ui/pom.xml @@ -20,7 +20,7 @@ org.wso2.iot wso2iot-integration - 3.1.0-update12-SNAPSHOT + 3.2.0 ../pom.xml diff --git a/modules/p2-profile/analytics-profile/pom.xml b/modules/p2-profile/analytics-profile/pom.xml index 79b90565..449a09b8 100644 --- a/modules/p2-profile/analytics-profile/pom.xml +++ b/modules/p2-profile/analytics-profile/pom.xml @@ -21,7 +21,7 @@ org.wso2.iot wso2iot-p2-profile - 3.1.0-update12-SNAPSHOT + 3.2.0 ../pom.xml diff --git a/modules/p2-profile/broker-profile/pom.xml b/modules/p2-profile/broker-profile/pom.xml index c622c991..ccc13bcb 100644 --- a/modules/p2-profile/broker-profile/pom.xml +++ b/modules/p2-profile/broker-profile/pom.xml @@ -20,7 +20,7 @@ org.wso2.iot wso2iot-p2-profile - 3.1.0-update12-SNAPSHOT + 3.2.0 ../pom.xml diff --git a/modules/p2-profile/iot-core-profile/pom.xml b/modules/p2-profile/iot-core-profile/pom.xml index d8c695b7..705514ce 100644 --- a/modules/p2-profile/iot-core-profile/pom.xml +++ b/modules/p2-profile/iot-core-profile/pom.xml @@ -22,7 +22,7 @@ org.wso2.iot wso2iot-p2-profile - 3.1.0-update12-SNAPSHOT + 3.2.0 ../pom.xml diff --git a/modules/p2-profile/pom.xml b/modules/p2-profile/pom.xml index 7076f3d8..743e6291 100644 --- a/modules/p2-profile/pom.xml +++ b/modules/p2-profile/pom.xml @@ -23,7 +23,7 @@ org.wso2.iot wso2iot-parent - 3.1.0-update12-SNAPSHOT + 3.2.0 ../../pom.xml diff --git a/modules/scripts/mobile-qsg/pom.xml b/modules/scripts/mobile-qsg/pom.xml index f1dcbfb7..00137c66 100644 --- a/modules/scripts/mobile-qsg/pom.xml +++ b/modules/scripts/mobile-qsg/pom.xml @@ -21,13 +21,13 @@ org.wso2.iot wso2iot-scripts - 3.1.0-update12-SNAPSHOT + 3.2.0 ../pom.xml 4.0.0 mobile-qsg - 3.1.0-update12-SNAPSHOT + 3.2.0 WSO2 IoT - QSG Script This includes the tools for IoTs Quick Start Guide jar diff --git a/modules/scripts/pom.xml b/modules/scripts/pom.xml index da20a5e1..04271008 100644 --- a/modules/scripts/pom.xml +++ b/modules/scripts/pom.xml @@ -21,7 +21,7 @@ org.wso2.iot wso2iot-parent - 3.1.0-update12-SNAPSHOT + 3.2.0 ../../pom.xml diff --git a/modules/tools/cdmf-devicetype-archetype/pom.xml b/modules/tools/cdmf-devicetype-archetype/pom.xml index 7421d85f..500c5109 100644 --- a/modules/tools/cdmf-devicetype-archetype/pom.xml +++ b/modules/tools/cdmf-devicetype-archetype/pom.xml @@ -20,13 +20,13 @@ org.wso2.iot wso2iot-tools - 3.1.0-update12-SNAPSHOT + 3.2.0 ../pom.xml 4.0.0 iot-devicetype-archetype - 3.1.0-update12-SNAPSHOT + 3.2.0 WSO2 IoT - Device Type Archetype WSO2 IoT Device Type Archetype maven-archetype diff --git a/modules/tools/pom.xml b/modules/tools/pom.xml index b4deb7ed..fb34e428 100644 --- a/modules/tools/pom.xml +++ b/modules/tools/pom.xml @@ -21,7 +21,7 @@ org.wso2.iot wso2iot-parent - 3.1.0-update12-SNAPSHOT + 3.2.0 ../../pom.xml diff --git a/pom.xml b/pom.xml index d57b2eae..469154b6 100644 --- a/pom.xml +++ b/pom.xml @@ -17,15 +17,13 @@ ~ under the License. --> - + 4.0.0 org.wso2.iot wso2iot-parent pom - 3.1.0-update12-SNAPSHOT + 3.2.0 WSO2 IoT - Parent http://wso2.org WSO2 IoT Server @@ -1676,7 +1674,7 @@ https://github.com/wso2/product-iots.git scm:git:https://github.com/wso2/product-iots.git scm:git:https://github.com/wso2/product-iots.git - HEAD + v3.2.0-RC1 From 6637e65645f428023a68051139e30f243a902c55 Mon Sep 17 00:00:00 2001 From: WSO2 Builder Date: Mon, 29 Jan 2018 15:46:40 +0000 Subject: [PATCH 11/12] [maven-release-plugin]prepare for next development iteration --- modules/components/org.wso2.iot.core.admin.styles/pom.xml | 2 +- modules/components/pom.xml | 2 +- modules/distribution/pom.xml | 2 +- modules/features/org.wso2.iot.core.styles.feature/pom.xml | 2 +- modules/features/pom.xml | 2 +- modules/integration/pom.xml | 2 +- modules/integration/tests-common/integration-common/pom.xml | 2 +- modules/integration/tests-common/pom.xml | 2 +- modules/integration/tests-common/web-ui-pages/pom.xml | 2 +- modules/integration/tests-integration/pom.xml | 2 +- modules/integration/tests-iot-web-ui/pom.xml | 2 +- modules/p2-profile/analytics-profile/pom.xml | 2 +- modules/p2-profile/broker-profile/pom.xml | 2 +- modules/p2-profile/iot-core-profile/pom.xml | 2 +- modules/p2-profile/pom.xml | 2 +- modules/scripts/mobile-qsg/pom.xml | 4 ++-- modules/scripts/pom.xml | 2 +- modules/tools/cdmf-devicetype-archetype/pom.xml | 4 ++-- modules/tools/pom.xml | 2 +- pom.xml | 4 ++-- 20 files changed, 23 insertions(+), 23 deletions(-) diff --git a/modules/components/org.wso2.iot.core.admin.styles/pom.xml b/modules/components/org.wso2.iot.core.admin.styles/pom.xml index a602be6e..f27b6e74 100644 --- a/modules/components/org.wso2.iot.core.admin.styles/pom.xml +++ b/modules/components/org.wso2.iot.core.admin.styles/pom.xml @@ -21,7 +21,7 @@ org.wso2.iot wso2iot-components - 3.2.0 + 3.2.0-update1-SNAPSHOT ../pom.xml diff --git a/modules/components/pom.xml b/modules/components/pom.xml index 624dc834..3a21b508 100644 --- a/modules/components/pom.xml +++ b/modules/components/pom.xml @@ -23,7 +23,7 @@ org.wso2.iot wso2iot-parent - 3.2.0 + 3.2.0-update1-SNAPSHOT ../../pom.xml diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 597a3c30..d8299a59 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -22,7 +22,7 @@ org.wso2.iot wso2iot-parent - 3.2.0 + 3.2.0-update1-SNAPSHOT ../../pom.xml diff --git a/modules/features/org.wso2.iot.core.styles.feature/pom.xml b/modules/features/org.wso2.iot.core.styles.feature/pom.xml index dda3d883..45a9ce08 100644 --- a/modules/features/org.wso2.iot.core.styles.feature/pom.xml +++ b/modules/features/org.wso2.iot.core.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.wso2.iot wso2iot-features - 3.2.0 + 3.2.0-update1-SNAPSHOT ../pom.xml diff --git a/modules/features/pom.xml b/modules/features/pom.xml index 0ed7a393..3e739fb2 100644 --- a/modules/features/pom.xml +++ b/modules/features/pom.xml @@ -23,7 +23,7 @@ org.wso2.iot wso2iot-parent - 3.2.0 + 3.2.0-update1-SNAPSHOT ../../pom.xml diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml index b2b52588..3fd19c60 100644 --- a/modules/integration/pom.xml +++ b/modules/integration/pom.xml @@ -21,7 +21,7 @@ org.wso2.iot wso2iot-parent - 3.2.0 + 3.2.0-update1-SNAPSHOT ../../pom.xml diff --git a/modules/integration/tests-common/integration-common/pom.xml b/modules/integration/tests-common/integration-common/pom.xml index 9407fb92..a00ec447 100644 --- a/modules/integration/tests-common/integration-common/pom.xml +++ b/modules/integration/tests-common/integration-common/pom.xml @@ -22,7 +22,7 @@ org.wso2.iot tests-common - 3.2.0 + 3.2.0-update1-SNAPSHOT ../pom.xml diff --git a/modules/integration/tests-common/pom.xml b/modules/integration/tests-common/pom.xml index e2877770..9d84f41e 100644 --- a/modules/integration/tests-common/pom.xml +++ b/modules/integration/tests-common/pom.xml @@ -21,7 +21,7 @@ org.wso2.iot wso2iot-integration - 3.2.0 + 3.2.0-update1-SNAPSHOT ../pom.xml diff --git a/modules/integration/tests-common/web-ui-pages/pom.xml b/modules/integration/tests-common/web-ui-pages/pom.xml index 46256008..cf2dced5 100644 --- a/modules/integration/tests-common/web-ui-pages/pom.xml +++ b/modules/integration/tests-common/web-ui-pages/pom.xml @@ -22,7 +22,7 @@ org.wso2.iot tests-common - 3.2.0 + 3.2.0-update1-SNAPSHOT ../pom.xml diff --git a/modules/integration/tests-integration/pom.xml b/modules/integration/tests-integration/pom.xml index fe605f65..d6db9f2f 100644 --- a/modules/integration/tests-integration/pom.xml +++ b/modules/integration/tests-integration/pom.xml @@ -20,7 +20,7 @@ org.wso2.iot wso2iot-integration - 3.2.0 + 3.2.0-update1-SNAPSHOT ../pom.xml diff --git a/modules/integration/tests-iot-web-ui/pom.xml b/modules/integration/tests-iot-web-ui/pom.xml index 35a01f9f..28a47adf 100644 --- a/modules/integration/tests-iot-web-ui/pom.xml +++ b/modules/integration/tests-iot-web-ui/pom.xml @@ -20,7 +20,7 @@ org.wso2.iot wso2iot-integration - 3.2.0 + 3.2.0-update1-SNAPSHOT ../pom.xml diff --git a/modules/p2-profile/analytics-profile/pom.xml b/modules/p2-profile/analytics-profile/pom.xml index 449a09b8..218493db 100644 --- a/modules/p2-profile/analytics-profile/pom.xml +++ b/modules/p2-profile/analytics-profile/pom.xml @@ -21,7 +21,7 @@ org.wso2.iot wso2iot-p2-profile - 3.2.0 + 3.2.0-update1-SNAPSHOT ../pom.xml diff --git a/modules/p2-profile/broker-profile/pom.xml b/modules/p2-profile/broker-profile/pom.xml index ccc13bcb..57903821 100644 --- a/modules/p2-profile/broker-profile/pom.xml +++ b/modules/p2-profile/broker-profile/pom.xml @@ -20,7 +20,7 @@ org.wso2.iot wso2iot-p2-profile - 3.2.0 + 3.2.0-update1-SNAPSHOT ../pom.xml diff --git a/modules/p2-profile/iot-core-profile/pom.xml b/modules/p2-profile/iot-core-profile/pom.xml index 705514ce..80fd2694 100644 --- a/modules/p2-profile/iot-core-profile/pom.xml +++ b/modules/p2-profile/iot-core-profile/pom.xml @@ -22,7 +22,7 @@ org.wso2.iot wso2iot-p2-profile - 3.2.0 + 3.2.0-update1-SNAPSHOT ../pom.xml diff --git a/modules/p2-profile/pom.xml b/modules/p2-profile/pom.xml index 743e6291..56860722 100644 --- a/modules/p2-profile/pom.xml +++ b/modules/p2-profile/pom.xml @@ -23,7 +23,7 @@ org.wso2.iot wso2iot-parent - 3.2.0 + 3.2.0-update1-SNAPSHOT ../../pom.xml diff --git a/modules/scripts/mobile-qsg/pom.xml b/modules/scripts/mobile-qsg/pom.xml index 00137c66..ba9719d9 100644 --- a/modules/scripts/mobile-qsg/pom.xml +++ b/modules/scripts/mobile-qsg/pom.xml @@ -21,13 +21,13 @@ org.wso2.iot wso2iot-scripts - 3.2.0 + 3.2.0-update1-SNAPSHOT ../pom.xml 4.0.0 mobile-qsg - 3.2.0 + 3.2.0-update1-SNAPSHOT WSO2 IoT - QSG Script This includes the tools for IoTs Quick Start Guide jar diff --git a/modules/scripts/pom.xml b/modules/scripts/pom.xml index 04271008..2dfc92a9 100644 --- a/modules/scripts/pom.xml +++ b/modules/scripts/pom.xml @@ -21,7 +21,7 @@ org.wso2.iot wso2iot-parent - 3.2.0 + 3.2.0-update1-SNAPSHOT ../../pom.xml diff --git a/modules/tools/cdmf-devicetype-archetype/pom.xml b/modules/tools/cdmf-devicetype-archetype/pom.xml index 500c5109..bb896037 100644 --- a/modules/tools/cdmf-devicetype-archetype/pom.xml +++ b/modules/tools/cdmf-devicetype-archetype/pom.xml @@ -20,13 +20,13 @@ org.wso2.iot wso2iot-tools - 3.2.0 + 3.2.0-update1-SNAPSHOT ../pom.xml 4.0.0 iot-devicetype-archetype - 3.2.0 + 3.2.0-update1-SNAPSHOT WSO2 IoT - Device Type Archetype WSO2 IoT Device Type Archetype maven-archetype diff --git a/modules/tools/pom.xml b/modules/tools/pom.xml index fb34e428..99653cc7 100644 --- a/modules/tools/pom.xml +++ b/modules/tools/pom.xml @@ -21,7 +21,7 @@ org.wso2.iot wso2iot-parent - 3.2.0 + 3.2.0-update1-SNAPSHOT ../../pom.xml diff --git a/pom.xml b/pom.xml index 469154b6..e2eec3f0 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.wso2.iot wso2iot-parent pom - 3.2.0 + 3.2.0-update1-SNAPSHOT WSO2 IoT - Parent http://wso2.org WSO2 IoT Server @@ -1674,7 +1674,7 @@ https://github.com/wso2/product-iots.git scm:git:https://github.com/wso2/product-iots.git scm:git:https://github.com/wso2/product-iots.git - v3.2.0-RC1 + HEAD From 3a99eeeecd32f01425787ad1bd2d83d9d1e3b25e Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Thu, 1 Feb 2018 11:42:48 +0530 Subject: [PATCH 12/12] Create stale.yml --- .github/stale.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..22fc423a --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,15 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 10 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 5 +# Issues with these labels will never be considered stale +exemptLabels: + - in progress +# Label to use when marking an issue as stale +staleLabel: Resolution/Stale +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false