From ac4a6f1622374ec7e3593936f4cc678a15ef4ebd Mon Sep 17 00:00:00 2001 From: Arvind Krishnakumar <61501885+arvindkrishnakumar-okta@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:17:45 -0500 Subject: [PATCH] Release pr 19.0.0 (#1560) * [maven-release-plugin] prepare release okta-sdk-root-19.0.0 * [maven-release-plugin] prepare for next development iteration * Updated README and pom with latest version --- README.md | 3 ++- 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 | 12 ++++++------ 8 files changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 16c3faeaef5..79564156f1a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ You can learn more on the [Okta + Java][lang-landing] page in our documentation. This library uses semantic versioning and follows Okta's [library version policy](https://developer.okta.com/code/library-versions/). -:heavy_check_mark: The latest stable major version series is: 18.x.x +:heavy_check_mark: The latest stable major version series is: 19.x.x | Version | Status | |-------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------| @@ -69,6 +69,7 @@ This library uses semantic versioning and follows Okta's [library version policy | 16.x.x | :heavy_check_mark: Stable ([see changes](https://github.com/okta/okta-sdk-java/releases/tag/okta-sdk-root-16.0.0)) | | 17.x.x | :heavy_check_mark: Stable ([see changes](https://github.com/okta/okta-sdk-java/releases/tag/okta-sdk-root-17.0.0)) | | 18.x.x | :heavy_check_mark: Stable ([see changes](https://github.com/okta/okta-sdk-java/releases/tag/okta-sdk-root-18.0.0)) | +| 19.x.x | :heavy_check_mark: Stable ([see changes](https://github.com/okta/okta-sdk-java/releases/tag/okta-sdk-root-19.0.0)) | The latest release can always be found on the [releases page][github-releases]. diff --git a/api/pom.xml b/api/pom.xml index 40f239b6bd1..44a894f69a0 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 19.0.0-SNAPSHOT + 19.0.1-SNAPSHOT okta-sdk-api diff --git a/coverage/pom.xml b/coverage/pom.xml index 3cc4ffed8c8..2dd76eac42e 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 19.0.0-SNAPSHOT + 19.0.1-SNAPSHOT okta-sdk-coverage diff --git a/examples/pom.xml b/examples/pom.xml index 131a1fe20fb..d4d42162c35 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 19.0.0-SNAPSHOT + 19.0.1-SNAPSHOT okta-sdk-examples diff --git a/examples/quickstart/pom.xml b/examples/quickstart/pom.xml index 9d937f5c193..7104e50af35 100644 --- a/examples/quickstart/pom.xml +++ b/examples/quickstart/pom.xml @@ -20,7 +20,7 @@ com.okta.sdk okta-sdk-examples - 19.0.0-SNAPSHOT + 19.0.1-SNAPSHOT ../pom.xml diff --git a/impl/pom.xml b/impl/pom.xml index b6e7d13b16c..3b002d73841 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 19.0.0-SNAPSHOT + 19.0.1-SNAPSHOT okta-sdk-impl diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 635923911d2..1dad8821a1c 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -20,7 +20,7 @@ com.okta.sdk okta-sdk-root - 19.0.0-SNAPSHOT + 19.0.1-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 07e67235598..410b61cc5d9 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ com.okta.sdk okta-sdk-root - 19.0.0-SNAPSHOT + 19.0.1-SNAPSHOT pom Okta Java SDK @@ -39,7 +39,7 @@ 1.78.1 0.12.6 5.3.1 - 18.0.0 + 19.0.0 1.3.6 1.1.1 okta/okta-sdk-java @@ -68,12 +68,12 @@ com.okta.sdk okta-sdk-api - 19.0.0-SNAPSHOT + 19.0.1-SNAPSHOT com.okta.sdk okta-sdk-impl - 19.0.0-SNAPSHOT + 19.0.1-SNAPSHOT @@ -103,14 +103,14 @@ com.okta.sdk okta-sdk-integration-tests - 19.0.0-SNAPSHOT + 19.0.1-SNAPSHOT com.okta.sdk okta-sdk-examples-quickstart - 19.0.0-SNAPSHOT + 19.0.1-SNAPSHOT