Skip to content

Commit 76f2925

Browse files
committed
3.3.1-SNAPSHOT start
1 parent 995cf2f commit 76f2925

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ artifacts {
364364
}
365365

366366
def mavenGroup = 'org.mitre.synthea'
367-
def mavenVersion = '3.3.0'
367+
def mavenVersion = '3.3.1-SNAPSHOT'
368368

369369
publishing {
370370
publications {
@@ -411,8 +411,8 @@ publishing {
411411
def releaseUrl = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
412412
url mavenVersion.endsWith('SNAPSHOT') ? snapshotUrl : releaseUrl
413413
credentials {
414-
def user = project.hasProperty('sonatypeUsername') ? sonatypeUsername : ''
415-
def pw = project.hasProperty('sonatypePassword') ? sonatypePassword : ''
414+
def user = project.hasProperty('ossToken') ? ossToken : ''
415+
def pw = project.hasProperty('ossTokenPassword') ? ossTokenPassword : ''
416416
username user
417417
password pw
418418
}

0 commit comments

Comments
 (0)