diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-12-12 17:40:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 17:40:57 +0100 |
commit | 3711b73ae884d925a1d4106ec4d212b12cd19287 (patch) | |
tree | 7600c783120ccef25d618702b14ff822a3b78630 /pom.xml | |
parent | 3077ae7e1bdbc02a088fbc6593fb7c6c96065bd4 (diff) | |
download | sonarqube-3711b73ae884d925a1d4106ec4d212b12cd19287.tar.gz sonarqube-3711b73ae884d925a1d4106ec4d212b12cd19287.zip |
use yarn (#1453)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> - <version>0.0.29</version> + <version>1.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |