diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-22 12:00:38 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-22 12:00:38 +0100 |
commit | 1bd42f2bb456e76a07dacd5b3c9b9c77ccff38cb (patch) | |
tree | a5cac1dfa0d4c191adea337fbd30973b8b95be39 /plugins | |
parent | 4bc76a45c779f620869b58e7af9d129979e620fc (diff) | |
download | sonarqube-1bd42f2bb456e76a07dacd5b3c9b9c77ccff38cb.tar.gz sonarqube-1bd42f2bb456e76a07dacd5b3c9b9c77ccff38cb.zip |
Publish version 6.3-RC3
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 e67abb8af1a..75594da37c0 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-SNAPSHOT</version> + <version>6.3-RC3</version> <relativePath>../..</relativePath> </parent> <artifactId>sonar-xoo-plugin</artifactId> |