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/