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-check-api | |
parent | 7c1a881ae846e4c9afa22243c4fc5884d1df0d81 (diff) | |
download | sonarqube-d7dbb9250cdd54b3aeec446d18b3f4c8ce12510d.tar.gz sonarqube-d7dbb9250cdd54b3aeec446d18b3f4c8ce12510d.zip |
Prepare for next development iteration
Diffstat (limited to 'sonar-check-api')
-rw-r--r-- | sonar-check-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index 3d0dfa8be45..b00cb5629a5 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/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> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> |