aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2013-05-21 16:58:48 +0200
committerEric Hartmann <hartmann.eric@gmail.com>2013-05-21 16:58:48 +0200
commit3fd2e1fc9c1276c6855e40b1df19bc22e9563ba6 (patch)
treefd4f4210aa5a79052474c46a4dd1800d91fbe370
parent77ae9c7a5d2d4c73647370aea360b5229d675d2f (diff)
downloadsonar-scanner-cli-3fd2e1fc9c1276c6855e40b1df19bc22e9563ba6.tar.gz
sonar-scanner-cli-3fd2e1fc9c1276c6855e40b1df19bc22e9563ba6.zip
[maven-release-plugin] prepare release 2.2.1
-rw-r--r--pom.xml4
-rw-r--r--sonar-runner-api/pom.xml2
-rw-r--r--sonar-runner-batch/pom.xml2
-rw-r--r--sonar-runner-dist/pom.xml2
-rw-r--r--sonar-runner-impl/pom.xml2
5 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 88fc0c5..9e2374c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<groupId>org.codehaus.sonar.runner</groupId>
<artifactId>sonar-runner</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.2.1</version>
<packaging>pom</packaging>
<name>Sonar Runner</name>
<url>http://docs.codehaus.org/display/SONAR/Analyzing+with+Sonar+Runner</url>
@@ -47,7 +47,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>HEAD</tag>
+ <tag>2.2.1</tag>
</scm>
<issueManagement>
diff --git a/sonar-runner-api/pom.xml b/sonar-runner-api/pom.xml
index 3527bfa..64e4122 100644
--- a/sonar-runner-api/pom.xml
+++ b/sonar-runner-api/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.sonar.runner</groupId>
<artifactId>sonar-runner</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.2.1</version>
</parent>
<artifactId>sonar-runner-api</artifactId>
diff --git a/sonar-runner-batch/pom.xml b/sonar-runner-batch/pom.xml
index 3ef7d03..7a722d7 100644
--- a/sonar-runner-batch/pom.xml
+++ b/sonar-runner-batch/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.sonar.runner</groupId>
<artifactId>sonar-runner</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.2.1</version>
</parent>
<artifactId>sonar-runner-batch</artifactId>
diff --git a/sonar-runner-dist/pom.xml b/sonar-runner-dist/pom.xml
index 2bce0c1..35f9fff 100644
--- a/sonar-runner-dist/pom.xml
+++ b/sonar-runner-dist/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.sonar.runner</groupId>
<artifactId>sonar-runner</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.2.1</version>
</parent>
<artifactId>sonar-runner-dist</artifactId>
diff --git a/sonar-runner-impl/pom.xml b/sonar-runner-impl/pom.xml
index 4ae4cd6..b0f6c91 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.3-SNAPSHOT</version>
+ <version>2.2.1</version>
</parent>
<artifactId>sonar-runner-impl</artifactId>