diff options
author | tomverin <thomas.verin@sonarsource.com> | 2015-02-26 21:59:04 +0100 |
---|---|---|
committer | tomverin <thomas.verin@sonarsource.com> | 2015-02-26 21:59:04 +0100 |
commit | 0ac58faec461f23ca75ac9cc6328008a788790f4 (patch) | |
tree | 2b87c3361d76c2502a891a81ceb55947cfb0d910 | |
parent | d58117ed95e27ba39ad2cc4cc3e0e2d157201f77 (diff) | |
download | sonarqube-0ac58faec461f23ca75ac9cc6328008a788790f4.tar.gz sonarqube-0ac58faec461f23ca75ac9cc6328008a788790f4.zip |
revert back to 5.2-SNAPSHOT after job generation
-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>5.1-SNAPSHOT</version> + <version>5.2-SNAPSHOT</version> <name>SonarQube</name> <url>http://www.sonarqube.org/</url> <description>Open source platform for continuous inspection of code quality</description> |