From 5f28a1d89f5a774526bd916590488eacd657f8b3 Mon Sep 17 00:00:00 2001 From: sksamuel Date: Sat, 30 Dec 2023 15:30:00 -0600 Subject: [PATCH] Use s01. for snapshots --- README.md | 2 +- publish.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {