diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-09-18 17:45:50 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-09-18 17:46:00 +0200 |
commit | faf4df42facfd3175f4689f2ea3013e92bfe301e (patch) | |
tree | 39331bc07f510c9432342934c78f9c5e6cb2068b /server/sonar-web/pom.xml | |
parent | b607881d27423430fa57b90a984aaed364697e89 (diff) | |
download | sonarqube-faf4df42facfd3175f4689f2ea3013e92bfe301e.tar.gz sonarqube-faf4df42facfd3175f4689f2ea3013e92bfe301e.zip |
Revert "upgrade to node.js v4.1.0"
This reverts commit bd69025c6911bee9f65d9d67fd08d1ec294b9e0d.
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r-- | server/sonar-web/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 921a219adca..b63cb655ca3 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -102,8 +102,8 @@ <configuration> <nodeDownloadRoot>https://nodejs.org/dist/</nodeDownloadRoot> <npmDownloadRoot>http://registry.npmjs.org/npm/-/</npmDownloadRoot> - <nodeVersion>v4.1.0</nodeVersion> - <npmVersion>2.14.3</npmVersion> + <nodeVersion>v0.12.2</nodeVersion> + <npmVersion>2.9.1</npmVersion> </configuration> </execution> <execution> |