diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2012-04-11 10:47:00 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2012-04-11 10:47:00 +0200 |
commit | f1dcd9e88ffcc4cb63dcac53fc7a6e3ae15c4401 (patch) | |
tree | fca2281f40b8ea4c356c54ad1d8a9c356451d92a /sonar-ws-client | |
parent | a1591da7c228a489d6503344b971d77c58dd716c (diff) | |
download | sonarqube-f1dcd9e88ffcc4cb63dcac53fc7a6e3ae15c4401.tar.gz sonarqube-f1dcd9e88ffcc4cb63dcac53fc7a6e3ae15c4401.zip |
Upgrade to 3.0-SNAPSHOT
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 c466673fd09..7450102bec3 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.15-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <artifactId>sonar-ws-client</artifactId> <packaging>jar</packaging> |