From 5b6cc966b68c8087b3c39a41435181abc02816c2 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Mon, 21 Jul 2025 18:30:25 +0530 Subject: [PATCH] Remove Ship 2.23.0 changes and updated publish script --- .github/actions/maven-publish/action.yml | 2 +- .version | 2 +- CHANGELOG.md | 9 --------- README.md | 4 ++-- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/actions/maven-publish/action.yml b/.github/actions/maven-publish/action.yml index 2426e9a55..1ed565b7c 100644 --- a/.github/actions/maven-publish/action.yml +++ b/.github/actions/maven-publish/action.yml @@ -36,7 +36,7 @@ runs: - name: Publish Android/Java Packages to Maven shell: bash - run: ./gradlew publish -PisSnapshot=false --stacktrace + run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --stacktrace env: JAVA_HOME: ${{ env.JAVA_HOME }} MAVEN_USERNAME: ${{ inputs.ossr-username }} diff --git a/.version b/.version index e9763f6bf..f48f82fa2 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.23.0 +2.22.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f7f63d5..e5e05966b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,5 @@ # Change Log -## [2.23.0](https://github.com/auth0/auth0-java/tree/2.23.0) (2025-07-18) -[Full Changelog](https://github.com/auth0/auth0-java/compare/2.22.0...2.23.0) - -**Added** -- Added organization support for Change Password [\#726](https://github.com/auth0/auth0-java/pull/726) ([tanya732](https://github.com/tanya732)) - -**Fixed** -- Fix: Resource Server Scopes [\#725](https://github.com/auth0/auth0-java/pull/725) ([tanya732](https://github.com/tanya732)) - ## [2.22.0](https://github.com/auth0/auth0-java/tree/2.22.0) (2025-06-20) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.21.0...2.22.0) diff --git a/README.md b/README.md index c281cb2ba..5fbc3df5a 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.23.0 + 2.22.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.23.0' +implementation 'com.auth0:auth0:2.22.0' ``` ### Configure the SDK