Skip to content

Commit ccd9bac

Browse files
authored
chore: snapshot version (#132)
* chore: snapshot version * update snapshot repo
1 parent 43c1321 commit ccd9bac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ Snapshots are published automatically after each push to `main` branch.
4848

4949
```groovy
5050
repositories {
51-
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots" }
51+
maven {
52+
url "https://central.sonatype.com/repository/maven-snapshots/"
53+
}
5254
}
5355
5456
dependencies {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'cloud.eppo'
9-
version = '3.12.0'
9+
version = '3.12.1-SNAPSHOT'
1010
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1111

1212
java {

0 commit comments

Comments
 (0)