aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2015-07-27 09:49:36 +0200
committerEric Hartmann <hartmann.eric@gmail.com>2015-07-27 09:49:36 +0200
commita791fb07ca7ab132dc4ea99df7c913dc6b735402 (patch)
tree73a7244886d2b984f0461413a8791ee0c45f4025
parent1ef10758eb1c939a60e159758de2603b87ec859d (diff)
downloadsonarqube-a791fb07ca7ab132dc4ea99df7c913dc6b735402.tar.gz
sonarqube-a791fb07ca7ab132dc4ea99df7c913dc6b735402.zip
Use internal repository for branch-5.1
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 768d2001e53..21cbda23110 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,9 +48,10 @@
<distributionManagement>
<repository>
- <id>codehaus-nexus-staging</id>
- <name>Codehaus Release Repository</name>
- <url>https://nexus.codehaus.org/service/local/staging/deploy/maven2/</url>
+<!-- Temporary workaround for previous and LTS version -->
+ <id>sonarsource-releases</id>
+ <name>Internal</name>
+ <url>http://nexus-master.internal.sonarsource.com/nexus/content/repositories/releases-oss/</url>
</repository>
<snapshotRepository>
<id>sonar-snapshots</id>