File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ artifacts {
378378}
379379
380380def mavenGroup = ' org.mitre.synthea'
381- def mavenVersion = ' 3.4.0 '
381+ def mavenVersion = ' 3.4.1-SNAPSHOT '
382382
383383publishing {
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 : ' '
You can’t perform that action at this time.
0 commit comments