diff options
author | Tom <thomas.verin@sonarsource.com> | 2016-04-11 10:00:42 +0200 |
---|---|---|
committer | Tom <thomas.verin@sonarsource.com> | 2016-04-11 10:00:42 +0200 |
commit | 18ecc4bf840ef3d7b37a802a66e282b866d64626 (patch) | |
tree | 11f607cae7f50956666e4308f3eb39d0e69bc5fe /pom.xml | |
parent | 2893ef9014962dc69420f5099303fe94742c5597 (diff) | |
download | sonarqube-18ecc4bf840ef3d7b37a802a66e282b866d64626.tar.gz sonarqube-18ecc4bf840ef3d7b37a802a66e282b866d64626.zip |
fixed version for 5.5-SNAPSHOT
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> <packaging>pom</packaging> - <version>5.5-RC2-SNAPSHOT</version> + <version>5.5-SNAPSHOT</version> <name>SonarQube</name> <url>http://www.sonarqube.org/</url> <description>Open source platform for continuous inspection of code quality</description> |