From dc0b4865734b72803df6b995d6123eebf9cb0e8f Mon Sep 17 00:00:00 2001 From: Arvind Krishnakumar Date: Fri, 28 Oct 2022 09:44:44 -0500 Subject: [PATCH] [maven-release-plugin] prepare release okta-sdk-root-10.0.0 --- api/pom.xml | 2 +- coverage/pom.xml | 2 +- examples/pom.xml | 2 +- examples/quickstart/pom.xml | 2 +- impl/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 14 +++++++++----- 7 files changed, 15 insertions(+), 11 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 55946e3d12c..b6fe4328e72 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 10.0.0-SNAPSHOT + 10.0.0 okta-sdk-api diff --git a/coverage/pom.xml b/coverage/pom.xml index f67078f5731..2bda5c11641 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 10.0.0-SNAPSHOT + 10.0.0 okta-sdk-coverage diff --git a/examples/pom.xml b/examples/pom.xml index beed5c740ad..b28a208c03c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 10.0.0-SNAPSHOT + 10.0.0 okta-sdk-examples diff --git a/examples/quickstart/pom.xml b/examples/quickstart/pom.xml index 5e5919ef1bb..cb19aff7253 100644 --- a/examples/quickstart/pom.xml +++ b/examples/quickstart/pom.xml @@ -20,7 +20,7 @@ com.okta.sdk okta-sdk-examples - 10.0.0-SNAPSHOT + 10.0.0 ../pom.xml diff --git a/impl/pom.xml b/impl/pom.xml index 9780fd59c1e..6f7365ea293 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 10.0.0-SNAPSHOT + 10.0.0 okta-sdk-impl diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 2a51526e6a1..3b6eb5f1b01 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -20,7 +20,7 @@ com.okta.sdk okta-sdk-root - 10.0.0-SNAPSHOT + 10.0.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 20ecdb08177..b13ea4e3b70 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ com.okta.sdk okta-sdk-root - 10.0.0-SNAPSHOT + 10.0.0 pom Okta Java SDK @@ -66,12 +66,12 @@ com.okta.sdk okta-sdk-api - 10.0.0-SNAPSHOT + 10.0.0 com.okta.sdk okta-sdk-impl - 10.0.0-SNAPSHOT + 10.0.0 @@ -101,14 +101,14 @@ com.okta.sdk okta-sdk-integration-tests - 10.0.0-SNAPSHOT + 10.0.0 com.okta.sdk okta-sdk-examples-quickstart - 10.0.0-SNAPSHOT + 10.0.0 @@ -359,4 +359,8 @@ + + + okta-sdk-root-10.0.0 + \ No newline at end of file