From ae421b190958e33e43fe746abc75386f6de646a2 Mon Sep 17 00:00:00 2001 From: Egor Andreevich Date: Thu, 23 Dec 2021 11:44:24 -0500 Subject: [PATCH] Move repo uploads to S01 (#1471) --- build.gradle.kts | 2 +- moshi-adapters/README.md | 2 +- releasing.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d0ff7d3..03a441e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -122,7 +122,7 @@ allprojects { plugins.withId("com.vanniktech.maven.publish.base") { configure { - publishToMavenCentral(SonatypeHost.DEFAULT) + publishToMavenCentral(SonatypeHost.S01) signAllPublications() pom { description.set("A modern JSON API for Android and Java") diff --git a/moshi-adapters/README.md b/moshi-adapters/README.md index 731d4fe..42d727e 100644 --- a/moshi-adapters/README.md +++ b/moshi-adapters/README.md @@ -34,4 +34,4 @@ Snapshots of the development version are available in [Sonatype's `snapshots` re [1]: https://search.maven.org/remote_content?g=com.squareup.moshi&a=moshi-adapters&v=LATEST [2]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.squareup.moshi%22%20a%3A%22moshi-adapters%22 - [snap]: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/moshi/moshi-adapters/ + [snap]: https://s01.oss.sonatype.org/content/repositories/snapshots/com/squareup/moshi/moshi-adapters/ diff --git a/releasing.md b/releasing.md index 28878f4..a2e7833 100644 --- a/releasing.md +++ b/releasing.md @@ -58,4 +58,4 @@ Cutting a Release [github_actions]: https://github.com/square/moshi/actions [sonatype_issues]: https://issues.sonatype.org/ - [sonatype_nexus]: https://oss.sonatype.org/ + [sonatype_nexus]: https://s01.oss.sonatype.org/