diff --git a/README.md b/README.md index cd8ea51..70e7205 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ validated _parsed_ types. ![master](https://github.com/sksamuel/tribune/workflows/master/badge.svg) [](http://search.maven.org/#search%7Cga%7C1%7Ctribune) -[](https://oss.sonatype.org/content/repositories/snapshots/com/sksamuel/tribune/tribune-core/) +[](https://oss.sonatype.org/content/repositories/snapshots/com/sksamuel/tribune/tribune-core/) See [Changelog](changelog.md) diff --git a/publish.gradle.kts b/publish.gradle.kts index 569b645..4f611a2 100644 --- a/publish.gradle.kts +++ b/publish.gradle.kts @@ -42,7 +42,7 @@ publishing { repositories { maven { val releasesRepoUrl = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/") - val snapshotsRepoUrl = uri("https://oss.sonatype.org/content/repositories/snapshots/") + val snapshotsRepoUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/") name = "deploy" url = if (Ci.isRelease) releasesRepoUrl else snapshotsRepoUrl credentials {