From 1860ecd6789941706c4ef4932453a669b94d5684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20W=C5=82odarczyk?= Date: Fri, 14 Sep 2018 18:13:45 +0100 Subject: [PATCH 1/5] Missing servers tag + debug on --- cd/deploy.sh | 4 ++-- cd/mvnsettings.xml | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/cd/deploy.sh b/cd/deploy.sh index 903ece6..075516a 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 +#if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then mvn deploy -P bintray,build-extras --settings cd/mvnsettings.xml -fi +#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 From 0ff67dc612890444c5aa4d5074f2d22d95f195e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20W=C5=82odarczyk?= Date: Fri, 14 Sep 2018 18:18:26 +0100 Subject: [PATCH 2/5] Package name to template --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 60ccabb..9c856dc 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ bintray-dicetechnology-dice-where DiceTechnology-dice-where - https://api.bintray.com/maven/dicetechnology/dice-where/dice-where/;publish=1 + https://api.bintray.com/maven/dicetechnology/dice-where/[PACKAGE_NAME]/;publish=1 From b7887ad8bb10e2dc70e5864a4020a412319c6bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20W=C5=82odarczyk?= Date: Fri, 14 Sep 2018 18:25:22 +0100 Subject: [PATCH 3/5] Coppied settings from package guide --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9c856dc..bd0f458 100644 --- a/pom.xml +++ b/pom.xml @@ -29,8 +29,8 @@ bintray-dicetechnology-dice-where - DiceTechnology-dice-where - https://api.bintray.com/maven/dicetechnology/dice-where/[PACKAGE_NAME]/;publish=1 + dicetechnology-dice-where + https://api.bintray.com/maven/dicetechnology/dice-where/dice-where/;publish=1 From 3b138533507fedddedea4a13334a191b61baf331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20W=C5=82odarczyk?= Date: Fri, 14 Sep 2018 18:33:27 +0100 Subject: [PATCH 4/5] 0.0.1 to test --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bd0f458..5e834ba 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ technology.dice.open dice-where - 1.0.0-SNAPSHOT + 0.0.1 dice-where dice-where is a low memory footprint, highly efficient From 678bd525f4c0195e90e4c407161806f8fcf3daad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20W=C5=82odarczyk?= Date: Fri, 14 Sep 2018 18:38:56 +0100 Subject: [PATCH 5/5] Publish only master --- cd/deploy.sh | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cd/deploy.sh b/cd/deploy.sh index 075516a..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 -#fi +if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then + mvn deploy -P bintray --settings cd/mvnsettings.xml +fi diff --git a/pom.xml b/pom.xml index 5e834ba..4551f97 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ technology.dice.open dice-where - 0.0.1 + 1.0.0 dice-where dice-where is a low memory footprint, highly efficient