diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-04-24 11:21:44 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-04-24 11:21:44 +0200 |
commit | d85f9c316378a0be8d095fa6fe27a5c81635d172 (patch) | |
tree | 71ab417145c4c5ec3868a0d73ed6e8371e867dc8 /sonar-runner-api | |
parent | 578fc6241a1ddd32e0c5388a786fb6b5517295da (diff) | |
download | sonar-scanner-cli-d85f9c316378a0be8d095fa6fe27a5c81635d172.tar.gz sonar-scanner-cli-d85f9c316378a0be8d095fa6fe27a5c81635d172.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'sonar-runner-api')
-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 e87e454..84ea642 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>sonar-runner-api</artifactId> |