diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2012-08-01 14:52:45 +0000 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2012-08-01 14:52:45 +0000 |
commit | 06fcc51e652c524f698a55f1cc57d5b9f793906d (patch) | |
tree | b538a4312ac10390f4a61d3552dd40770abf3304 /pom.xml | |
parent | 272c9f41447b93300213d37e345348aaf97cf27b (diff) | |
download | sonar-scanner-cli-06fcc51e652c524f698a55f1cc57d5b9f793906d.tar.gz sonar-scanner-cli-06fcc51e652c524f698a55f1cc57d5b9f793906d.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,7 +8,7 @@ </parent> <artifactId>sonar-runner</artifactId> - <version>1.4</version> + <version>1.5-SNAPSHOT</version> <name>Sonar Standalone Runner</name> <url>http://docs.codehaus.org/display/SONAR/Sonar+Standalone+Runner</url> @@ -44,9 +44,9 @@ </developers> <scm> - <connection>scm:svn:http://svn.codehaus.org/sonar-plugins/tags/sonar-runner-1.4</connection> - <developerConnection>scm:svn:https://svn.codehaus.org/sonar-plugins/tags/sonar-runner-1.4</developerConnection> - <url>scm:svn:https://svn.codehaus.org/sonar-plugins/tags/sonar-runner-1.4</url> + <connection>scm:svn:http://svn.codehaus.org/sonar-plugins/trunk/sonar-runner</connection> + <developerConnection>scm:svn:https://svn.codehaus.org/sonar-plugins/trunk/sonar-runner</developerConnection> + <url>http://svn.sonar-plugins.codehaus.org</url> </scm> <issueManagement> <system>JIRA</system> |