diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-03-08 10:13:23 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-03-08 10:13:23 +0100 |
commit | fa1ed81706dbde6331ec7d0786aff90e6185ce6f (patch) | |
tree | ce858ce4075e6f01257d7179a56f157dfc6462b6 /pom.xml | |
parent | e9f9423ff8f3dab1d93ae7baebc43eb5c9b885be (diff) | |
download | sonarqube-fa1ed81706dbde6331ec7d0786aff90e6185ce6f.tar.gz sonarqube-fa1ed81706dbde6331ec7d0786aff90e6185ce6f.zip |
SONAR-4191 Remove the 'any' value in multiple-value select boxes
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> <packaging>pom</packaging> - <version>3.5-SNAPSHOT</version> + <version>3.6-SNAPSHOT</version> <name>Sonar</name> <url>http://www.sonarsource.org/</url> <description>Open source platform for continuous inspection of code quality</description> |