diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-03-25 09:17:19 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-03-25 09:17:19 +0100 |
commit | 6349cd3b899f37567637c78187f73071c1f64e3c (patch) | |
tree | 6ed9b12baf2019cd906d99b305133ff88e0c6c7c /pom.xml | |
parent | c22e425db38bcc6c02a3cb12015d2a52f7de6a84 (diff) | |
download | sonarqube-6349cd3b899f37567637c78187f73071c1f64e3c.tar.gz sonarqube-6349cd3b899f37567637c78187f73071c1f64e3c.zip |
Set the correct SCM information for the renamed repository
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1141,9 +1141,9 @@ </mailingLists> <scm> - <connection>scm:git:git@github.com:SonarSource/sonar.git</connection> - <developerConnection>scm:git:git@github.com:SonarSource/sonar.git</developerConnection> - <url>https://github.com/SonarSource/sonar</url> + <connection>scm:git:git@github.com:SonarSource/sonarqube.git</connection> + <developerConnection>scm:git:git@github.com:SonarSource/sonarqube.git</developerConnection> + <url>https://github.com/SonarSource/sonarqube</url> <tag>HEAD</tag> </scm> |