]> source.dussan.org Git - sonarqube.git/commitdiff
update \ 1\ 1distributionManagement to deploy to bintray
authortomverin <thomas.verin@sonarsource.com>
Mon, 12 Oct 2015 13:33:24 +0000 (15:33 +0200)
committertomverin <thomas.verin@sonarsource.com>
Mon, 12 Oct 2015 13:33:24 +0000 (15:33 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index e0eeb6ee8c77272129b182aa9a9d7e36b624229c..bee64efef660627c8b56b247f4fa734386fc9320 100644 (file)
--- 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>