]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6601 : Use OSSRH for future deployment
authorEric Hartmann <hartmann.eric@gmail.com>
Tue, 2 Jun 2015 12:48:57 +0000 (14:48 +0200)
committerEric Hartmann <hartmann.eric@gmail.com>
Tue, 2 Jun 2015 12:48:57 +0000 (14:48 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index d5283bc81c4ac8df2e6bdc43304dcf907a658fcc..d6429d3f5b8dd77ab8e2898d2a2ba8afb6e70155 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -44,9 +44,9 @@
 
   <distributionManagement>
     <repository>
-      <id>codehaus-nexus-staging</id>
-      <name>Codehaus Release Repository</name>
-      <url>https://nexus.codehaus.org/service/local/staging/deploy/maven2/</url>
+      <id>sonatype-nexus-staging</id>
+      <name>Sonatype Release Repository</name>
+      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
     </repository>
     <snapshotRepository>
       <id>sonar-snapshots</id>