diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-02-23 09:17:04 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-02-23 09:17:04 +0100 |
commit | 4fdc5cd1e4d29d6b09ee28419249b4a077cc2dc7 (patch) | |
tree | 4c2d6de797d6ad976cd19077dd14e35b3bdaa1ea /sonar-application/pom.xml | |
parent | e3ae3ad6546d35ab9eb7c244352a58eea0a2f124 (diff) | |
download | sonarqube-4fdc5cd1e4d29d6b09ee28419249b4a077cc2dc7.tar.gz sonarqube-4fdc5cd1e4d29d6b09ee28419249b4a077cc2dc7.zip |
Prepare version 6.7.3-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 bcaa4fe063d..457c29d0dbb 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.2</version> + <version>6.7.3-SNAPSHOT</version> </parent> <artifactId>sonar-application</artifactId> |