diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2013-05-21 16:58:48 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2013-05-21 16:58:48 +0200 |
commit | 3fd2e1fc9c1276c6855e40b1df19bc22e9563ba6 (patch) | |
tree | fd4f4210aa5a79052474c46a4dd1800d91fbe370 | |
parent | 77ae9c7a5d2d4c73647370aea360b5229d675d2f (diff) | |
download | sonar-scanner-cli-3fd2e1fc9c1276c6855e40b1df19bc22e9563ba6.tar.gz sonar-scanner-cli-3fd2e1fc9c1276c6855e40b1df19bc22e9563ba6.zip |
[maven-release-plugin] prepare release 2.2.1
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | sonar-runner-api/pom.xml | 2 | ||||
-rw-r--r-- | sonar-runner-batch/pom.xml | 2 | ||||
-rw-r--r-- | sonar-runner-dist/pom.xml | 2 | ||||
-rw-r--r-- | sonar-runner-impl/pom.xml | 2 |
5 files changed, 6 insertions, 6 deletions
@@ -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> |