Skip to content

Commit

Permalink
Prepare for 1.0.0-alpha18
Browse files Browse the repository at this point in the history
  • Loading branch information
gabfssilva committed Aug 25, 2024
1 parent 2c8d7c2 commit aa3da3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ subprojects {
name = "OSSRH"
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
credentials {
username = System.getenv("RELEASER_NEXUS2_USERNAME")
password = System.getenv("RELEASER_NEXUS2_PASSWORD")
username = System.getenv("OSSRH_USER_TOKEN_USERNAME")
password = System.getenv("OSSRH_USER_TOKEN_PASSWORD")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
river = "1.0.0-alpha17"
river = "1.0.0-alpha18"
kotlin = "1.9.22"
java = "17"
dokka = "1.9.10"
Expand Down

0 comments on commit aa3da3d

Please sign in to comment.