diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-05-16 17:02:30 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-05-16 17:02:50 +0200 |
commit | ee296138cd9900c74fcc00321696b5eacdfa2a14 (patch) | |
tree | 62aa452048a9b24062d81fb969536b1dbcba7989 /plugins | |
parent | 266a2434f2d357338d8f35eca6f1554cbeac0413 (diff) | |
download | sonarqube-ee296138cd9900c74fcc00321696b5eacdfa2a14.tar.gz sonarqube-ee296138cd9900c74fcc00321696b5eacdfa2a14.zip |
Prepare for next development version 6.5-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 b2c649347e3..6e1b82d8aee 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.4-SNAPSHOT</version> + <version>6.5-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>sonar-xoo-plugin</artifactId> |