diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-05-22 12:34:12 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-05-22 12:34:12 +0200 |
commit | 2bcec08b89bf609209249f2831631e7a042cb48d (patch) | |
tree | a1743ab15017aa4bea68fd1645a0b6c73828cde0 /sonar-server | |
parent | c842d973f8acb0dd2a8b0fde0186997a077b3c87 (diff) | |
download | sonarqube-2bcec08b89bf609209249f2831631e7a042cb48d.tar.gz sonarqube-2bcec08b89bf609209249f2831631e7a042cb48d.zip |
SONAR-4636 Use released version of branding resources for release
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 84f16cfe6b9..d989048ac35 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -682,7 +682,7 @@ <dependency> <groupId>com.sonarsource</groupId> <artifactId>sonarsource-branding</artifactId> - <version>0.1-SNAPSHOT</version> + <version>1.0</version> <type>war</type> <scope>runtime</scope> </dependency> |