diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-07-13 19:59:20 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-07-13 19:59:20 +0200 |
commit | d7dbb9250cdd54b3aeec446d18b3f4c8ce12510d (patch) | |
tree | 9afa83c14c803e2fd76ad222cf5661de5460e6b2 /sonar-duplications | |
parent | 7c1a881ae846e4c9afa22243c4fc5884d1df0d81 (diff) | |
download | sonarqube-d7dbb9250cdd54b3aeec446d18b3f4c8ce12510d.tar.gz sonarqube-d7dbb9250cdd54b3aeec446d18b3f4c8ce12510d.zip |
Prepare for next development iteration
Diffstat (limited to 'sonar-duplications')
-rw-r--r-- | sonar-duplications/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index 29a55bac3c2..fa392d8a9d8 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.5-SNAPSHOT</version> + <version>6.6-SNAPSHOT</version> </parent> <artifactId>sonar-duplications</artifactId> |