diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-05-30 09:23:04 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-05-30 09:23:04 +0200 |
commit | b62b59da1adf991c41ed0730684f813d4116f6cc (patch) | |
tree | f75b3ab4fbd61ad381f7085e9d4087c0cb0fdbef /server/sonar-ce/pom.xml | |
parent | 4a703c014a25c4005aeae81c43d141ad21dbd5a1 (diff) | |
download | sonarqube-b62b59da1adf991c41ed0730684f813d4116f6cc.tar.gz sonarqube-b62b59da1adf991c41ed0730684f813d4116f6cc.zip |
Release 6.7.46.7.4
Diffstat (limited to 'server/sonar-ce/pom.xml')
-rw-r--r-- | server/sonar-ce/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index 4871f68da9c..c4e096dea9d 100644 --- a/server/sonar-ce/pom.xml +++ b/server/sonar-ce/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.7.4-SNAPSHOT</version> + <version>6.7.4</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-ce</artifactId> |