Skip to content

Commit 6b0201d

Browse files
authored
chore: snapshot version (#200)
* bump Android to latest common * chore: bump to snapshot
1 parent 3fc9bfc commit 6b0201d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ dependencies {
1717
1818
dependencyResolutionManagement {
1919
repositories {
20+
mavenCentral()
2021
maven {
21-
url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
22+
url "https://central.sonatype.com/repository/maven-snapshots/"
2223
}
2324
}
2425
}
2526
```
26-
Snapshots of the development version are available in [Sonatype's snapshots repository](https://s01.oss.sonatype.org/content/repositories/snapshots/).
27+
Snapshots of the development version are available in [Maven Central's snapshotsrepository](https://central.sonatype.com/repository/maven-snapshot).
2728

2829
## Releasing a new version
2930

eppo/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ plugins {
77
}
88

99
group = "cloud.eppo"
10-
version = "4.10.0"
10+
version = "4.10.1-SNAPSHOT"
11+
1112

1213
android {
1314
buildFeatures.buildConfig true

0 commit comments

Comments
 (0)