diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-03-06 12:05:46 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-03-06 12:05:46 +0100 |
commit | 45e68e898f2f6d3261d0b06867694d5f094d37d7 (patch) | |
tree | 4d9f66b76e2f741b5b5b53d5391fe5e5ea65d9c6 /plugins | |
parent | e23682d9e420ef59da282322ca9dc6e3fc59d75b (diff) | |
download | sonarqube-45e68e898f2f6d3261d0b06867694d5f094d37d7.tar.gz sonarqube-45e68e898f2f6d3261d0b06867694d5f094d37d7.zip |
Back to development version 6.3-SNAPSHOT
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-xoo-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index b3e6ea86f33..e67abb8af1a 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.3-RC4</version> + <version>6.3-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>sonar-xoo-plugin</artifactId> |