aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2015-06-02 14:48:57 +0200
committerEric Hartmann <hartmann.eric@gmail.com>2015-06-02 14:48:57 +0200
commit5a7d4bba178d6705f652a4dc6e9f757b098c7932 (patch)
tree4bd06437458beaf8c4ff774455e52a528d252dce /pom.xml
parent1401fcc1796c9adef599cc3d0bc77d87b78834ec (diff)
downloadsonarqube-5a7d4bba178d6705f652a4dc6e9f757b098c7932.tar.gz
sonarqube-5a7d4bba178d6705f652a4dc6e9f757b098c7932.zip
SONAR-6601 : Use OSSRH for future deployment
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d5283bc81c4..d6429d3f5b8 100644
--- 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>