Repository: ambari Updated Branches: refs/heads/trunk 2486b8cbb -> f453b27fb
AMBARI-15721. Ambari Admin module fails to build due to npm issues. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f453b27f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f453b27f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f453b27f Branch: refs/heads/trunk Commit: f453b27fba7b74b4c2ceb74397c1a6d6f32b7f93 Parents: 2486b8c Author: Yusaku Sako <[email protected]> Authored: Tue Apr 5 14:32:59 2016 -0700 Committer: Yusaku Sako <[email protected]> Committed: Tue Apr 5 14:45:56 2016 -0700 ---------------------------------------------------------------------- ambari-admin/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f453b27f/ambari-admin/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-admin/pom.xml b/ambari-admin/pom.xml index a6ef1e3..e057178 100644 --- a/ambari-admin/pom.xml +++ b/ambari-admin/pom.xml @@ -63,8 +63,8 @@ <artifactId>frontend-maven-plugin</artifactId> <version>0.0.16</version> <configuration> - <nodeVersion>v0.10.26</nodeVersion> - <npmVersion>1.4.3</npmVersion> + <nodeVersion>v0.10.44</nodeVersion> + <npmVersion>2.15.0</npmVersion> <workingDirectory>src/main/resources/ui/admin-web/</workingDirectory> </configuration> <executions> @@ -293,4 +293,4 @@ </build> </profile> </profiles> -</project> \ No newline at end of file +</project>
