summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-01-05 18:02:01 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2011-01-05 18:02:01 +0100
commitfdf24821a5ef10a38252d0b8828a7a1a88554f82 (patch)
treeec5b2ca0b6832865f355810ccceb5753d6a5ee9a /pom.xml
parent724f39d4e3e296885c59c135bb28a51f8502e7f2 (diff)
downloadsonarqube-fdf24821a5ef10a38252d0b8828a7a1a88554f82.tar.gz
sonarqube-fdf24821a5ef10a38252d0b8828a7a1a88554f82.zip
upgrade to maven-release-plugin 2.1 + fix scm url
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 3aa4256dbde..ce461f7531b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.0</version>
+ <version>2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -294,7 +294,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
- <tagBase>https://svn.codehaus.org/sonar/tags</tagBase>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
@@ -816,11 +815,11 @@ mmmm
</mailingLists>
<scm>
- <connection>scm:svn:https://svn.codehaus.org/sonar/trunk</connection>
- <developerConnection>scm:svn:https://svn.codehaus.org/sonar/trunk</developerConnection>
- <url>https://svn.codehaus.org/sonar/trunk</url>
+ <connection>scm:git:git@github.com:SonarSource/sonar.git</connection>
+ <developerConnection>scm:git:git@github.com:SonarSource/sonar.git</developerConnection>
+ <url>scm:git:git@github.com:SonarSource/sonar.git</url>
</scm>
-
+
<ciManagement>
<system>bamboo</system>
<url>http://bamboo.ci.codehaus.org/browse/SONAR-DEF</url>