aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2014-03-25 09:17:19 +0100
committerEric Hartmann <hartmann.eric@gmail.com>2014-03-25 09:17:19 +0100
commit6349cd3b899f37567637c78187f73071c1f64e3c (patch)
tree6ed9b12baf2019cd906d99b305133ff88e0c6c7c /pom.xml
parentc22e425db38bcc6c02a3cb12015d2a52f7de6a84 (diff)
downloadsonarqube-6349cd3b899f37567637c78187f73071c1f64e3c.tar.gz
sonarqube-6349cd3b899f37567637c78187f73071c1f64e3c.zip
Set the correct SCM information for the renamed repository
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 f704f5b1de1..beadface881 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>