diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-08-06 12:17:09 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-08-06 12:17:09 +0200 |
commit | ec8ab77fa180a9edaf664075e8e76ae0b4a2d9f1 (patch) | |
tree | cff6bf9f0e68ebd5b5f6a2ad9c154fc55037c28d /sonar-check-api | |
parent | 292a767d4aab4ef6aad38bf9fbb3762bbe569d58 (diff) | |
download | sonarqube-6.7.5.tar.gz sonarqube-6.7.5.zip |
Release 6.7.56.7.5
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 8f5ab3c2dc7..0bbf22aff94 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.7.5-SNAPSHOT</version> + <version>6.7.5</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> |