aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-02-18 17:52:37 +0000
committerSimon Brandhof <simon.brandhof@gmail.com>2011-02-18 17:52:37 +0000
commitd79d55f728091132043d21b977da9866d2ab5181 (patch)
tree8b97f1ea1cea743616369fcc118c74e3988b422b /pom.xml
parent9e9d37c900d1d99b6f2837f359481f054b0f51b6 (diff)
downloadsonar-scanner-cli-d79d55f728091132043d21b977da9866d2ab5181.tar.gz
sonar-scanner-cli-d79d55f728091132043d21b977da9866d2ab5181.zip
[maven-release-plugin] prepare release sonar-runner-1.0
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 e9b178e..79f8324 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.sonar-plugins</groupId>
@@ -9,7 +8,7 @@
</parent>
<artifactId>sonar-runner</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>1.0</version>
<name>Sonar Standalone Runner</name>
<url>http://docs.codehaus.org/display/SONAR/Sonar+Standalone+Runner</url>
@@ -40,9 +39,9 @@
</developers>
<scm>
- <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>
+ <connection>scm:svn:http://svn.codehaus.org/sonar-plugins/tags/sonar-runner-1.0</connection>
+ <developerConnection>scm:svn:https://svn.codehaus.org/sonar-plugins/tags/sonar-runner-1.0</developerConnection>
+ <url>scm:svn:https://svn.codehaus.org/sonar-plugins/tags/sonar-runner-1.0</url>
</scm>
<issueManagement>
</issueManagement>