Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #225 from tkrille/fix-release
Browse files Browse the repository at this point in the history
Fix deploy command for release
  • Loading branch information
dacrome authored Jun 14, 2016
2 parents 7bc7c89 + b172099 commit 03c2201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ deployment:
owner: osiam
commands:
- wget https://raw.githubusercontent.com/osiam/circleci/master/settings.xml
- mvn deploy:deploy-file -DrepositoryId=releases -Durl=https://api.bintray.com/maven/osiam/OSIAM/org.osiam:connector4java/;publish=1 -s settings.xml
- mvn deploy:deploy-file -DrepositoryId=releases -Durl="https://api.bintray.com/maven/osiam/OSIAM/org.osiam:connector4java/;publish=1" -s settings.xml

0 comments on commit 03c2201

Please sign in to comment.