Skip to content

Commit 001dddd

Browse files
authored
Merge pull request #70 from matrix-org/misc/migrate-to-sonatype-central
2 parents 2d6d017 + 1e66587 commit 001dddd

File tree

3 files changed

+398
-87
lines changed

3 files changed

+398
-87
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object BuildVersionsSDK {
22
const val majorVersion = 25
33
const val minorVersion = 5
4-
const val patchVersion = 26
4+
const val patchVersion = 29
55
}

scripts/publish-root.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ nexusPublishing {
2727
stagingProfileId = sonatypeStagingProfileId
2828
username = ossrhUsername
2929
password = ossrhPassword
30-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
31-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
30+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
31+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)