You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2015/03/18 01:35:15 UTC

ambari git commit: AMBARI-10112. Build all ambari-views/examples properly. (yusaku)

Repository: ambari
Updated Branches:
  refs/heads/trunk f751bfa6a -> 709ad140e


AMBARI-10112. Build all ambari-views/examples properly. (yusaku)


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

Branch: refs/heads/trunk
Commit: 709ad140e2b9870dff41b0d49e8c76c2fc5111ac
Parents: f751bfa
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Tue Mar 17 17:06:39 2015 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Tue Mar 17 17:06:39 2015 -0700

----------------------------------------------------------------------
 ambari-views/examples/pom.xml                         | 3 +++
 ambari-views/examples/property-validator-view/pom.xml | 4 ++--
 ambari-views/examples/property-view/pom.xml           | 4 ++--
 ambari-views/examples/simple-view/pom.xml             | 4 ++--
 4 files changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/709ad140/ambari-views/examples/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-views/examples/pom.xml b/ambari-views/examples/pom.xml
index 4751093..5bc4fb5 100644
--- a/ambari-views/examples/pom.xml
+++ b/ambari-views/examples/pom.xml
@@ -36,6 +36,9 @@
     <module>calculator-view</module>
     <module>weather-view</module>
     <module>restricted-view</module>
+    <module>simple-view</module>
+    <module>property-view</module>
+    <module>property-validator-view</module>
   </modules>
   <properties>
     <ambari.dir>${project.parent.parent.basedir}</ambari.dir>

http://git-wip-us.apache.org/repos/asf/ambari/blob/709ad140/ambari-views/examples/property-validator-view/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-views/examples/property-validator-view/pom.xml b/ambari-views/examples/property-validator-view/pom.xml
index 87f08cc..cb529d7 100644
--- a/ambari-views/examples/property-validator-view/pom.xml
+++ b/ambari-views/examples/property-validator-view/pom.xml
@@ -23,7 +23,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>property-validator-view</artifactId>
-  <version>0.1.0</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Ambari Property Validator View</name>
   <url>http://maven.apache.org</url>
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>org.apache.ambari</groupId>
       <artifactId>ambari-views</artifactId>
-      <version>[1.7.0.0,)</version>
+      <version>2.0.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>com.sun.jersey</groupId>

http://git-wip-us.apache.org/repos/asf/ambari/blob/709ad140/ambari-views/examples/property-view/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-views/examples/property-view/pom.xml b/ambari-views/examples/property-view/pom.xml
index 3194227..b50cb69 100644
--- a/ambari-views/examples/property-view/pom.xml
+++ b/ambari-views/examples/property-view/pom.xml
@@ -19,11 +19,11 @@
   <parent>
     <groupId>org.apache.ambari</groupId>
     <artifactId>ambari-view-examples</artifactId>
-    <version>1.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>property-view</artifactId>
-  <version>0.1.0</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Ambari Property View</name>
   <url>http://maven.apache.org</url>

http://git-wip-us.apache.org/repos/asf/ambari/blob/709ad140/ambari-views/examples/simple-view/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-views/examples/simple-view/pom.xml b/ambari-views/examples/simple-view/pom.xml
index 83df882..b1d221e 100644
--- a/ambari-views/examples/simple-view/pom.xml
+++ b/ambari-views/examples/simple-view/pom.xml
@@ -19,11 +19,11 @@
   <parent>
     <groupId>org.apache.ambari</groupId>
     <artifactId>ambari-view-examples</artifactId>
-    <version>1.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>simple-view</artifactId>
-  <version>0.1.0</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Ambari Simple View</name>
   <url>http://maven.apache.org</url>