summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authortomverin <thomas.verin@sonarsource.com>2015-10-12 15:33:24 +0200
committertomverin <thomas.verin@sonarsource.com>2015-10-12 15:33:24 +0200
commitb255fc14d5f0a41f21039cdaf231c5ab3d717a07 (patch)
treebf1b1733ad0e8232d424444bf8959cd4603336e9 /pom.xml
parentc36b42cd4bfe8237544723bb9b180c0340e4e2d8 (diff)
downloadsonarqube-b255fc14d5f0a41f21039cdaf231c5ab3d717a07.tar.gz
sonarqube-b255fc14d5f0a41f21039cdaf231c5ab3d717a07.zip
update distributionManagement to deploy to bintray
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index e0eeb6ee8c7..bee64efef66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>