diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-12-11 09:10:56 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-12-11 09:10:56 +0100 |
commit | e4e5d4bf9d580923275718254fa1f432337c49f8 (patch) | |
tree | 8550b34eaa4c196af4777efe7656f45393fafa73 /pom.xml | |
parent | c78ce77410e5391f120bbcc86b1646f4183c8d4f (diff) | |
download | sonarqube-e4e5d4bf9d580923275718254fa1f432337c49f8.tar.gz sonarqube-e4e5d4bf9d580923275718254fa1f432337c49f8.zip |
Fix incorrect commit where URL of Codehaus was changed
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ <repository> <id>codehaus-nexus-staging</id> <name>Codehaus Release Repository</name> - <url>https://nexus.codehaus.org/queue/local/staging/deploy/maven2/</url> + <url>https://nexus.codehaus.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>sonar-snapshots</id> |