From 594f503c77229806bd62bb864a876f0368d0afa4 Mon Sep 17 00:00:00 2001 From: Arvind Krishnakumar Date: Mon, 6 Feb 2023 15:22:37 -0600 Subject: [PATCH] [maven-release-plugin] prepare release okta-spring-boot-parent-2.1.7 --- 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 | 18 +++++++++--------- sdk/pom.xml | 2 +- 17 files changed, 28 insertions(+), 28 deletions(-) diff --git a/coverage/pom.xml b/coverage/pom.xml index eafa36df5..0ec25fca0 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 2.1.7-SNAPSHOT + 2.1.7 okta-spring-boot-coverage diff --git a/examples/config-server/pom.xml b/examples/config-server/pom.xml index 24e3ed5ed..3d4b46d0f 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 - 2.1.7-SNAPSHOT + 2.1.7 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 8b031fe8a..f7628a658 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 - 2.1.7-SNAPSHOT + 2.1.7 okta-spring-boot-hosted-code-flow-example @@ -37,7 +37,7 @@ com.okta.spring okta-spring-sdk - 2.1.7-SNAPSHOT + 2.1.7 org.springframework.boot diff --git a/examples/pom.xml b/examples/pom.xml index c9cd9912b..5f6258fbe 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ com.okta.spring okta-spring-boot-parent - 2.1.7-SNAPSHOT + 2.1.7 com.okta.spring.examples diff --git a/examples/redirect-code-flow/pom.xml b/examples/redirect-code-flow/pom.xml index 9e8c42dfd..56dc5ba86 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 - 2.1.7-SNAPSHOT + 2.1.7 okta-spring-boot-redirect-code-flow-example diff --git a/examples/siw-jquery/pom.xml b/examples/siw-jquery/pom.xml index 8362976f2..7d5df856b 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 - 2.1.7-SNAPSHOT + 2.1.7 okta-spring-boot-siw-jquery-example @@ -32,7 +32,7 @@ com.okta.spring okta-spring-boot-starter - 2.1.7-SNAPSHOT + 2.1.7 diff --git a/examples/webflux-resource-server/pom.xml b/examples/webflux-resource-server/pom.xml index d2bdd9962..752b40e9e 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 - 2.1.7-SNAPSHOT + 2.1.7 okta-spring-boot-webflux-example @@ -32,7 +32,7 @@ com.okta.spring okta-spring-boot-starter - 2.1.7-SNAPSHOT + 2.1.7 diff --git a/integration-tests/common-reactive/pom.xml b/integration-tests/common-reactive/pom.xml index bb9836c95..30480e62d 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 - 2.1.7-SNAPSHOT + 2.1.7 ../.. diff --git a/integration-tests/common-servlet/pom.xml b/integration-tests/common-servlet/pom.xml index bb682c3dc..d25285a80 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 - 2.1.7-SNAPSHOT + 2.1.7 ../.. diff --git a/integration-tests/oauth2-reactive-spring/pom.xml b/integration-tests/oauth2-reactive-spring/pom.xml index 463c2435d..deba7cb75 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 - 2.1.7-SNAPSHOT + 2.1.7 ../.. diff --git a/integration-tests/oauth2-reactive/pom.xml b/integration-tests/oauth2-reactive/pom.xml index 9c3ca85e6..b74c13330 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 - 2.1.7-SNAPSHOT + 2.1.7 ../.. diff --git a/integration-tests/oauth2-servlet-spring/pom.xml b/integration-tests/oauth2-servlet-spring/pom.xml index 290ad7fe0..3f1337cd9 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 - 2.1.7-SNAPSHOT + 2.1.7 ../.. diff --git a/integration-tests/oauth2-servlet/pom.xml b/integration-tests/oauth2-servlet/pom.xml index 538ef8589..ae5ed00fe 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 - 2.1.7-SNAPSHOT + 2.1.7 ../.. diff --git a/oauth2/pom.xml b/oauth2/pom.xml index cc39283d4..a2d85b3f6 100644 --- a/oauth2/pom.xml +++ b/oauth2/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 2.1.7-SNAPSHOT + 2.1.7 okta-spring-security-oauth2 diff --git a/okta-spring-boot-starter/pom.xml b/okta-spring-boot-starter/pom.xml index d1f05413c..7d18b756a 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 - 2.1.7-SNAPSHOT + 2.1.7 okta-spring-boot-starter diff --git a/pom.xml b/pom.xml index 1f1aa7c40..c4f73288c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ com.okta.spring okta-spring-boot-parent - 2.1.7-SNAPSHOT + 2.1.7 Okta Spring Boot pom @@ -76,28 +76,28 @@ com.okta.spring okta-spring-boot-starter - 2.1.7-SNAPSHOT + 2.1.7 com.okta.spring okta-spring-security-oauth2 - 2.1.7-SNAPSHOT + 2.1.7 com.okta.spring okta-spring-sdk - 2.1.7-SNAPSHOT + 2.1.7 com.okta.spring okta-spring-boot-integration-tests-common-servlet - 2.1.7-SNAPSHOT + 2.1.7 com.okta.spring okta-spring-boot-integration-tests-common-servlet - 2.1.7-SNAPSHOT + 2.1.7 tests test-jar test @@ -105,12 +105,12 @@ com.okta.spring okta-spring-boot-integration-tests-common-reactive - 2.1.7-SNAPSHOT + 2.1.7 com.okta.spring okta-spring-boot-integration-tests-common-reactive - 2.1.7-SNAPSHOT + 2.1.7 tests test-jar test @@ -224,6 +224,6 @@ - okta-spring-boot-parent-2.1.6 + okta-spring-boot-parent-2.1.7 diff --git a/sdk/pom.xml b/sdk/pom.xml index b7d82c47a..d9b767111 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 2.1.7-SNAPSHOT + 2.1.7 okta-spring-sdk