From df705073ba2ca740697df0d5a3ef26795d256f98 Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Tue, 8 Jun 2021 13:10:25 +0200 Subject: [PATCH 1/2] Use the new staging server at sonatype. --- gradle/publishing/maven.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/publishing/maven.gradle b/gradle/publishing/maven.gradle index 5edb12c6..1e2f9db8 100644 --- a/gradle/publishing/maven.gradle +++ b/gradle/publishing/maven.gradle @@ -19,7 +19,7 @@ configure(rootProject) { repositories { maven { name = 'sonatype' - url "https://oss.sonatype.org/service/local/staging/deploy/maven2" + url "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2" credentials { if (project.hasProperty('nexusUsername')) { From d4fbc04ed8ad13cca432711dfd622179302f370e Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Tue, 8 Jun 2021 13:12:24 +0200 Subject: [PATCH 2/2] Add a link to release notes --- CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 964974e0..30a45ba3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,6 @@ -[0.9.0-SNAPSHOT] +[0.9.0] +https://github.com/carrotsearch/hppc/releases/tag/0.9.0 ** New features and API changes