diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2013-07-22 14:44:07 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2013-07-22 14:44:07 +0200 |
commit | d9a1c810f34ca6b7bfddd7f6f9f8314950ca5eab (patch) | |
tree | 7781650eba4c79229d0bf20d71301d5d65fc5d52 /sonar-runner-api/pom.xml | |
parent | d998842fbd070404ac2dde82e391103256fcc550 (diff) | |
download | sonar-scanner-cli-d9a1c810f34ca6b7bfddd7f6f9f8314950ca5eab.tar.gz sonar-scanner-cli-d9a1c810f34ca6b7bfddd7f6f9f8314950ca5eab.zip |
[maven-release-plugin] prepare release 2.3
Diffstat (limited to 'sonar-runner-api/pom.xml')
-rw-r--r-- | sonar-runner-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-runner-api/pom.xml b/sonar-runner-api/pom.xml index 513182f..e1c9117 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.3</version> </parent> <artifactId>sonar-runner-api</artifactId> |