diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-08-06 13:20:16 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-08-06 13:20:16 +0200 |
commit | 2a09628fe332e7888917553b5b649526bed3cc14 (patch) | |
tree | 2f0c2eeab2f4bd6a765165c1e41d9c39335dfb27 /sonar-application/pom.xml | |
parent | ec8ab77fa180a9edaf664075e8e76ae0b4a2d9f1 (diff) | |
download | sonarqube-2a09628fe332e7888917553b5b649526bed3cc14.tar.gz sonarqube-2a09628fe332e7888917553b5b649526bed3cc14.zip |
Set version 6.7.6-SNAPSHOT
Diffstat (limited to 'sonar-application/pom.xml')
-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 8a4f263cd46..85277dde620 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.7.5</version> + <version>6.7.6-SNAPSHOT</version> </parent> <artifactId>sonar-application</artifactId> |