diff options
author | Tom <thomas.verin@sonarsource.com> | 2016-05-27 17:49:28 +0200 |
---|---|---|
committer | Tom <thomas.verin@sonarsource.com> | 2016-05-27 17:49:28 +0200 |
commit | c4beaca801505b36632aa00f28fbe411a42caabf (patch) | |
tree | cb50fbe52120b7bb2826594a66fa8e0a7f2772dc /sonar-application | |
parent | ad239bd651c1ccd555c4f84111416bb0b2aefe0b (diff) | |
download | sonarqube-c4beaca801505b36632aa00f28fbe411a42caabf.tar.gz sonarqube-c4beaca801505b36632aa00f28fbe411a42caabf.zip |
prepare for next development iteration on release branch
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index b81f0919599..b1937777b56 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.6-RC2</version> + <version>5.6-SNAPSHOT</version> </parent> <artifactId>sonar-application</artifactId> |