aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml3
-rw-r--r--sonar-runner-api/pom.xml5
-rw-r--r--sonar-runner-dist/pom.xml7
-rw-r--r--sonar-runner-impl/pom.xml2
4 files changed, 8 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 02432ca..8897e7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<groupId>org.codehaus.sonar.runner</groupId>
<artifactId>sonar-runner</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1-RC1</version>
<packaging>pom</packaging>
<name>Sonar Runner</name>
@@ -59,6 +59,7 @@
<connection>scm:git:git@github.com:SonarSource/sonar-runner.git</connection>
<developerConnection>scm:git:git@github.com:SonarSource/sonar-runner.git</developerConnection>
<url>https://github.com/SonarSource/sonar-runner</url>
+ <tag>2.1-RC1</tag>
</scm>
<issueManagement>
<system>JIRA</system>
diff --git a/sonar-runner-api/pom.xml b/sonar-runner-api/pom.xml
index 3deef61..d068c26 100644
--- a/sonar-runner-api/pom.xml
+++ b/sonar-runner-api/pom.xml
@@ -1,10 +1,9 @@
-<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.runner</groupId>
<artifactId>sonar-runner</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1-RC1</version>
</parent>
<artifactId>sonar-runner-api</artifactId>
diff --git a/sonar-runner-dist/pom.xml b/sonar-runner-dist/pom.xml
index 6bf8a99..fe5c325 100644
--- a/sonar-runner-dist/pom.xml
+++ b/sonar-runner-dist/pom.xml
@@ -1,14 +1,13 @@
-<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.runner</groupId>
<artifactId>sonar-runner</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1-RC1</version>
</parent>
<artifactId>sonar-runner-dist</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1-RC1</version>
<packaging>pom</packaging>
<name>Sonar Runner - Distribution</name>
diff --git a/sonar-runner-impl/pom.xml b/sonar-runner-impl/pom.xml
index f58be4c..3192385 100644
--- a/sonar-runner-impl/pom.xml
+++ b/sonar-runner-impl/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.sonar.runner</groupId>
<artifactId>sonar-runner</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1-RC1</version>
</parent>
<artifactId>sonar-runner-impl</artifactId>