From 94c7958f246c2b4dfa86124cdec90ba754b5bb3c Mon Sep 17 00:00:00 2001 From: Darshana Gunawardana Date: Thu, 19 Dec 2024 09:43:51 +0530 Subject: [PATCH 1/8] Cleanup enable_unicode_support config --- .../distribution/src/repository/resources/conf/deployment.toml | 3 --- .../test/resources/artifacts/IS/email/email_otp_config.toml | 3 --- .../artifacts/IS/user/enable_email_username_deployment.toml | 3 --- 3 files changed, 9 deletions(-) diff --git a/modules/distribution/src/repository/resources/conf/deployment.toml b/modules/distribution/src/repository/resources/conf/deployment.toml index c63761c7286..918af13fd60 100644 --- a/modules/distribution/src/repository/resources/conf/deployment.toml +++ b/modules/distribution/src/repository/resources/conf/deployment.toml @@ -39,9 +39,6 @@ hash= "66cd9688a2ae068244ea01e70f0e230f5623b7fa4cdecb65070a09ec06452262" [identity.auth_framework.endpoint] app_password= "dashboard" -[notification_templates] -enable_unicode_support = true - # The KeyStore which is used for encrypting/decrypting internal data. By default the primary keystore is used as the internal keystore. #[keystore.internal] diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/email/email_otp_config.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/email/email_otp_config.toml index 23ef0b9c483..4feee71a839 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/email/email_otp_config.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/email/email_otp_config.toml @@ -37,6 +37,3 @@ federatedEmailAttributeKey = "email" EmailOTPEnableByUserClaim = true CaptureAndUpdateEmailAddress = true showEmailAddressInUI = true - -[notification_templates] -enable_unicode_support = true diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/user/enable_email_username_deployment.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/user/enable_email_username_deployment.toml index 42289666b32..413a298408f 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/user/enable_email_username_deployment.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/user/enable_email_username_deployment.toml @@ -47,6 +47,3 @@ enable_email_domain = true [identity_mgt.events.schemes.liteUserRegistration.properties] enable = true - -[notification_templates] -enable_unicode_support = true From 3736b0f4c8a4d9ed7c7818256a64552e2c9c3855 Mon Sep 17 00:00:00 2001 From: Thilina Shashimal Senarath <43197743+shashimalcse@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:51:44 +0530 Subject: [PATCH 2/8] Bump oauth and framework version (#22078) bump oauth and framework --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fe460fd06ad..85684a97433 100755 --- a/pom.xml +++ b/pom.xml @@ -2356,7 +2356,7 @@ - 7.7.50 + 7.7.55 [5.14.67, 8.0.0) @@ -2377,7 +2377,7 @@ - 7.0.202 + 7.0.204 5.11.48 5.10.2 5.11.14 From f783c86e91e9b764c0166f9c046885fe7e1238a3 Mon Sep 17 00:00:00 2001 From: Yoshani Date: Fri, 20 Dec 2024 10:30:37 +0530 Subject: [PATCH 3/8] bump framework --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 85684a97433..36aca485582 100755 --- a/pom.xml +++ b/pom.xml @@ -2356,7 +2356,7 @@ - 7.7.55 + 7.7.56 [5.14.67, 8.0.0) From e22e8ace07da013328c6ef33fc2867413ddc3f3d Mon Sep 17 00:00:00 2001 From: Darshana Gunawardana Date: Fri, 20 Dec 2024 14:28:08 +0530 Subject: [PATCH 4/8] Update framework and event handler notification versions --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f4085ad053f..2d8c1769928 100755 --- a/pom.xml +++ b/pom.xml @@ -2356,7 +2356,7 @@ - 7.7.50 + 7.7.58 [5.14.67, 8.0.0) @@ -2398,7 +2398,7 @@ 1.9.13 - 1.9.31 + 1.9.32 From 19fdb053ed0d49a8e53631babd6f89a570e08df7 Mon Sep 17 00:00:00 2001 From: UdeshAthukorala Date: Fri, 20 Dec 2024 14:45:30 +0530 Subject: [PATCH 5/8] Bump kernel version to 4.10.30 --- modules/p2-profile-gen/carbon.product | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/p2-profile-gen/carbon.product b/modules/p2-profile-gen/carbon.product index bba5a4eae9c..187f39ab5f9 100644 --- a/modules/p2-profile-gen/carbon.product +++ b/modules/p2-profile-gen/carbon.product @@ -2,7 +2,7 @@ +version="4.10.30" useFeatures="true" includeLaunchers="true"> @@ -14,7 +14,7 @@ version="4.10.29" useFeatures="true" includeLaunchers="true"> - + diff --git a/pom.xml b/pom.xml index 85684a97433..fa5d4818ee6 100755 --- a/pom.xml +++ b/pom.xml @@ -2487,7 +2487,7 @@ 3.4.1 - 4.10.29 + 4.10.30 1.0.15 From 429768c0385f3e3701fca0014a35783aafdc6166 Mon Sep 17 00:00:00 2001 From: WSO2 Builder Date: Fri, 20 Dec 2024 14:38:30 +0000 Subject: [PATCH 6/8] [maven-release-plugin] prepare release v7.1.0-m6 --- modules/api-resources/api-resources-full/pom.xml | 4 ++-- modules/api-resources/pom.xml | 4 ++-- 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-ui-templates/pom.xml | 2 +- modules/integration/pom.xml | 2 +- modules/integration/tests-common/admin-clients/pom.xml | 2 +- .../integration/tests-common/integration-test-utils/pom.xml | 2 +- .../integration/tests-common/jacoco-report-generator/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/oauth2-grant-types/pom.xml | 2 +- modules/p2-profile-gen/pom.xml | 2 +- modules/provisioning-connectors/pom.xml | 2 +- modules/social-authenticators/pom.xml | 2 +- modules/styles/pom.xml | 2 +- modules/styles/product/pom.xml | 2 +- modules/tests-utils/admin-services/pom.xml | 2 +- modules/tests-utils/admin-stubs/pom.xml | 2 +- modules/tests-utils/pom.xml | 2 +- pom.xml | 4 ++-- 29 files changed, 32 insertions(+), 32 deletions(-) diff --git a/modules/api-resources/api-resources-full/pom.xml b/modules/api-resources/api-resources-full/pom.xml index 4b274403394..8e5b6d7a414 100644 --- a/modules/api-resources/api-resources-full/pom.xml +++ b/modules/api-resources/api-resources-full/pom.xml @@ -23,12 +23,12 @@ org.wso2.is api-resources - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../pom.xml api-resources-full - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 war WSO2 Identity Server - All Rest API diff --git a/modules/api-resources/pom.xml b/modules/api-resources/pom.xml index 6a2fac4e2e9..3c29cda7ee6 100644 --- a/modules/api-resources/pom.xml +++ b/modules/api-resources/pom.xml @@ -23,12 +23,12 @@ org.wso2.is identity-server-parent - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml api-resources - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 pom WSO2 Identity Server - Rest API diff --git a/modules/authenticators/pom.xml b/modules/authenticators/pom.xml index 1c65ce9c06f..a7a0eff1d09 100644 --- a/modules/authenticators/pom.xml +++ b/modules/authenticators/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml 4.0.0 diff --git a/modules/connectors/pom.xml b/modules/connectors/pom.xml index 8b5a2404b43..657a4f2291b 100644 --- a/modules/connectors/pom.xml +++ b/modules/connectors/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml 4.0.0 diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index aa8a32075f3..eb55a15cbbf 100755 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../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 68e82256b80..4116ed55688 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 - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../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 8909cd30f0a..3968dd4927d 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 - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../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 da2e48977f1..7295db26d36 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 - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../pom.xml diff --git a/modules/features/pom.xml b/modules/features/pom.xml index c027be0cdb5..e375f7c8b7e 100644 --- a/modules/features/pom.xml +++ b/modules/features/pom.xml @@ -17,7 +17,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml diff --git a/modules/integration-ui-templates/pom.xml b/modules/integration-ui-templates/pom.xml index 02f9affd269..3577303f75a 100644 --- a/modules/integration-ui-templates/pom.xml +++ b/modules/integration-ui-templates/pom.xml @@ -22,7 +22,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml index 1fd4f003557..723025fd627 100644 --- a/modules/integration/pom.xml +++ b/modules/integration/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml diff --git a/modules/integration/tests-common/admin-clients/pom.xml b/modules/integration/tests-common/admin-clients/pom.xml index 0b1bfc0d3cf..97e0a6e9055 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 - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../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 68e72fd171c..f6bba94e1b8 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 - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml diff --git a/modules/integration/tests-common/jacoco-report-generator/pom.xml b/modules/integration/tests-common/jacoco-report-generator/pom.xml index ba260627b59..23ecedcf58a 100644 --- a/modules/integration/tests-common/jacoco-report-generator/pom.xml +++ b/modules/integration/tests-common/jacoco-report-generator/pom.xml @@ -22,7 +22,7 @@ org.wso2.is identity-integration-tests - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml diff --git a/modules/integration/tests-common/pom.xml b/modules/integration/tests-common/pom.xml index 303f1c22ee2..967d6591e81 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 - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../pom.xml diff --git a/modules/integration/tests-common/ui-pages/pom.xml b/modules/integration/tests-common/ui-pages/pom.xml index 0a01bd787ac..36b91b1609f 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 - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml diff --git a/modules/integration/tests-integration/pom.xml b/modules/integration/tests-integration/pom.xml index e749240db12..3b8d5bfce42 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 - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../pom.xml diff --git a/modules/integration/tests-integration/tests-backend/pom.xml b/modules/integration/tests-integration/tests-backend/pom.xml index ebf130c74ac..78e52a33dad 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 - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml diff --git a/modules/local-authenticators/pom.xml b/modules/local-authenticators/pom.xml index fd486107350..0d88c1b0368 100644 --- a/modules/local-authenticators/pom.xml +++ b/modules/local-authenticators/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml 4.0.0 diff --git a/modules/oauth2-grant-types/pom.xml b/modules/oauth2-grant-types/pom.xml index b1eb0b673b2..bb72207a625 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 - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml index caa6a56ac84..5c3d24f3fbe 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 - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml diff --git a/modules/provisioning-connectors/pom.xml b/modules/provisioning-connectors/pom.xml index ed021f26c51..657e3ea7b7d 100644 --- a/modules/provisioning-connectors/pom.xml +++ b/modules/provisioning-connectors/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml 4.0.0 diff --git a/modules/social-authenticators/pom.xml b/modules/social-authenticators/pom.xml index 286a14ed4a3..233c5413c1e 100644 --- a/modules/social-authenticators/pom.xml +++ b/modules/social-authenticators/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml 4.0.0 diff --git a/modules/styles/pom.xml b/modules/styles/pom.xml index b61cd18d5e4..4e51be01cf4 100644 --- a/modules/styles/pom.xml +++ b/modules/styles/pom.xml @@ -20,7 +20,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml diff --git a/modules/styles/product/pom.xml b/modules/styles/product/pom.xml index 48b2c689457..a7a4e6966ed 100644 --- a/modules/styles/product/pom.xml +++ b/modules/styles/product/pom.xml @@ -20,7 +20,7 @@ org.wso2.is identity-server-styles-parent - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../pom.xml diff --git a/modules/tests-utils/admin-services/pom.xml b/modules/tests-utils/admin-services/pom.xml index 649145d8a74..b7fc03369d8 100644 --- a/modules/tests-utils/admin-services/pom.xml +++ b/modules/tests-utils/admin-services/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-integration-tests-utils - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../pom.xml diff --git a/modules/tests-utils/admin-stubs/pom.xml b/modules/tests-utils/admin-stubs/pom.xml index 9b3886fb271..b8e620ab08a 100644 --- a/modules/tests-utils/admin-stubs/pom.xml +++ b/modules/tests-utils/admin-stubs/pom.xml @@ -21,7 +21,7 @@ org.wso2.is identity-integration-tests-utils - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../pom.xml diff --git a/modules/tests-utils/pom.xml b/modules/tests-utils/pom.xml index 9eec7159013..49a9b06a524 100644 --- a/modules/tests-utils/pom.xml +++ b/modules/tests-utils/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 ../../pom.xml diff --git a/pom.xml b/pom.xml index 7bb4b51360a..0e1bfb9917a 100755 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ identity-server-parent pom WSO2 Identity Server - 7.1.0-m6-SNAPSHOT + 7.1.0-m6 WSO2 Identity Server http://wso2.org/projects/identity @@ -2678,7 +2678,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 + v7.1.0-m6 From 58306f685cfdd807dfcce4c4ac7141d520f50ab2 Mon Sep 17 00:00:00 2001 From: WSO2 Builder Date: Fri, 20 Dec 2024 14:38:31 +0000 Subject: [PATCH 7/8] [maven-release-plugin] prepare for next development iteration --- modules/api-resources/api-resources-full/pom.xml | 4 ++-- modules/api-resources/pom.xml | 4 ++-- 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-ui-templates/pom.xml | 2 +- modules/integration/pom.xml | 2 +- modules/integration/tests-common/admin-clients/pom.xml | 2 +- .../integration/tests-common/integration-test-utils/pom.xml | 2 +- .../integration/tests-common/jacoco-report-generator/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/oauth2-grant-types/pom.xml | 2 +- modules/p2-profile-gen/pom.xml | 2 +- modules/provisioning-connectors/pom.xml | 2 +- modules/social-authenticators/pom.xml | 2 +- modules/styles/pom.xml | 2 +- modules/styles/product/pom.xml | 2 +- modules/tests-utils/admin-services/pom.xml | 2 +- modules/tests-utils/admin-stubs/pom.xml | 2 +- modules/tests-utils/pom.xml | 2 +- pom.xml | 4 ++-- 29 files changed, 32 insertions(+), 32 deletions(-) diff --git a/modules/api-resources/api-resources-full/pom.xml b/modules/api-resources/api-resources-full/pom.xml index 8e5b6d7a414..6c2e51222a5 100644 --- a/modules/api-resources/api-resources-full/pom.xml +++ b/modules/api-resources/api-resources-full/pom.xml @@ -23,12 +23,12 @@ org.wso2.is api-resources - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../pom.xml api-resources-full - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT war WSO2 Identity Server - All Rest API diff --git a/modules/api-resources/pom.xml b/modules/api-resources/pom.xml index 3c29cda7ee6..e5eaa1832ef 100644 --- a/modules/api-resources/pom.xml +++ b/modules/api-resources/pom.xml @@ -23,12 +23,12 @@ org.wso2.is identity-server-parent - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml api-resources - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT pom WSO2 Identity Server - Rest API diff --git a/modules/authenticators/pom.xml b/modules/authenticators/pom.xml index a7a0eff1d09..f29a9c56b6c 100644 --- a/modules/authenticators/pom.xml +++ b/modules/authenticators/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/modules/connectors/pom.xml b/modules/connectors/pom.xml index 657a4f2291b..a9727e58f81 100644 --- a/modules/connectors/pom.xml +++ b/modules/connectors/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index eb55a15cbbf..a3e97f63860 100755 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../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 4116ed55688..a0753e4c2d8 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 - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../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 3968dd4927d..474b68b1076 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 - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../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 7295db26d36..dcea635a1ee 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 - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../pom.xml diff --git a/modules/features/pom.xml b/modules/features/pom.xml index e375f7c8b7e..806d2d56a8b 100644 --- a/modules/features/pom.xml +++ b/modules/features/pom.xml @@ -17,7 +17,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml diff --git a/modules/integration-ui-templates/pom.xml b/modules/integration-ui-templates/pom.xml index 3577303f75a..90e84af9b92 100644 --- a/modules/integration-ui-templates/pom.xml +++ b/modules/integration-ui-templates/pom.xml @@ -22,7 +22,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml index 723025fd627..86955dadcf1 100644 --- a/modules/integration/pom.xml +++ b/modules/integration/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml diff --git a/modules/integration/tests-common/admin-clients/pom.xml b/modules/integration/tests-common/admin-clients/pom.xml index 97e0a6e9055..5af0e3d5626 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 - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../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 f6bba94e1b8..d6bd11c6a36 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 - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml diff --git a/modules/integration/tests-common/jacoco-report-generator/pom.xml b/modules/integration/tests-common/jacoco-report-generator/pom.xml index 23ecedcf58a..c7e668a7a40 100644 --- a/modules/integration/tests-common/jacoco-report-generator/pom.xml +++ b/modules/integration/tests-common/jacoco-report-generator/pom.xml @@ -22,7 +22,7 @@ org.wso2.is identity-integration-tests - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml diff --git a/modules/integration/tests-common/pom.xml b/modules/integration/tests-common/pom.xml index 967d6591e81..6f48d526bbc 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 - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../pom.xml diff --git a/modules/integration/tests-common/ui-pages/pom.xml b/modules/integration/tests-common/ui-pages/pom.xml index 36b91b1609f..64639cd5ff4 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 - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml diff --git a/modules/integration/tests-integration/pom.xml b/modules/integration/tests-integration/pom.xml index 3b8d5bfce42..31363a80bbb 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 - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../pom.xml diff --git a/modules/integration/tests-integration/tests-backend/pom.xml b/modules/integration/tests-integration/tests-backend/pom.xml index 78e52a33dad..4eb0b348833 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 - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml diff --git a/modules/local-authenticators/pom.xml b/modules/local-authenticators/pom.xml index 0d88c1b0368..60e6ba2324b 100644 --- a/modules/local-authenticators/pom.xml +++ b/modules/local-authenticators/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/modules/oauth2-grant-types/pom.xml b/modules/oauth2-grant-types/pom.xml index bb72207a625..8833ebf5a99 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 - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml index 5c3d24f3fbe..d35d19d9455 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 - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml diff --git a/modules/provisioning-connectors/pom.xml b/modules/provisioning-connectors/pom.xml index 657e3ea7b7d..2885474ded5 100644 --- a/modules/provisioning-connectors/pom.xml +++ b/modules/provisioning-connectors/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/modules/social-authenticators/pom.xml b/modules/social-authenticators/pom.xml index 233c5413c1e..4ed87d2a54e 100644 --- a/modules/social-authenticators/pom.xml +++ b/modules/social-authenticators/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/modules/styles/pom.xml b/modules/styles/pom.xml index 4e51be01cf4..6cd0dbb590a 100644 --- a/modules/styles/pom.xml +++ b/modules/styles/pom.xml @@ -20,7 +20,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml diff --git a/modules/styles/product/pom.xml b/modules/styles/product/pom.xml index a7a4e6966ed..8b40d39fe6b 100644 --- a/modules/styles/product/pom.xml +++ b/modules/styles/product/pom.xml @@ -20,7 +20,7 @@ org.wso2.is identity-server-styles-parent - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../pom.xml diff --git a/modules/tests-utils/admin-services/pom.xml b/modules/tests-utils/admin-services/pom.xml index b7fc03369d8..fc9b8bd7386 100644 --- a/modules/tests-utils/admin-services/pom.xml +++ b/modules/tests-utils/admin-services/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-integration-tests-utils - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../pom.xml diff --git a/modules/tests-utils/admin-stubs/pom.xml b/modules/tests-utils/admin-stubs/pom.xml index b8e620ab08a..5d6875f5a63 100644 --- a/modules/tests-utils/admin-stubs/pom.xml +++ b/modules/tests-utils/admin-stubs/pom.xml @@ -21,7 +21,7 @@ org.wso2.is identity-integration-tests-utils - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../pom.xml diff --git a/modules/tests-utils/pom.xml b/modules/tests-utils/pom.xml index 49a9b06a524..e8e1554d7c1 100644 --- a/modules/tests-utils/pom.xml +++ b/modules/tests-utils/pom.xml @@ -19,7 +19,7 @@ org.wso2.is identity-server-parent - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT ../../pom.xml diff --git a/pom.xml b/pom.xml index 0e1bfb9917a..5640e3624f1 100755 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ identity-server-parent pom WSO2 Identity Server - 7.1.0-m6 + 7.1.0-m7-SNAPSHOT WSO2 Identity Server http://wso2.org/projects/identity @@ -2678,7 +2678,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 - v7.1.0-m6 + HEAD From 6f7356d0f64098455702a9344003bb0a5ea2aa6b Mon Sep 17 00:00:00 2001 From: jenkins-is-staging Date: Wed, 1 Jan 2025 16:48:14 +0000 Subject: [PATCH 8/8] Bump dependencies from IS_dependency_updater_github_action/12571802349 --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 7ed787f5fd7..febd4217d12 100755 --- a/pom.xml +++ b/pom.xml @@ -2356,7 +2356,7 @@ - 7.7.58 + 7.7.60 [5.14.67, 8.0.0) @@ -2392,7 +2392,7 @@ 5.2.5 - 5.7.5 + 5.7.6 1.7.4 1.4.6 @@ -2409,7 +2409,7 @@ 5.12.14 1.0.12 5.5.1 - 5.9.5 + 5.9.6 5.5.5 5.5.6 @@ -2469,7 +2469,7 @@ 2.0.17 1.3.15 - 1.3.46 + 1.3.47 5.5.9 5.5.10 @@ -2478,9 +2478,9 @@ 1.2.70 - 2.35.33 - 2.13.38 - 2.8.7 + 2.36.0 + 2.13.41 + 2.8.8 1.6.378