Skip to content

Commit

Permalink
Updated README and pom.xml with release info
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Mar 29, 2024
1 parent 2c1ea89 commit 060d8b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 15.x.x
:heavy_check_mark: The latest stable major version series is: 16.x.x

| Version | Status |
|-------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|
Expand All @@ -66,6 +66,7 @@ This library uses semantic versioning and follows Okta's [library version policy
| 13.x.x | :heavy_check_mark: Stable ([see changes](https://github.com/okta/okta-sdk-java/releases/tag/okta-sdk-root-13.0.0)) |
| 14.x.x | :heavy_check_mark: Stable ([see changes](https://github.com/okta/okta-sdk-java/releases/tag/okta-sdk-root-14.0.0)) |
| 15.x.x | :heavy_check_mark: Stable ([see changes](https://github.com/okta/okta-sdk-java/releases/tag/okta-sdk-root-15.0.0)) |
| 16.x.x | :heavy_check_mark: Stable ([see changes](https://github.com/okta/okta-sdk-java/releases/tag/okta-sdk-root-16.0.0)) |

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<bouncycastle.version>1.77</bouncycastle.version>
<jjwt.version>0.12.5</jjwt.version>
<org.apache.httpcomponents.client5.version>5.3.1</org.apache.httpcomponents.client5.version>
<okta.sdk.previousVersion>15.0.0</okta.sdk.previousVersion>
<okta.sdk.previousVersion>16.0.0</okta.sdk.previousVersion>
<okta.commons.version>1.3.5</okta.commons.version>
<com.google.auto.service.version>1.1.1</com.google.auto.service.version>
<github.slug>okta/okta-sdk-java</github.slug>
Expand Down

0 comments on commit 060d8b4

Please sign in to comment.