From bb1c668e964b0194c0393bfb3f5977e02e9f85c9 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Fri, 26 Jun 2020 01:07:04 -0700 Subject: [PATCH] Fix maven central link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c205655..40155b6 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ snappy-java is a Java port of the snappy * [Release Notes](Milestone.md) The current stable version is available from here: - * Release version: http://central.maven.org/maven2/org/xerial/snappy/snappy-java/ + * Release version: https://repo1.maven.org/maven2/org/xerial/snappy/snappy-java/ * Snapshot version (the latest beta version): https://oss.sonatype.org/content/repositories/snapshots/org/xerial/snappy/snappy-java/ ### Using with Maven