diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-01-05 18:02:01 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-01-05 18:02:01 +0100 |
commit | fdf24821a5ef10a38252d0b8828a7a1a88554f82 (patch) | |
tree | ec5b2ca0b6832865f355810ccceb5753d6a5ee9a /pom.xml | |
parent | 724f39d4e3e296885c59c135bb28a51f8502e7f2 (diff) | |
download | sonarqube-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.xml | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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> |