We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9725d commit 29cf11aCopy full SHA for 29cf11a
README.md
@@ -54,7 +54,7 @@ Snapshots are published automatically after each push to `main` branch.
54
55
```groovy
56
repositories {
57
- maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots" }
+ maven { url "https://central.sonatype.com/repository/maven-snapshot" }
58
}
59
60
dependencies {
build.gradle
@@ -11,7 +11,7 @@ java {
11
12
13
group = 'cloud.eppo'
14
-version = '5.3.0'
+version = '5.3.1-SNAPSHOT'
15
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
16
17
import org.apache.tools.ant.filters.ReplaceTokens
0 commit comments