Skip to content

Commit 3f71824

Browse files
committed
3.4.1-SNAPSHOT start
1 parent ed89758 commit 3f71824

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ artifacts {
378378
}
379379

380380
def mavenGroup = 'org.mitre.synthea'
381-
def mavenVersion = '3.4.0'
381+
def mavenVersion = '3.4.1-SNAPSHOT'
382382

383383
publishing {
384384
publications {
@@ -421,8 +421,8 @@ publishing {
421421
}
422422
repositories {
423423
maven {
424-
def snapshotUrl = 'https://oss.sonatype.org/content/repositories/snapshots'
425-
def releaseUrl = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
424+
def snapshotUrl = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
425+
def releaseUrl = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
426426
url = mavenVersion.endsWith('SNAPSHOT') ? snapshotUrl : releaseUrl
427427
credentials {
428428
def user = project.hasProperty('ossToken') ? ossToken : ''

0 commit comments

Comments
 (0)