Skip to content

Commit

Permalink
release(java-sdk): v0.0.4 w/ more publishing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Sep 21, 2023
1 parent 21f8b14 commit c94cea1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/clients/java/CHANGELOG.md.mustache
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## v0.0.3
## v0.0.3, v0.0.4

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

- fix: publishing to maven central

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.3",
"packageVersion": "0.0.4",
"apiPackage": "dev.openfga.sdk.api",
"authPackage": "dev.openfga.sdk.api.auth",
"configPackage": "dev.openfga.sdk.api.configuration",
Expand Down
2 changes: 1 addition & 1 deletion config/clients/java/template/publish.gradle.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ publishing {
repositories {
maven {
name = 'SonatypeOSSRH' // AKA: "Maven Central"
url = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
url = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
credentials {
username = System.getenv('MAVEN_USERNAME')
password = System.getenv('MAVEN_PASSWORD')
Expand Down

0 comments on commit c94cea1

Please sign in to comment.