From b6ea33f443cb425c8482b7cc3afd369a93b5f7d2 Mon Sep 17 00:00:00 2001 From: Arvind Krishnakumar <61501885+arvindkrishnakumar-okta@users.noreply.github.com> Date: Sun, 6 Oct 2024 18:20:00 -0500 Subject: [PATCH] Release 19.0.1 (#1567) * [maven-release-plugin] prepare release okta-sdk-root-19.0.1 * [maven-release-plugin] prepare for next development iteration * Updated previous version in pom.xml --- 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 ++++++------ 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 44a894f69a0..974d337a5bf 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 19.0.1-SNAPSHOT + 19.0.2-SNAPSHOT okta-sdk-api diff --git a/coverage/pom.xml b/coverage/pom.xml index 2dd76eac42e..b12e0323c5a 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 19.0.1-SNAPSHOT + 19.0.2-SNAPSHOT okta-sdk-coverage diff --git a/examples/pom.xml b/examples/pom.xml index d4d42162c35..f305938ad42 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 19.0.1-SNAPSHOT + 19.0.2-SNAPSHOT okta-sdk-examples diff --git a/examples/quickstart/pom.xml b/examples/quickstart/pom.xml index 7104e50af35..1a2401903c2 100644 --- a/examples/quickstart/pom.xml +++ b/examples/quickstart/pom.xml @@ -20,7 +20,7 @@ com.okta.sdk okta-sdk-examples - 19.0.1-SNAPSHOT + 19.0.2-SNAPSHOT ../pom.xml diff --git a/impl/pom.xml b/impl/pom.xml index 3b002d73841..629dc176082 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 19.0.1-SNAPSHOT + 19.0.2-SNAPSHOT okta-sdk-impl diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 1dad8821a1c..49d56e809c4 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -20,7 +20,7 @@ com.okta.sdk okta-sdk-root - 19.0.1-SNAPSHOT + 19.0.2-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 8222338b05c..1c9c644c88b 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ com.okta.sdk okta-sdk-root - 19.0.1-SNAPSHOT + 19.0.2-SNAPSHOT pom Okta Java SDK @@ -39,7 +39,7 @@ 1.78.1 0.12.6 5.3.1 - 19.0.0 + 19.0.1 1.3.6 1.1.1 okta/okta-sdk-java @@ -68,12 +68,12 @@ com.okta.sdk okta-sdk-api - 19.0.1-SNAPSHOT + 19.0.2-SNAPSHOT com.okta.sdk okta-sdk-impl - 19.0.1-SNAPSHOT + 19.0.2-SNAPSHOT @@ -103,14 +103,14 @@ com.okta.sdk okta-sdk-integration-tests - 19.0.1-SNAPSHOT + 19.0.2-SNAPSHOT com.okta.sdk okta-sdk-examples-quickstart - 19.0.1-SNAPSHOT + 19.0.2-SNAPSHOT