diff --git a/README.md b/README.md index d0c0712..480f0ec 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Snapshots are published automatically after each push to `main` branch. ```groovy repositories { - maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots" } + maven { url "https://central.sonatype.com/repository/maven-snapshot" } } dependencies { diff --git a/build.gradle b/build.gradle index 0d4ad0b..cabdae0 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ java { } group = 'cloud.eppo' -version = '5.3.0' +version = '5.3.1-SNAPSHOT' ext.isReleaseVersion = !version.endsWith("SNAPSHOT") import org.apache.tools.ant.filters.ReplaceTokens