From fdf5d35b902809d2bb633fb356695024a69269c0 Mon Sep 17 00:00:00 2001 From: Arvind Krishnakumar Date: Thu, 30 Nov 2023 12:14:37 -0600 Subject: [PATCH] [maven-release-plugin] prepare release okta-spring-boot-parent-3.0.6 --- coverage/pom.xml | 2 +- examples/config-server/pom.xml | 2 +- examples/hosted-login-code-flow/pom.xml | 4 ++-- examples/pom.xml | 2 +- examples/redirect-code-flow/pom.xml | 2 +- examples/siw-jquery/pom.xml | 4 ++-- examples/webflux-resource-server/pom.xml | 4 ++-- integration-tests/common-reactive/pom.xml | 2 +- integration-tests/common-servlet/pom.xml | 2 +- .../oauth2-reactive-spring/pom.xml | 2 +- integration-tests/oauth2-reactive/pom.xml | 2 +- .../oauth2-servlet-spring/pom.xml | 2 +- integration-tests/oauth2-servlet/pom.xml | 2 +- oauth2/pom.xml | 2 +- okta-spring-boot-starter/pom.xml | 2 +- pom.xml | 20 +++++++++++-------- sdk/pom.xml | 2 +- 17 files changed, 31 insertions(+), 27 deletions(-) diff --git a/coverage/pom.xml b/coverage/pom.xml index 9dfd4c3c4..af7f0950c 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 3.0.6-SNAPSHOT + 3.0.6 okta-spring-boot-coverage diff --git a/examples/config-server/pom.xml b/examples/config-server/pom.xml index db4a092e4..ee5ac2802 100644 --- a/examples/config-server/pom.xml +++ b/examples/config-server/pom.xml @@ -20,7 +20,7 @@ com.okta.spring.examples okta-spring-boot-examples - 3.0.6-SNAPSHOT + 3.0.6 okta-spring-boot-cloud-config-example diff --git a/examples/hosted-login-code-flow/pom.xml b/examples/hosted-login-code-flow/pom.xml index 9a34ce326..82ef83106 100644 --- a/examples/hosted-login-code-flow/pom.xml +++ b/examples/hosted-login-code-flow/pom.xml @@ -20,7 +20,7 @@ com.okta.spring.examples okta-spring-boot-examples - 3.0.6-SNAPSHOT + 3.0.6 okta-spring-boot-hosted-code-flow-example @@ -37,7 +37,7 @@ com.okta.spring okta-spring-sdk - 3.0.6-SNAPSHOT + 3.0.6 org.springframework.boot diff --git a/examples/pom.xml b/examples/pom.xml index 3183d21b8..91953b0ae 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ com.okta.spring okta-spring-boot-parent - 3.0.6-SNAPSHOT + 3.0.6 com.okta.spring.examples diff --git a/examples/redirect-code-flow/pom.xml b/examples/redirect-code-flow/pom.xml index 0ba8cf615..11c56da0a 100644 --- a/examples/redirect-code-flow/pom.xml +++ b/examples/redirect-code-flow/pom.xml @@ -20,7 +20,7 @@ com.okta.spring.examples okta-spring-boot-examples - 3.0.6-SNAPSHOT + 3.0.6 okta-spring-boot-redirect-code-flow-example diff --git a/examples/siw-jquery/pom.xml b/examples/siw-jquery/pom.xml index 1646ea36c..211102413 100644 --- a/examples/siw-jquery/pom.xml +++ b/examples/siw-jquery/pom.xml @@ -20,7 +20,7 @@ com.okta.spring.examples okta-spring-boot-examples - 3.0.6-SNAPSHOT + 3.0.6 okta-spring-boot-siw-jquery-example @@ -32,7 +32,7 @@ com.okta.spring okta-spring-boot-starter - 3.0.6-SNAPSHOT + 3.0.6 diff --git a/examples/webflux-resource-server/pom.xml b/examples/webflux-resource-server/pom.xml index a713a4e8d..f8aa38eb7 100644 --- a/examples/webflux-resource-server/pom.xml +++ b/examples/webflux-resource-server/pom.xml @@ -20,7 +20,7 @@ com.okta.spring.examples okta-spring-boot-examples - 3.0.6-SNAPSHOT + 3.0.6 okta-spring-boot-webflux-example @@ -32,7 +32,7 @@ com.okta.spring okta-spring-boot-starter - 3.0.6-SNAPSHOT + 3.0.6 diff --git a/integration-tests/common-reactive/pom.xml b/integration-tests/common-reactive/pom.xml index a07dfc1f9..7da3823ca 100644 --- a/integration-tests/common-reactive/pom.xml +++ b/integration-tests/common-reactive/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 3.0.6-SNAPSHOT + 3.0.6 ../.. diff --git a/integration-tests/common-servlet/pom.xml b/integration-tests/common-servlet/pom.xml index 7771fed71..23f4a2f7f 100644 --- a/integration-tests/common-servlet/pom.xml +++ b/integration-tests/common-servlet/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 3.0.6-SNAPSHOT + 3.0.6 ../.. diff --git a/integration-tests/oauth2-reactive-spring/pom.xml b/integration-tests/oauth2-reactive-spring/pom.xml index 4ae720942..1440f4c85 100644 --- a/integration-tests/oauth2-reactive-spring/pom.xml +++ b/integration-tests/oauth2-reactive-spring/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 3.0.6-SNAPSHOT + 3.0.6 ../.. diff --git a/integration-tests/oauth2-reactive/pom.xml b/integration-tests/oauth2-reactive/pom.xml index e9f8c5b6c..7c90dd21d 100644 --- a/integration-tests/oauth2-reactive/pom.xml +++ b/integration-tests/oauth2-reactive/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 3.0.6-SNAPSHOT + 3.0.6 ../.. diff --git a/integration-tests/oauth2-servlet-spring/pom.xml b/integration-tests/oauth2-servlet-spring/pom.xml index db0674bff..a0f6a1e9f 100644 --- a/integration-tests/oauth2-servlet-spring/pom.xml +++ b/integration-tests/oauth2-servlet-spring/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 3.0.6-SNAPSHOT + 3.0.6 ../.. diff --git a/integration-tests/oauth2-servlet/pom.xml b/integration-tests/oauth2-servlet/pom.xml index 3b058aa68..e7eee9d58 100644 --- a/integration-tests/oauth2-servlet/pom.xml +++ b/integration-tests/oauth2-servlet/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 3.0.6-SNAPSHOT + 3.0.6 ../.. diff --git a/oauth2/pom.xml b/oauth2/pom.xml index 597dc2fc8..6645a58cc 100644 --- a/oauth2/pom.xml +++ b/oauth2/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 3.0.6-SNAPSHOT + 3.0.6 okta-spring-security-oauth2 diff --git a/okta-spring-boot-starter/pom.xml b/okta-spring-boot-starter/pom.xml index ed430a86a..d30c4c2d2 100644 --- a/okta-spring-boot-starter/pom.xml +++ b/okta-spring-boot-starter/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 3.0.6-SNAPSHOT + 3.0.6 okta-spring-boot-starter diff --git a/pom.xml b/pom.xml index 1df44cdf4..825a23d30 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ com.okta.spring okta-spring-boot-parent - 3.0.6-SNAPSHOT + 3.0.6 Okta Spring Boot pom @@ -76,28 +76,28 @@ com.okta.spring okta-spring-boot-starter - 3.0.6-SNAPSHOT + 3.0.6 com.okta.spring okta-spring-security-oauth2 - 3.0.6-SNAPSHOT + 3.0.6 com.okta.spring okta-spring-sdk - 3.0.6-SNAPSHOT + 3.0.6 com.okta.spring okta-spring-boot-integration-tests-common-servlet - 3.0.6-SNAPSHOT + 3.0.6 com.okta.spring okta-spring-boot-integration-tests-common-servlet - 3.0.6-SNAPSHOT + 3.0.6 tests test-jar test @@ -105,12 +105,12 @@ com.okta.spring okta-spring-boot-integration-tests-common-reactive - 3.0.6-SNAPSHOT + 3.0.6 com.okta.spring okta-spring-boot-integration-tests-common-reactive - 3.0.6-SNAPSHOT + 3.0.6 tests test-jar test @@ -237,4 +237,8 @@ + + + okta-spring-boot-parent-3.0.6 + diff --git a/sdk/pom.xml b/sdk/pom.xml index ac16b7dd6..a2fd359d1 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 3.0.6-SNAPSHOT + 3.0.6 okta-spring-sdk