diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-03-10 16:24:23 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-03-10 16:24:52 +0100 |
commit | 70651e2b67b8285de303e9d51c9292f4ab2dc611 (patch) | |
tree | 0b211517409c938f42d25ebdf0fd168d91098d0a /server/sonar-web/pom.xml | |
parent | 93e3a0990b80453252bf442ecf0fb52b3f95a971 (diff) | |
download | sonarqube-70651e2b67b8285de303e9d51c9292f4ab2dc611.tar.gz sonarqube-70651e2b67b8285de303e9d51c9292f4ab2dc611.zip |
update version of sonarsource-branding
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 9b7e9ac2ee9..564b58a1652 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -219,7 +219,7 @@ <dependency> <groupId>com.sonarsource</groupId> <artifactId>sonarsource-branding</artifactId> - <version>1.1</version> + <version>1.2</version> <type>war</type> <scope>runtime</scope> </dependency> |