diff options
author | Thomas Vérin <thomas.verin@sonarsource.com> | 2015-10-13 13:54:26 +0200 |
---|---|---|
committer | Thomas Vérin <thomas.verin@sonarsource.com> | 2015-10-13 13:54:26 +0200 |
commit | 5454b43be7d192769d61cdaa6be6dc444b795032 (patch) | |
tree | 91ecf56471e321d037385a10d728f8506e614a7e /server/sonar-search | |
parent | bc488dae246e1af1c12b18f6785cf2ca0bd474c2 (diff) | |
download | sonarqube-5454b43be7d192769d61cdaa6be6dc444b795032.tar.gz sonarqube-5454b43be7d192769d61cdaa6be6dc444b795032.zip |
Upgrade version to 5.3-SNAPSHOT
Diffstat (limited to 'server/sonar-search')
-rw-r--r-- | server/sonar-search/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index d8349dcde7a..9f15d8a8125 100644 --- a/server/sonar-search/pom.xml +++ b/server/sonar-search/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.2-SNAPSHOT</version> + <version>5.3-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |