Repository: ambari Updated Branches: refs/heads/trunk 377776813 -> eebca68f7
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/eebca68f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/eebca68f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/eebca68f Branch: refs/heads/trunk Commit: eebca68f7f96714d7e0bf160bb789256b1612a18 Parents: 3777768 Author: pallavkul <[email protected]> Authored: Tue Feb 28 22:28:48 2017 +0530 Committer: pallavkul <[email protected]> Committed: Tue Feb 28 22:28:48 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/eebca68f/contrib/views/wfmanager/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/wfmanager/pom.xml b/contrib/views/wfmanager/pom.xml index 6f0b848..564a82d 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.1</version> + <version>0.0.16</version> <configuration> <nodeVersion>v4.5.0</nodeVersion> <npmVersion>2.15.0</npmVersion>
