Repository: ambari Updated Branches: refs/heads/branch-1.6.0 9df6ed67d -> ee7a0a03c
AMBARI-5785. Views: Pig and Files view versions should be 0.1.0 throughout. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ee7a0a03 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ee7a0a03 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ee7a0a03 Branch: refs/heads/branch-1.6.0 Commit: ee7a0a03c74cf6513d70fdc16e0fc9d9c2462072 Parents: 9df6ed6 Author: Jaimin Jetly <[email protected]> Authored: Thu May 15 16:53:35 2014 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Thu May 15 16:53:35 2014 -0700 ---------------------------------------------------------------------- contrib/views/files/pom.xml | 2 +- contrib/views/pig/pom.xml | 2 +- contrib/views/pig/src/main/resources/view.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ee7a0a03/contrib/views/files/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/files/pom.xml b/contrib/views/files/pom.xml index dc92976..7f53258 100644 --- a/contrib/views/files/pom.xml +++ b/contrib/views/files/pom.xml @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ambari.view</groupId> <artifactId>files</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> <name>Files</name> <parent> http://git-wip-us.apache.org/repos/asf/ambari/blob/ee7a0a03/contrib/views/pig/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/pig/pom.xml b/contrib/views/pig/pom.xml index 167fe32..9404d44 100644 --- a/contrib/views/pig/pom.xml +++ b/contrib/views/pig/pom.xml @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ambari.view</groupId> <artifactId>pig</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> <name>Pig</name> <parent> http://git-wip-us.apache.org/repos/asf/ambari/blob/ee7a0a03/contrib/views/pig/src/main/resources/view.xml ---------------------------------------------------------------------- diff --git a/contrib/views/pig/src/main/resources/view.xml b/contrib/views/pig/src/main/resources/view.xml index dd10198..f6c6c30 100644 --- a/contrib/views/pig/src/main/resources/view.xml +++ b/contrib/views/pig/src/main/resources/view.xml @@ -17,7 +17,7 @@ <view> <name>PIG</name> <label>Pig</label> - <version>1.0.0</version> + <version>0.1.0</version> <!-- HDFS parameters --> <parameter>
