diff options
Diffstat (limited to 'server/sonar-ws-client')
-rw-r--r-- | server/sonar-ws-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-ws-client/pom.xml b/server/sonar-ws-client/pom.xml index d6002e37f32..b31b7c407ff 100644 --- a/server/sonar-ws-client/pom.xml +++ b/server/sonar-ws-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>server</artifactId> - <version>4.5</version> + <version>4.5.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-ws-client</artifactId> |