Skip to content

Commit 29cf11a

Browse files
authored
chore: bump snapshot (#125)
* update java server SDK to latest common * chore: bump snapshot
1 parent be9725d commit 29cf11a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Snapshots are published automatically after each push to `main` branch.
5454

5555
```groovy
5656
repositories {
57-
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots" }
57+
maven { url "https://central.sonatype.com/repository/maven-snapshot" }
5858
}
5959
6060
dependencies {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ java {
1111
}
1212

1313
group = 'cloud.eppo'
14-
version = '5.3.0'
14+
version = '5.3.1-SNAPSHOT'
1515
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1616

1717
import org.apache.tools.ant.filters.ReplaceTokens

0 commit comments

Comments
 (0)