Skip to content

Commit 9642f3f

Browse files
author
Robert Lichtenberger
committed
#49: Release version 1.0.0.
1 parent 43b679e commit 9642f3f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id 'org.javamodularity.moduleplugin' version '1.8.10'
88
}
99

10-
version = '0.6.3'
10+
version = '1.0.0'
1111

1212
repositories {
1313
// Use jcenter for resolving dependencies.
@@ -112,8 +112,8 @@ publishing {
112112
}
113113
maven {
114114
name = 'ossrh'
115-
def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
116-
def snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots"
115+
def releasesRepoUrl = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2"
116+
def snapshotsRepoUrl = "https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots"
117117
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
118118
credentials {
119119
username = ossrhUsername

0 commit comments

Comments
 (0)