Skip to content

Commit a427387

Browse files
authored
Release 2.10.0 (#1058)
1 parent 8e3b92f commit a427387

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ext {
4242

4343
]
4444
]
45-
snapshotVersion = true
45+
snapshotVersion = false
4646
}
4747

4848
allprojects {
@@ -100,9 +100,8 @@ subprojects {
100100
publishing {
101101
repositories {
102102
maven {
103-
def releaseRepo = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
104-
def snapshotRepo = "https://oss.sonatype.org/content/repositories/snapshots/"
105-
url = snapshotVersion ? snapshotRepo : releaseRepo
103+
name = 'ossrh-staging-api'
104+
url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
106105
credentials {
107106
username = project.hasProperty('sonatypeOssUsername') ? sonatypeOssUsername : "Unknown user"
108107
password = project.hasProperty('sonatypeOssPassword') ? sonatypeOssPassword : "Unknown password"

0 commit comments

Comments
 (0)