diff --git a/cd/deploy.sh b/cd/deploy.sh index 903ece6..c055897 100755 --- a/cd/deploy.sh +++ b/cd/deploy.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then - mvn deploy -P bintray,build-extras --settings cd/mvnsettings.xml + mvn deploy -P bintray --settings cd/mvnsettings.xml fi diff --git a/cd/mvnsettings.xml b/cd/mvnsettings.xml index 5cf7b16..d18e806 100644 --- a/cd/mvnsettings.xml +++ b/cd/mvnsettings.xml @@ -1,9 +1,11 @@ - - bintray-dicetechnology-dice-where - streaming-machine-user - ${env.BINTRAY_API_KEY} - + + + bintray-dicetechnology-dice-where + streaming-machine-user + ${env.BINTRAY_API_KEY} + + ossrh diff --git a/pom.xml b/pom.xml index 816989f..efa3950 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ technology.dice.open dice-where - 1.0.0-SNAPSHOT + 1.0.0 dice-where dice-where is a low memory footprint, highly efficient @@ -29,7 +29,7 @@ bintray-dicetechnology-dice-where - DiceTechnology-dice-where + dicetechnology-dice-where https://api.bintray.com/maven/dicetechnology/dice-where/dice-where/;publish=1