Skip to content

Commit db50653

Browse files
authored
Remove Ship 2.23.0 changes and updated publish script (#733)
1 parent 7478732 commit db50653

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

.github/actions/maven-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636

3737
- name: Publish Android/Java Packages to Maven
3838
shell: bash
39-
run: ./gradlew publish -PisSnapshot=false --stacktrace
39+
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --stacktrace
4040
env:
4141
JAVA_HOME: ${{ env.JAVA_HOME }}
4242
MAVEN_USERNAME: ${{ inputs.ossr-username }}

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.23.0
1+
2.22.0

CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# Change Log
22

3-
## [2.23.0](https://github.com/auth0/auth0-java/tree/2.23.0) (2025-07-18)
4-
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.22.0...2.23.0)
5-
6-
**Added**
7-
- Added organization support for Change Password [\#726](https://github.com/auth0/auth0-java/pull/726) ([tanya732](https://github.com/tanya732))
8-
9-
**Fixed**
10-
- Fix: Resource Server Scopes [\#725](https://github.com/auth0/auth0-java/pull/725) ([tanya732](https://github.com/tanya732))
11-
123
## [2.22.0](https://github.com/auth0/auth0-java/tree/2.22.0) (2025-06-20)
134
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.21.0...2.22.0)
145

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Add the dependency via Maven:
3434
<dependency>
3535
<groupId>com.auth0</groupId>
3636
<artifactId>auth0</artifactId>
37-
<version>2.23.0</version>
37+
<version>2.22.0</version>
3838
</dependency>
3939
```
4040

4141
or Gradle:
4242

4343
```gradle
44-
implementation 'com.auth0:auth0:2.23.0'
44+
implementation 'com.auth0:auth0:2.22.0'
4545
```
4646

4747
### Configure the SDK

0 commit comments

Comments
 (0)