You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by tb...@apache.org on 2014/05/12 17:20:43 UTC

git commit: AMBARI-5732 - Views: Pig and File Views need to be built and packaged as part of Ambari - 2

Repository: ambari
Updated Branches:
  refs/heads/trunk c4bb5bcbf -> a41198d50


AMBARI-5732 - Views: Pig and File Views need to be built and packaged as part of Ambari - 2


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a41198d5
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a41198d5
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a41198d5

Branch: refs/heads/trunk
Commit: a41198d502738e1bb158aeb96314d33baa4a37e4
Parents: c4bb5bc
Author: tbeerbower <tb...@hortonworks.com>
Authored: Mon May 12 11:19:50 2014 -0400
Committer: tbeerbower <tb...@hortonworks.com>
Committed: Mon May 12 11:20:04 2014 -0400

----------------------------------------------------------------------
 contrib/views/files/pom.xml | 2 +-
 contrib/views/pig/pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a41198d5/contrib/views/files/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/files/pom.xml b/contrib/views/files/pom.xml
index dec1f8c..4747109 100644
--- a/contrib/views/files/pom.xml
+++ b/contrib/views/files/pom.xml
@@ -24,7 +24,7 @@
     
     <parent>
         <groupId>org.apache.ambari.views</groupId>
-        <artifactId>ambari-views</artifactId>
+        <artifactId>ambari-contrib-views</artifactId>
         <version>0.1.0-SNAPSHOT</version>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/ambari/blob/a41198d5/contrib/views/pig/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/pig/pom.xml b/contrib/views/pig/pom.xml
index 13dbff0..aa844f9 100644
--- a/contrib/views/pig/pom.xml
+++ b/contrib/views/pig/pom.xml
@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.apache.ambari.views</groupId>
-    <artifactId>ambari-views</artifactId>
+    <artifactId>ambari-contrib-views</artifactId>
     <version>0.1.0-SNAPSHOT</version>
   </parent>