diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-02-05 10:28:47 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-02-05 10:28:54 +0100 |
commit | b56dff8d5e7df1f5d07332341a013cb21afa6dad (patch) | |
tree | 23e14d76a8faf67be4cfd6f2eeeaff7f9ebb1bda /server/sonar-web/pom.xml | |
parent | ad9cef7173bdde59d2b4adb7eb666dbd9dba9c18 (diff) | |
download | sonarqube-b56dff8d5e7df1f5d07332341a013cb21afa6dad.tar.gz sonarqube-b56dff8d5e7df1f5d07332341a013cb21afa6dad.zip |
SONAR-5220 update branding dependency
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r-- | server/sonar-web/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 12a3d87303f..b8c8b224a78 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -217,7 +217,7 @@ <dependency> <groupId>com.sonarsource</groupId> <artifactId>sonarsource-branding</artifactId> - <version>1.0</version> + <version>1.1</version> <type>war</type> <scope>runtime</scope> </dependency> |