From 26ffee4e879805f41dfc2b1f9c939bbfb9bea9ce Mon Sep 17 00:00:00 2001 From: Yuriy Movchan Date: Wed, 7 Feb 2024 21:41:32 +0300 Subject: [PATCH] Version 4.5.4-SNAPSHOT Signed-off-by: Yuriy Movchan --- app-fips/pom.xml | 2 +- app/pom.xml | 2 +- config-client/pom.xml | 2 +- plugins/account-linking/pom.xml | 6 +++--- plugins/bioid/pom.xml | 6 +++--- plugins/cert-authn/pom.xml | 2 +- plugins/client-authorizations/pom.xml | 4 ++-- plugins/custom-branding/pom.xml | 4 ++-- plugins/duo/pom.xml | 6 +++--- plugins/email_2fa_core/pom.xml | 2 +- plugins/inwebo/pom.xml | 2 +- plugins/samples/authentication-script-properties/pom.xml | 2 +- plugins/samples/clients-management/pom.xml | 2 +- plugins/samples/helloworld/pom.xml | 2 +- plugins/samples/sample-cred-plugin/pom.xml | 2 +- plugins/strong-authn-settings/pom.xml | 2 +- plugins/stytch/pom.xml | 6 +++--- pom.xml | 8 ++++---- shared/pom.xml | 2 +- 19 files changed, 32 insertions(+), 32 deletions(-) diff --git a/app-fips/pom.xml b/app-fips/pom.xml index 1a02f7da..124959a5 100644 --- a/app-fips/pom.xml +++ b/app-fips/pom.xml @@ -10,7 +10,7 @@ org.gluu casa-base - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT diff --git a/app/pom.xml b/app/pom.xml index 13de529b..f57e22fa 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -11,7 +11,7 @@ org.gluu casa-base - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT diff --git a/config-client/pom.xml b/config-client/pom.xml index 559182bf..4223e87b 100644 --- a/config-client/pom.xml +++ b/config-client/pom.xml @@ -5,7 +5,7 @@ casa-config-client jar casa-config-client - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT diff --git a/plugins/account-linking/pom.xml b/plugins/account-linking/pom.xml index de57c8e1..14e34652 100644 --- a/plugins/account-linking/pom.xml +++ b/plugins/account-linking/pom.xml @@ -13,8 +13,8 @@ 1.8 1.8 account-linking - 4.6.0-SNAPSHOT - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT + 4.5.4-SNAPSHOT @@ -73,7 +73,7 @@ org.gluu casa-shared - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT provided diff --git a/plugins/bioid/pom.xml b/plugins/bioid/pom.xml index fabbaac2..2074cddc 100644 --- a/plugins/bioid/pom.xml +++ b/plugins/bioid/pom.xml @@ -14,8 +14,8 @@ 1.8 1.8 bioid-plugin - 4.6.0-SNAPSHOT - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT + 4.5.4-SNAPSHOT @@ -72,7 +72,7 @@ org.gluu casa-shared - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT provided diff --git a/plugins/cert-authn/pom.xml b/plugins/cert-authn/pom.xml index 6694f6fa..c177a5c8 100644 --- a/plugins/cert-authn/pom.xml +++ b/plugins/cert-authn/pom.xml @@ -13,7 +13,7 @@ 1.8 1.8 cert-authn - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT diff --git a/plugins/client-authorizations/pom.xml b/plugins/client-authorizations/pom.xml index ef61d5be..ed74766e 100644 --- a/plugins/client-authorizations/pom.xml +++ b/plugins/client-authorizations/pom.xml @@ -13,7 +13,7 @@ 1.8 1.8 authorized-clients - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT @@ -71,7 +71,7 @@ org.gluu casa-shared - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT provided diff --git a/plugins/custom-branding/pom.xml b/plugins/custom-branding/pom.xml index 9999d9bd..0092ae46 100644 --- a/plugins/custom-branding/pom.xml +++ b/plugins/custom-branding/pom.xml @@ -13,7 +13,7 @@ 1.8 1.8 custom-branding - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT @@ -71,7 +71,7 @@ org.gluu casa-shared - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT provided diff --git a/plugins/duo/pom.xml b/plugins/duo/pom.xml index 4244b92f..b699854a 100644 --- a/plugins/duo/pom.xml +++ b/plugins/duo/pom.xml @@ -14,8 +14,8 @@ 1.8 1.8 duo-plugin - 4.6.0-SNAPSHOT - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT + 4.5.4-SNAPSHOT @@ -72,7 +72,7 @@ org.gluu casa-shared - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT provided diff --git a/plugins/email_2fa_core/pom.xml b/plugins/email_2fa_core/pom.xml index ca65d8a2..c4e314d2 100644 --- a/plugins/email_2fa_core/pom.xml +++ b/plugins/email_2fa_core/pom.xml @@ -9,7 +9,7 @@ 1.8 1.8 email_2fa_core - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT org.gluu.casa.plugins diff --git a/plugins/inwebo/pom.xml b/plugins/inwebo/pom.xml index 0b29019d..c00a82be 100644 --- a/plugins/inwebo/pom.xml +++ b/plugins/inwebo/pom.xml @@ -101,7 +101,7 @@ org.gluu casa-shared - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT provided diff --git a/plugins/samples/authentication-script-properties/pom.xml b/plugins/samples/authentication-script-properties/pom.xml index ee8d9df6..273edf6b 100644 --- a/plugins/samples/authentication-script-properties/pom.xml +++ b/plugins/samples/authentication-script-properties/pom.xml @@ -65,7 +65,7 @@ org.gluu casa-shared - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT provided diff --git a/plugins/samples/clients-management/pom.xml b/plugins/samples/clients-management/pom.xml index 1d2bd47b..218c0bc7 100644 --- a/plugins/samples/clients-management/pom.xml +++ b/plugins/samples/clients-management/pom.xml @@ -66,7 +66,7 @@ org.gluu casa-shared - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT provided diff --git a/plugins/samples/helloworld/pom.xml b/plugins/samples/helloworld/pom.xml index a2a4d66a..b55fa4e1 100644 --- a/plugins/samples/helloworld/pom.xml +++ b/plugins/samples/helloworld/pom.xml @@ -70,7 +70,7 @@ org.gluu casa-shared - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT provided diff --git a/plugins/samples/sample-cred-plugin/pom.xml b/plugins/samples/sample-cred-plugin/pom.xml index 78f5dc0c..917b0d8d 100644 --- a/plugins/samples/sample-cred-plugin/pom.xml +++ b/plugins/samples/sample-cred-plugin/pom.xml @@ -66,7 +66,7 @@ org.gluu casa-shared - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT provided diff --git a/plugins/strong-authn-settings/pom.xml b/plugins/strong-authn-settings/pom.xml index f09b5b3f..3772f000 100644 --- a/plugins/strong-authn-settings/pom.xml +++ b/plugins/strong-authn-settings/pom.xml @@ -13,7 +13,7 @@ 1.8 1.8 strong-authn-settings - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT diff --git a/plugins/stytch/pom.xml b/plugins/stytch/pom.xml index 1291e993..4042ec24 100644 --- a/plugins/stytch/pom.xml +++ b/plugins/stytch/pom.xml @@ -14,8 +14,8 @@ 1.8 1.8 stytch-plugin - 4.6.0-SNAPSHOT - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT + 4.5.4-SNAPSHOT @@ -67,7 +67,7 @@ org.gluu casa-shared - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT provided diff --git a/pom.xml b/pom.xml index b6b02158..8c7437f3 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.gluu casa-base - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT pom https://www.gluu.org @@ -23,8 +23,8 @@ 3.6.3 3.1.9.Final 3.10.0 - 4.6.0-SNAPSHOT - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT + 4.5.4-SNAPSHOT 2.17.2 2.14.0 9.6.0.2 @@ -36,7 +36,7 @@ ${project.groupId}:${project.artifactId} gluufederation https://sonarcloud.io - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT diff --git a/shared/pom.xml b/shared/pom.xml index b95d9d44..4231960d 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -11,7 +11,7 @@ org.gluu casa-base - 4.6.0-SNAPSHOT + 4.5.4-SNAPSHOT