diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2015-07-27 09:49:36 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2015-07-27 09:49:36 +0200 |
commit | a791fb07ca7ab132dc4ea99df7c913dc6b735402 (patch) | |
tree | 73a7244886d2b984f0461413a8791ee0c45f4025 | |
parent | 1ef10758eb1c939a60e159758de2603b87ec859d (diff) | |
download | sonarqube-a791fb07ca7ab132dc4ea99df7c913dc6b735402.tar.gz sonarqube-a791fb07ca7ab132dc4ea99df7c913dc6b735402.zip |
Use internal repository for branch-5.1
-rw-r--r-- | pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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> |