Repository: ambari Updated Branches: refs/heads/branch-2.5 f5f811970 -> 0c9e3a75b
AMBARI-20230. Pom.xml change in Workflow manager to fix the version of front end plugin to make it compatible with the maven version used in ambari (Venkata Sairam via pallavkul) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0c9e3a75 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0c9e3a75 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0c9e3a75 Branch: refs/heads/branch-2.5 Commit: 0c9e3a75b54fa73782b34cd6c12cbd69cdb13488 Parents: f5f8119 Author: pallavkul <[email protected]> Authored: Tue Feb 28 22:28:48 2017 +0530 Committer: pallavkul <[email protected]> Committed: Tue Feb 28 22:35:20 2017 +0530 ---------------------------------------------------------------------- contrib/views/wfmanager/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0c9e3a75/contrib/views/wfmanager/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/wfmanager/pom.xml b/contrib/views/wfmanager/pom.xml index 6d0776b..8351eb0 100644 --- a/contrib/views/wfmanager/pom.xml +++ b/contrib/views/wfmanager/pom.xml @@ -158,7 +158,7 @@ <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> - <version>1.0</version> + <version>0.0.16</version> <configuration> <nodeVersion>v4.5.0</nodeVersion> <npmVersion>2.15.0</npmVersion>
