From b85e63d99bad0e6e5f84e99e30247350abbc0295 Mon Sep 17 00:00:00 2001 From: WSO2 Builder Date: Tue, 12 Jun 2018 19:39:57 +0000 Subject: [PATCH] [maven-release-plugin] prepare release v5.6.0-rc2 --- modules/authenticators/pom.xml | 2 +- modules/connectors/pom.xml | 2 +- modules/distribution/pom.xml | 2 +- modules/features/org.wso2.identity.styles.feature/pom.xml | 2 +- modules/features/org.wso2.identity.ui.feature/pom.xml | 2 +- modules/features/org.wso2.identity.utils.feature/pom.xml | 2 +- modules/features/pom.xml | 2 +- modules/integration/pom.xml | 2 +- modules/integration/tests-common/admin-clients/pom.xml | 2 +- modules/integration/tests-common/extensions/pom.xml | 2 +- .../integration/tests-common/integration-test-utils/pom.xml | 2 +- modules/integration/tests-common/pom.xml | 2 +- modules/integration/tests-common/ui-pages/pom.xml | 2 +- modules/integration/tests-integration/pom.xml | 2 +- modules/integration/tests-integration/tests-backend/pom.xml | 2 +- modules/local-authenticators/pom.xml | 2 +- modules/migration/migration-service/pom.xml | 2 +- modules/oauth2-grant-types/pom.xml | 2 +- modules/p2-profile-gen/pom.xml | 2 +- modules/provisioning-connectors/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- modules/samples/authenticators/pom.xml | 2 +- modules/samples/identity-mgt/info-recovery-sample/pom.xml | 2 +- modules/samples/identity-mgt/pom.xml | 2 +- modules/samples/microprofile/microprofile-jwt/pom.xml | 2 +- modules/samples/microprofile/pom.xml | 2 +- .../samples/oauth/oauth10a-resource-owner-equivalent/pom.xml | 2 +- modules/samples/oauth/pom.xml | 2 +- modules/samples/oauth2/custom-grant/pom.xml | 2 +- modules/samples/oauth2/playground2/pom.xml | 2 +- modules/samples/oauth2/pom.xml | 2 +- .../passive-sts/passive-sts-client/PassiveSTSFilter/pom.xml | 2 +- .../passive-sts-client/PassiveSTSSampleApp/pom.xml | 2 +- modules/samples/passive-sts/passive-sts-client/pom.xml | 2 +- modules/samples/passive-sts/pom.xml | 2 +- modules/samples/pom.xml | 2 +- modules/samples/scim/pom.xml | 2 +- modules/samples/scim/scim-provisioning/pom.xml | 2 +- modules/samples/sso/pom.xml | 2 +- modules/samples/sso/sso-agent-sample/pom.xml | 2 +- modules/samples/sts/pom.xml | 2 +- modules/samples/sts/sts-client/pom.xml | 2 +- modules/samples/user-mgt/pom.xml | 2 +- modules/samples/user-mgt/remote-user-mgt/pom.xml | 2 +- modules/samples/workflow/handler/service-provider/pom.xml | 2 +- modules/samples/workflow/pom.xml | 2 +- modules/samples/workflow/template/sample-template/pom.xml | 2 +- modules/samples/xacml/kmarket-trading-sample/pom.xml | 2 +- modules/samples/xacml/pom.xml | 2 +- modules/social-authenticators/pom.xml | 2 +- modules/styles/pom.xml | 2 +- modules/styles/product/pom.xml | 2 +- pom.xml | 4 ++-- 54 files changed, 55 insertions(+), 55 deletions(-) diff --git a/modules/authenticators/pom.xml b/modules/authenticators/pom.xml index 08b6984eeb..7cc558fc53 100644 --- a/modules/authenticators/pom.xml +++ b/modules/authenticators/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml 4.0.0 diff --git a/modules/connectors/pom.xml b/modules/connectors/pom.xml index 267678f7ec..c8ef942661 100644 --- a/modules/connectors/pom.xml +++ b/modules/connectors/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml 4.0.0 diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index ed9b6f64da..65b888bc07 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml diff --git a/modules/features/org.wso2.identity.styles.feature/pom.xml b/modules/features/org.wso2.identity.styles.feature/pom.xml index 149e35ec1c..ad8761c866 100644 --- a/modules/features/org.wso2.identity.styles.feature/pom.xml +++ b/modules/features/org.wso2.identity.styles.feature/pom.xml @@ -20,7 +20,7 @@ org.wso2.is identity-features - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/features/org.wso2.identity.ui.feature/pom.xml b/modules/features/org.wso2.identity.ui.feature/pom.xml index b80bc29e1c..02842c4fed 100644 --- a/modules/features/org.wso2.identity.ui.feature/pom.xml +++ b/modules/features/org.wso2.identity.ui.feature/pom.xml @@ -20,7 +20,7 @@ org.wso2.is identity-features - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/features/org.wso2.identity.utils.feature/pom.xml b/modules/features/org.wso2.identity.utils.feature/pom.xml index 8d5b77dfb2..0c89596d55 100644 --- a/modules/features/org.wso2.identity.utils.feature/pom.xml +++ b/modules/features/org.wso2.identity.utils.feature/pom.xml @@ -20,7 +20,7 @@ org.wso2.is identity-features - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/features/pom.xml b/modules/features/pom.xml index 8a1e58c4a2..46367f7040 100644 --- a/modules/features/pom.xml +++ b/modules/features/pom.xml @@ -17,7 +17,7 @@ org.wso2.is identity-server-parent - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml index 38075c230b..4f21fe8483 100644 --- a/modules/integration/pom.xml +++ b/modules/integration/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml diff --git a/modules/integration/tests-common/admin-clients/pom.xml b/modules/integration/tests-common/admin-clients/pom.xml index 3eac63ea0e..94df6a6c7c 100644 --- a/modules/integration/tests-common/admin-clients/pom.xml +++ b/modules/integration/tests-common/admin-clients/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-integration-tests - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml diff --git a/modules/integration/tests-common/extensions/pom.xml b/modules/integration/tests-common/extensions/pom.xml index 162d3a6e86..fb55289c08 100644 --- a/modules/integration/tests-common/extensions/pom.xml +++ b/modules/integration/tests-common/extensions/pom.xml @@ -22,7 +22,7 @@ org.wso2.is identity-integration-tests - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml diff --git a/modules/integration/tests-common/integration-test-utils/pom.xml b/modules/integration/tests-common/integration-test-utils/pom.xml index 7cca0cf056..2d8824910b 100644 --- a/modules/integration/tests-common/integration-test-utils/pom.xml +++ b/modules/integration/tests-common/integration-test-utils/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-integration-tests - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml diff --git a/modules/integration/tests-common/pom.xml b/modules/integration/tests-common/pom.xml index 5625c5e901..b072fa863b 100644 --- a/modules/integration/tests-common/pom.xml +++ b/modules/integration/tests-common/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-integration-tests - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/integration/tests-common/ui-pages/pom.xml b/modules/integration/tests-common/ui-pages/pom.xml index 728915ca00..22860b9c7c 100644 --- a/modules/integration/tests-common/ui-pages/pom.xml +++ b/modules/integration/tests-common/ui-pages/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-integration-tests - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml diff --git a/modules/integration/tests-integration/pom.xml b/modules/integration/tests-integration/pom.xml index a02bc8a8b4..2a2f895be5 100644 --- a/modules/integration/tests-integration/pom.xml +++ b/modules/integration/tests-integration/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-integration-tests - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/integration/tests-integration/tests-backend/pom.xml b/modules/integration/tests-integration/tests-backend/pom.xml index d020532eca..3220093e04 100644 --- a/modules/integration/tests-integration/tests-backend/pom.xml +++ b/modules/integration/tests-integration/tests-backend/pom.xml @@ -18,7 +18,7 @@ org.wso2.is identity-integration-tests - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml diff --git a/modules/local-authenticators/pom.xml b/modules/local-authenticators/pom.xml index 3ebd1b53b0..febea11ea1 100644 --- a/modules/local-authenticators/pom.xml +++ b/modules/local-authenticators/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml 4.0.0 diff --git a/modules/migration/migration-service/pom.xml b/modules/migration/migration-service/pom.xml index 16670db6d1..028fc020eb 100644 --- a/modules/migration/migration-service/pom.xml +++ b/modules/migration/migration-service/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 5.6.0-SNAPSHOT + 5.6.0 ../../../pom.xml diff --git a/modules/oauth2-grant-types/pom.xml b/modules/oauth2-grant-types/pom.xml index f4bcaca6cb..e1b65b31ee 100644 --- a/modules/oauth2-grant-types/pom.xml +++ b/modules/oauth2-grant-types/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml index 86eb9c2e88..fcb9752dc2 100644 --- a/modules/p2-profile-gen/pom.xml +++ b/modules/p2-profile-gen/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml diff --git a/modules/provisioning-connectors/pom.xml b/modules/provisioning-connectors/pom.xml index 9a4a14b8d7..9f20734bf9 100644 --- a/modules/provisioning-connectors/pom.xml +++ b/modules/provisioning-connectors/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml 4.0.0 diff --git a/modules/samples/authenticators/components/org.wso2.carbon.identity.sample.extension.auth.endpoint/pom.xml b/modules/samples/authenticators/components/org.wso2.carbon.identity.sample.extension.auth.endpoint/pom.xml index 94a05e308b..a495322d6b 100644 --- a/modules/samples/authenticators/components/org.wso2.carbon.identity.sample.extension.auth.endpoint/pom.xml +++ b/modules/samples/authenticators/components/org.wso2.carbon.identity.sample.extension.auth.endpoint/pom.xml @@ -21,7 +21,7 @@ org.wso2.is wso2is-identity-samples-authenticators - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml diff --git a/modules/samples/authenticators/components/org.wso2.carbon.identity.sample.extension.authenticators/pom.xml b/modules/samples/authenticators/components/org.wso2.carbon.identity.sample.extension.authenticators/pom.xml index 2accb55234..7beadc1903 100644 --- a/modules/samples/authenticators/components/org.wso2.carbon.identity.sample.extension.authenticators/pom.xml +++ b/modules/samples/authenticators/components/org.wso2.carbon.identity.sample.extension.authenticators/pom.xml @@ -20,7 +20,7 @@ org.wso2.is wso2is-identity-samples-authenticators - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml diff --git a/modules/samples/authenticators/pom.xml b/modules/samples/authenticators/pom.xml index 64f83dde21..6ef4e92efb 100644 --- a/modules/samples/authenticators/pom.xml +++ b/modules/samples/authenticators/pom.xml @@ -21,7 +21,7 @@ org.wso2.is wso2is-identity-samples - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/identity-mgt/info-recovery-sample/pom.xml b/modules/samples/identity-mgt/info-recovery-sample/pom.xml index a08b8c025d..0c83110e54 100644 --- a/modules/samples/identity-mgt/info-recovery-sample/pom.xml +++ b/modules/samples/identity-mgt/info-recovery-sample/pom.xml @@ -22,7 +22,7 @@ org.wso2.is wso2is-identity-samples-info-recovery - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml 4.0.0 diff --git a/modules/samples/identity-mgt/pom.xml b/modules/samples/identity-mgt/pom.xml index ba8fa320e2..c06d69d625 100644 --- a/modules/samples/identity-mgt/pom.xml +++ b/modules/samples/identity-mgt/pom.xml @@ -21,7 +21,7 @@ org.wso2.is wso2is-identity-samples - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/microprofile/microprofile-jwt/pom.xml b/modules/samples/microprofile/microprofile-jwt/pom.xml index 30c14f93bd..49617781fa 100644 --- a/modules/samples/microprofile/microprofile-jwt/pom.xml +++ b/modules/samples/microprofile/microprofile-jwt/pom.xml @@ -3,7 +3,7 @@ org.wso2.is wso2is-identity-samples-microprofile - 5.6.0-SNAPSHOT + 5.6.0 4.0.0 diff --git a/modules/samples/microprofile/pom.xml b/modules/samples/microprofile/pom.xml index df0a586373..71202e672c 100644 --- a/modules/samples/microprofile/pom.xml +++ b/modules/samples/microprofile/pom.xml @@ -3,7 +3,7 @@ org.wso2.is wso2is-identity-samples - 5.6.0-SNAPSHOT + 5.6.0 4.0.0 diff --git a/modules/samples/oauth/oauth10a-resource-owner-equivalent/pom.xml b/modules/samples/oauth/oauth10a-resource-owner-equivalent/pom.xml index 3e6bb03563..3323b89fda 100644 --- a/modules/samples/oauth/oauth10a-resource-owner-equivalent/pom.xml +++ b/modules/samples/oauth/oauth10a-resource-owner-equivalent/pom.xml @@ -15,7 +15,7 @@ org.wso2.is wso2is-identity-samples-oauth10a - 5.6.0-SNAPSHOT + 5.6.0 4.0.0 diff --git a/modules/samples/oauth/pom.xml b/modules/samples/oauth/pom.xml index be6ad59a0e..097fbe572d 100644 --- a/modules/samples/oauth/pom.xml +++ b/modules/samples/oauth/pom.xml @@ -20,7 +20,7 @@ org.wso2.is wso2is-identity-samples - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/oauth2/custom-grant/pom.xml b/modules/samples/oauth2/custom-grant/pom.xml index de0f92dcc7..1ae3da5e24 100644 --- a/modules/samples/oauth2/custom-grant/pom.xml +++ b/modules/samples/oauth2/custom-grant/pom.xml @@ -21,7 +21,7 @@ org.wso2.is wso2is-identity-samples-oauth2 - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/oauth2/playground2/pom.xml b/modules/samples/oauth2/playground2/pom.xml index e829a98d9c..17e95d2207 100755 --- a/modules/samples/oauth2/playground2/pom.xml +++ b/modules/samples/oauth2/playground2/pom.xml @@ -3,7 +3,7 @@ org.wso2.is wso2is-identity-samples-oauth2 - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/oauth2/pom.xml b/modules/samples/oauth2/pom.xml index 3bb63182cb..17dd124a97 100644 --- a/modules/samples/oauth2/pom.xml +++ b/modules/samples/oauth2/pom.xml @@ -20,7 +20,7 @@ org.wso2.is wso2is-identity-samples - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/passive-sts/passive-sts-client/PassiveSTSFilter/pom.xml b/modules/samples/passive-sts/passive-sts-client/PassiveSTSFilter/pom.xml index 01bf591b3c..5bfe8bdadc 100644 --- a/modules/samples/passive-sts/passive-sts-client/PassiveSTSFilter/pom.xml +++ b/modules/samples/passive-sts/passive-sts-client/PassiveSTSFilter/pom.xml @@ -4,7 +4,7 @@ org.wso2.is PassiveSTSSample - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/passive-sts/passive-sts-client/PassiveSTSSampleApp/pom.xml b/modules/samples/passive-sts/passive-sts-client/PassiveSTSSampleApp/pom.xml index 34c3a5b0ad..d104f9c77a 100644 --- a/modules/samples/passive-sts/passive-sts-client/PassiveSTSSampleApp/pom.xml +++ b/modules/samples/passive-sts/passive-sts-client/PassiveSTSSampleApp/pom.xml @@ -4,7 +4,7 @@ org.wso2.is PassiveSTSSample - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/passive-sts/passive-sts-client/pom.xml b/modules/samples/passive-sts/passive-sts-client/pom.xml index 7794ba1bc3..38a2e1da0a 100644 --- a/modules/samples/passive-sts/passive-sts-client/pom.xml +++ b/modules/samples/passive-sts/passive-sts-client/pom.xml @@ -5,7 +5,7 @@ org.wso2.is wso2is-identity-samples-passivests - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/passive-sts/pom.xml b/modules/samples/passive-sts/pom.xml index f1c7ce95c6..9e5e159726 100644 --- a/modules/samples/passive-sts/pom.xml +++ b/modules/samples/passive-sts/pom.xml @@ -20,7 +20,7 @@ org.wso2.is wso2is-identity-samples - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/pom.xml b/modules/samples/pom.xml index 614dcf16ca..b1237d5e03 100644 --- a/modules/samples/pom.xml +++ b/modules/samples/pom.xml @@ -20,7 +20,7 @@ org.wso2.is identity-server-parent - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml diff --git a/modules/samples/scim/pom.xml b/modules/samples/scim/pom.xml index 162ce70be9..763f007bb3 100644 --- a/modules/samples/scim/pom.xml +++ b/modules/samples/scim/pom.xml @@ -20,7 +20,7 @@ org.wso2.is wso2is-identity-samples - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/scim/scim-provisioning/pom.xml b/modules/samples/scim/scim-provisioning/pom.xml index 15851ea640..46c60bbe1f 100644 --- a/modules/samples/scim/scim-provisioning/pom.xml +++ b/modules/samples/scim/scim-provisioning/pom.xml @@ -3,7 +3,7 @@ org.wso2.is wso2is-identity-samples-scim - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml 4.0.0 diff --git a/modules/samples/sso/pom.xml b/modules/samples/sso/pom.xml index c35cee2e36..63cd469b83 100644 --- a/modules/samples/sso/pom.xml +++ b/modules/samples/sso/pom.xml @@ -21,7 +21,7 @@ org.wso2.is wso2is-identity-samples ../pom.xml - 5.6.0-SNAPSHOT + 5.6.0 4.0.0 diff --git a/modules/samples/sso/sso-agent-sample/pom.xml b/modules/samples/sso/sso-agent-sample/pom.xml index adb6f9371e..c1ff2d3aab 100644 --- a/modules/samples/sso/sso-agent-sample/pom.xml +++ b/modules/samples/sso/sso-agent-sample/pom.xml @@ -5,7 +5,7 @@ org.wso2.is wso2is-identity-samples-sso - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/sts/pom.xml b/modules/samples/sts/pom.xml index c09c0f60b3..d200d41592 100644 --- a/modules/samples/sts/pom.xml +++ b/modules/samples/sts/pom.xml @@ -20,7 +20,7 @@ org.wso2.is wso2is-identity-samples - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/sts/sts-client/pom.xml b/modules/samples/sts/sts-client/pom.xml index cc8666e8a5..18cd86ab7f 100644 --- a/modules/samples/sts/sts-client/pom.xml +++ b/modules/samples/sts/sts-client/pom.xml @@ -4,7 +4,7 @@ org.wso2.is wso2is-identity-samples-sts - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/user-mgt/pom.xml b/modules/samples/user-mgt/pom.xml index 2a324d7dbe..175760129a 100644 --- a/modules/samples/user-mgt/pom.xml +++ b/modules/samples/user-mgt/pom.xml @@ -20,7 +20,7 @@ org.wso2.is wso2is-identity-samples - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/user-mgt/remote-user-mgt/pom.xml b/modules/samples/user-mgt/remote-user-mgt/pom.xml index aa0fc79879..36aa3ac5f3 100644 --- a/modules/samples/user-mgt/remote-user-mgt/pom.xml +++ b/modules/samples/user-mgt/remote-user-mgt/pom.xml @@ -5,7 +5,7 @@ org.wso2.is wso2is-identity-samples-usermgt - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/workflow/handler/service-provider/pom.xml b/modules/samples/workflow/handler/service-provider/pom.xml index 323856852a..3c1c2a6115 100644 --- a/modules/samples/workflow/handler/service-provider/pom.xml +++ b/modules/samples/workflow/handler/service-provider/pom.xml @@ -18,7 +18,7 @@ org.wso2.is wso2is-workflow-samples - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml 4.0.0 diff --git a/modules/samples/workflow/pom.xml b/modules/samples/workflow/pom.xml index cd3e9a41b0..a9db1aa4bf 100644 --- a/modules/samples/workflow/pom.xml +++ b/modules/samples/workflow/pom.xml @@ -21,7 +21,7 @@ org.wso2.is wso2is-identity-samples - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/workflow/template/sample-template/pom.xml b/modules/samples/workflow/template/sample-template/pom.xml index 3ae940c75b..9ad3772519 100644 --- a/modules/samples/workflow/template/sample-template/pom.xml +++ b/modules/samples/workflow/template/sample-template/pom.xml @@ -18,7 +18,7 @@ org.wso2.is wso2is-workflow-samples - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml 4.0.0 diff --git a/modules/samples/xacml/kmarket-trading-sample/pom.xml b/modules/samples/xacml/kmarket-trading-sample/pom.xml index 1b1a2408b2..0b96bb8651 100644 --- a/modules/samples/xacml/kmarket-trading-sample/pom.xml +++ b/modules/samples/xacml/kmarket-trading-sample/pom.xml @@ -4,7 +4,7 @@ org.wso2.is wso2is-identity-samples-xacml - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/samples/xacml/pom.xml b/modules/samples/xacml/pom.xml index bd66ac3104..52805ba19c 100644 --- a/modules/samples/xacml/pom.xml +++ b/modules/samples/xacml/pom.xml @@ -20,7 +20,7 @@ org.wso2.is wso2is-identity-samples - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/modules/social-authenticators/pom.xml b/modules/social-authenticators/pom.xml index a0ba8e106e..0ac7baed64 100644 --- a/modules/social-authenticators/pom.xml +++ b/modules/social-authenticators/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml 4.0.0 diff --git a/modules/styles/pom.xml b/modules/styles/pom.xml index df5fd4f260..618e4a0fa8 100644 --- a/modules/styles/pom.xml +++ b/modules/styles/pom.xml @@ -20,7 +20,7 @@ org.wso2.is identity-server-parent - 5.6.0-SNAPSHOT + 5.6.0 ../../pom.xml diff --git a/modules/styles/product/pom.xml b/modules/styles/product/pom.xml index 093adb94be..66f8a6bf05 100644 --- a/modules/styles/product/pom.xml +++ b/modules/styles/product/pom.xml @@ -20,7 +20,7 @@ org.wso2.is identity-server-styles-parent - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 97afc79da2..a281d0fb40 100755 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ identity-server-parent pom WSO2 Identity Server - 5.6.0-SNAPSHOT + 5.6.0 WSO2 Identity Server http://wso2.org/projects/identity @@ -1950,7 +1950,7 @@ https://github.com/wso2/product-is.git scm:git:https://github.com/wso2/product-is.git scm:git:https://github.com/wso2/product-is.git - HEAD + v5.6.0-rc2