Skip to content

Commit

Permalink
release(java-sdk): v0.0.3 with publishing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Sep 19, 2023
1 parent 742025a commit 21f8b14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions config/clients/java/CHANGELOG.md.mustache
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.0.3

### [0.0.3](https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}/compare/v0.0.2...v0.0.3) (2023-09-19)

- fix: publishing to maven central

## v0.0.2

### [0.0.2](https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}/compare/v0.0.1...v0.0.2) (2023-09-15)
Expand Down
2 changes: 1 addition & 1 deletion config/clients/java/config.overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"gitRepoId": "java-sdk",
"artifactId": "openfga-sdk",
"groupId": "dev.openfga",
"packageVersion": "0.0.2",
"packageVersion": "0.0.3",
"apiPackage": "dev.openfga.sdk.api",
"authPackage": "dev.openfga.sdk.api.auth",
"configPackage": "dev.openfga.sdk.api.configuration",
Expand Down

0 comments on commit 21f8b14

Please sign in to comment.