From b5fe2b388f633f22c4fa61d6217dd4ee79cd9996 Mon Sep 17 00:00:00 2001 From: Brian Demers Date: Fri, 18 May 2018 22:34:52 -0400 Subject: [PATCH] [maven-release-plugin] prepare release okta-spring-boot-parent-0.5.0 --- config/pom.xml | 2 +- coverage/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 ++-- integration-tests/oauth2-boot2/pom.xml | 2 +- integration-tests/oauth2/pom.xml | 2 +- oauth2/pom.xml | 2 +- okta-spring-boot-starter/pom.xml | 2 +- pom.xml | 16 ++++++++++------ sdk/pom.xml | 2 +- 12 files changed, 23 insertions(+), 19 deletions(-) diff --git a/config/pom.xml b/config/pom.xml index 81b8cfd0b..89186281b 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 0.5.0-SNAPSHOT + 0.5.0 okta-spring-config diff --git a/coverage/pom.xml b/coverage/pom.xml index 75a6a089c..2d3a2112e 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 0.5.0-SNAPSHOT + 0.5.0 okta-spring-boot-coverage diff --git a/examples/hosted-login-code-flow/pom.xml b/examples/hosted-login-code-flow/pom.xml index 488d37cbd..51fdc8048 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 - 0.5.0-SNAPSHOT + 0.5.0 okta-spring-boot-hosted-code-flow-example @@ -43,7 +43,7 @@ com.okta.spring okta-spring-sdk - 0.5.0-SNAPSHOT + 0.5.0 org.springframework.boot diff --git a/examples/pom.xml b/examples/pom.xml index b827b7569..7bb1ea449 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ com.okta.spring okta-spring-boot-parent - 0.5.0-SNAPSHOT + 0.5.0 com.okta.spring.examples diff --git a/examples/redirect-code-flow/pom.xml b/examples/redirect-code-flow/pom.xml index febf5023b..681449960 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 - 0.5.0-SNAPSHOT + 0.5.0 okta-spring-boot-redirect-code-flow-example diff --git a/examples/siw-jquery/pom.xml b/examples/siw-jquery/pom.xml index c8f03674d..79135f218 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 - 0.5.0-SNAPSHOT + 0.5.0 okta-spring-boot-siw-jquery-example @@ -59,7 +59,7 @@ com.okta.spring okta-spring-boot-starter - 0.5.0-SNAPSHOT + 0.5.0 diff --git a/integration-tests/oauth2-boot2/pom.xml b/integration-tests/oauth2-boot2/pom.xml index 1765fe387..7eeb6070b 100644 --- a/integration-tests/oauth2-boot2/pom.xml +++ b/integration-tests/oauth2-boot2/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 0.5.0-SNAPSHOT + 0.5.0 okta-spring-boot2-integration-tests-oauth2 diff --git a/integration-tests/oauth2/pom.xml b/integration-tests/oauth2/pom.xml index ff60a0a31..79732cc63 100644 --- a/integration-tests/oauth2/pom.xml +++ b/integration-tests/oauth2/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 0.5.0-SNAPSHOT + 0.5.0 okta-spring-boot-integration-tests-oauth2 diff --git a/oauth2/pom.xml b/oauth2/pom.xml index 16ba49c22..c7e07cc7f 100644 --- a/oauth2/pom.xml +++ b/oauth2/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 0.5.0-SNAPSHOT + 0.5.0 okta-spring-security-oauth2 diff --git a/okta-spring-boot-starter/pom.xml b/okta-spring-boot-starter/pom.xml index d837b4bfa..9666fc5be 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 - 0.5.0-SNAPSHOT + 0.5.0 okta-spring-boot-starter diff --git a/pom.xml b/pom.xml index a286b3b31..ea45e4e50 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ com.okta.spring okta-spring-boot-parent - 0.5.0-SNAPSHOT + 0.5.0 Okta Spring Boot pom @@ -96,27 +96,27 @@ com.okta.spring okta-spring-boot-starter - 0.5.0-SNAPSHOT + 0.5.0 com.okta.spring okta-spring-security-oauth2 - 0.5.0-SNAPSHOT + 0.5.0 com.okta.spring okta-spring-config - 0.5.0-SNAPSHOT + 0.5.0 com.okta.spring okta-spring-sdk - 0.5.0-SNAPSHOT + 0.5.0 com.okta.spring okta-spring-boot-integration-tests-oauth2 - 0.5.0-SNAPSHOT + 0.5.0 com.okta.sdk @@ -145,4 +145,8 @@ + + + okta-spring-boot-parent-0.5.0 + \ No newline at end of file diff --git a/sdk/pom.xml b/sdk/pom.xml index adbd67490..f15a27518 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -20,7 +20,7 @@ com.okta.spring okta-spring-boot-parent - 0.5.0-SNAPSHOT + 0.5.0 okta-spring-sdk