diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-22 16:03:28 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-22 16:03:51 +0100 |
commit | 662d878c3a246ccead939932dfe9215206a9c7a3 (patch) | |
tree | 9835295c5af805e46ecf95d36f61df7e174a9eb3 /sonar-ws | |
parent | fab015b50e20cd504120794a7570bc673c08755c (diff) | |
download | sonarqube-662d878c3a246ccead939932dfe9215206a9c7a3.tar.gz sonarqube-662d878c3a246ccead939932dfe9215206a9c7a3.zip |
Set version 6.3-SNAPSHOT
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index 85c845b4206..31162bdfae9 100644 --- a/sonar-ws/pom.xml +++ b/sonar-ws/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.3-RC3</version> + <version>6.3-SNAPSHOT</version> </parent> <artifactId>sonar-ws</artifactId> |