diff options
author | tomverin <thomas.verin@sonarsource.com> | 2015-10-12 15:33:24 +0200 |
---|---|---|
committer | tomverin <thomas.verin@sonarsource.com> | 2015-10-12 15:33:24 +0200 |
commit | b255fc14d5f0a41f21039cdaf231c5ab3d717a07 (patch) | |
tree | bf1b1733ad0e8232d424444bf8959cd4603336e9 /pom.xml | |
parent | c36b42cd4bfe8237544723bb9b180c0340e4e2d8 (diff) | |
download | sonarqube-b255fc14d5f0a41f21039cdaf231c5ab3d717a07.tar.gz sonarqube-b255fc14d5f0a41f21039cdaf231c5ab3d717a07.zip |
update distributionManagement to deploy to bintray
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -45,9 +45,8 @@ <distributionManagement> <repository> - <id>sonatype-nexus-staging</id> - <name>Sonatype Release Repository</name> - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> + <id>bintray</id> + <url>https://api.bintray.com/maven/sonarsource/SonarQube/${project.groupId}/;publish=1</url> </repository> </distributionManagement> |