Skip to content

Commit

Permalink
Merge pull request #35 from DiceTechnology/issue/2/missing_servers_tag
Browse files Browse the repository at this point in the history
Missing servers tag + debug on
  • Loading branch information
dgikiller authored Sep 14, 2018
2 parents 908f806 + 678bd52 commit faac4a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cd/deploy.sh
Original file line number Diff line number Diff line change
@@ -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
12 changes: 7 additions & 5 deletions cd/mvnsettings.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<settings>
<server>
<id>bintray-dicetechnology-dice-where</id>
<username>streaming-machine-user</username>
<password>${env.BINTRAY_API_KEY}</password>
</server>
<servers>
<server>
<id>bintray-dicetechnology-dice-where</id>
<username>streaming-machine-user</username>
<password>${env.BINTRAY_API_KEY}</password>
</server>
</servers>
<profiles>
<profile>
<id>ossrh</id>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>technology.dice.open</groupId>
<artifactId>dice-where</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>dice-where</name>

<description>dice-where is a low memory footprint, highly efficient
Expand All @@ -29,7 +29,7 @@
<distributionManagement>
<repository>
<id>bintray-dicetechnology-dice-where</id>
<name>DiceTechnology-dice-where</name>
<name>dicetechnology-dice-where</name>
<url>https://api.bintray.com/maven/dicetechnology/dice-where/dice-where/;publish=1</url>
</repository>
</distributionManagement>
Expand Down

0 comments on commit faac4a1

Please sign in to comment.