diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-30 16:09:53 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-30 16:09:53 +0000 |
commit | 49130adac6a42284fdd259dd33f5ea3fe7d1f3b6 (patch) | |
tree | bf60e9f7b3def15af6b35f806c22a54755ae4643 /sonar-ws-client | |
parent | 293e51c2af913468edf4c85676813ed0e125f697 (diff) | |
download | sonarqube-49130adac6a42284fdd259dd33f5ea3fe7d1f3b6.tar.gz sonarqube-49130adac6a42284fdd259dd33f5ea3fe7d1f3b6.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'sonar-ws-client')
-rw-r--r-- | sonar-ws-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index 4dfb09a5a35..2875ed54b10 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>2.3-RC1</version> + <version>2.3-SNAPSHOT</version> </parent> <artifactId>sonar-ws-client</artifactId> <packaging>jar</packaging> |