Repository: ambari Updated Branches: refs/heads/trunk 7ee5242c6 -> 2a36fc5ec
AMBARI-18243. WFManager view is broken in trunk builds. (Venkat Ranganathan via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2a36fc5e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2a36fc5e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2a36fc5e Branch: refs/heads/trunk Commit: 2a36fc5ec56c5b697d7c815d3b8147a1e9df41c8 Parents: 7ee5242 Author: Yusaku Sako <[email protected]> Authored: Tue Aug 23 16:05:59 2016 -0700 Committer: Yusaku Sako <[email protected]> Committed: Tue Aug 23 16:05:59 2016 -0700 ---------------------------------------------------------------------- contrib/views/wfmanager/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2a36fc5e/contrib/views/wfmanager/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/wfmanager/pom.xml b/contrib/views/wfmanager/pom.xml index 092bfe3..389dc6c 100644 --- a/contrib/views/wfmanager/pom.xml +++ b/contrib/views/wfmanager/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>org.apache.ambari.contrib.views</groupId> <artifactId>ambari-contrib-views</artifactId> - <version>2.4.0.0.0</version> + <version>2.0.0.0-SNAPSHOT</version> </parent> <dependencies> <dependency> <groupId>org.apache.ambari.contrib.views</groupId> <artifactId>ambari-views-utils</artifactId> - <version>2.4.0.0.0</version> + <version>2.0.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ambari</groupId> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.ambari.contrib.views</groupId> <artifactId>ambari-views-commons</artifactId> - <version>2.4.0.0.0</version> + <version>2.0.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> @@ -157,7 +157,7 @@ <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> - <version>1.0</version> + <version>0.0.16</version> <configuration> <nodeVersion>v0.12.2</nodeVersion> <npmVersion>1.4.8</npmVersion>
