diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-04-11 14:51:16 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-04-11 14:51:16 +0200 |
commit | 36ea67ac1960f57d7c2248c08e638f180729a96b (patch) | |
tree | e876d6d0f7bde339e75033073274824675136f0a /sonar-ws | |
parent | 54be39f47d188340b14d4d9236bbf3d43b1db2ae (diff) | |
download | sonarqube-36ea67ac1960f57d7c2248c08e638f180729a96b.tar.gz sonarqube-36ea67ac1960f57d7c2248c08e638f180729a96b.zip |
Reset version to 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 2576b92f444..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.1</version> + <version>6.3-SNAPSHOT</version> </parent> <artifactId>sonar-ws</artifactId> |