diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2016-09-19 16:58:23 +0200 |
---|---|---|
committer | David Rautureau <david.rautureau@sonarsource.com> | 2016-09-19 16:58:23 +0200 |
commit | de2b278a3d619f3b00f83a536eee48049dbe54d5 (patch) | |
tree | b635e8349d8d9f334e60fde6d1d07ed3433ab118 /sonar-core | |
parent | 12e24a98549f51fc560d782a9d93164021feaccc (diff) | |
download | sonarqube-de2b278a3d619f3b00f83a536eee48049dbe54d5.tar.gz sonarqube-de2b278a3d619f3b00f83a536eee48049dbe54d5.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 7ddab562be2..a2679eec095 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1-RC1</version> + <version>6.1-SNAPSHOT</version> </parent> <artifactId>sonar-core</artifactId> |