Skip to content

Commit

Permalink
Merge pull request #502 from okta/release-pr-4.0.0
Browse files Browse the repository at this point in the history
Release pr 4.0.0
  • Loading branch information
arvindkrishnakumar-okta authored Aug 21, 2024
2 parents c938ebc + d392383 commit 11ee286
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To see this library working in a sample, check out our [Java Samples][java-sampl

## Release Status

✔️ The current stable major version series is: 3.x
✔️ The current stable major version series is: 4.x

This library uses semantic versioning and follows Okta's [Library Version Policy][okta-library-versioning].

Expand All @@ -36,6 +36,7 @@ This library uses semantic versioning and follows Okta's [Library Version Policy
| 1.0.0 | :heavy_check_mark: Stable |
| 2.0.0 | :heavy_check_mark: Stable |
| 3.0.x | :heavy_check_mark: Stable |
| 4.0.x | :heavy_check_mark: Stable |

The latest release can always be found on the [releases page][github-releases].

Expand All @@ -50,7 +51,7 @@ If you run into problems using the SDK, you can

### Prerequisites

- [JDK 17][jdk-17] or later
- [JDK 17][jdk-17] or later (for 4.0.x versions, earlier SDK versions should work with pre JDK 17)
- [Apache Maven][apache-maven] 3.6.x or later

To use this SDK, you will need to include the following dependencies:
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.idx.sdk</groupId>
<artifactId>okta-idx-java-root</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.1-SNAPSHOT</version>
</parent>

<artifactId>okta-idx-java-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.idx.sdk</groupId>
<artifactId>okta-idx-java-root</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.1-SNAPSHOT</version>
</parent>

<artifactId>okta-idx-java-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.idx.sdk</groupId>
<artifactId>okta-idx-java-root</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.1-SNAPSHOT</version>
</parent>

<artifactId>okta-idx-java-integration-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.okta.idx.sdk</groupId>
<artifactId>okta-idx-java-root</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Okta IDX Java SDK</name>
Expand All @@ -37,7 +37,7 @@
<jackson.version>2.17.2</jackson.version>
<snakeyaml.version>2.2</snakeyaml.version>
<okta.commons.version>1.3.5</okta.commons.version>
<okta.sdk.previousVersion>3.0.7</okta.sdk.previousVersion>
<okta.sdk.previousVersion>4.0.0</okta.sdk.previousVersion>
<org.apache.tomcat.embed.version>9.0.90</org.apache.tomcat.embed.version>
<org.jetbrains.kotlin.version>1.9.0-RC</org.jetbrains.kotlin.version>
<github.slug>okta/okta-idx-java</github.slug>
Expand Down
2 changes: 1 addition & 1 deletion samples/embedded-auth-with-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.idx.sdk</groupId>
<artifactId>okta-idx-java-samples</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/embedded-sign-in-widget/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.idx.sdk</groupId>
<artifactId>okta-idx-java-samples</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.idx.sdk</groupId>
<artifactId>okta-idx-java-root</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.1-SNAPSHOT</version>
</parent>

<artifactId>okta-idx-java-samples</artifactId>
Expand Down

0 comments on commit 11ee286

Please sign in to comment.