Repository: ambari Updated Branches: refs/heads/trunk aff11a3b5 -> d6fbf4694
AMBARI-5963. fix license header issues. (Giridharan Kesavan via mahadev) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d6fbf469 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d6fbf469 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d6fbf469 Branch: refs/heads/trunk Commit: d6fbf4694483646e6f0511dcb8a1b1e47fd92dcb Parents: aff11a3 Author: Mahadev Konar <[email protected]> Authored: Fri May 30 12:23:07 2014 -0700 Committer: Mahadev Konar <[email protected]> Committed: Fri May 30 12:23:07 2014 -0700 ---------------------------------------------------------------------- ambari-agent/pom.xml | 4 ++-- ambari-client/pom.xml | 4 ++-- ambari-project/pom.xml | 4 ++-- ambari-server/pom.xml | 4 ++-- ambari-views/pom.xml | 4 ++-- ambari-web/pom.xml | 4 ++-- contrib/views/files/pom.xml | 4 ++-- contrib/views/pig/pom.xml | 4 ++-- contrib/views/pom.xml | 2 +- contrib/views/slider/pom.xml | 2 +- pom.xml | 2 ++ 11 files changed, 20 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d6fbf469/ambari-agent/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml index da88261..6aa907c 100644 --- a/ambari-agent/pom.xml +++ b/ambari-agent/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>org.apache.ambari</groupId> <artifactId>ambari-project</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.6.1.100</version> <relativePath>../ambari-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ambari</groupId> <artifactId>ambari-agent</artifactId> <packaging>pom</packaging> - <version>1.3.0-SNAPSHOT</version> + <version>1.6.1.100</version> <name>Ambari Agent</name> <description>Ambari Agent</description> <properties> http://git-wip-us.apache.org/repos/asf/ambari/blob/d6fbf469/ambari-client/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-client/pom.xml b/ambari-client/pom.xml index 038422f..066ee34 100755 --- a/ambari-client/pom.xml +++ b/ambari-client/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>org.apache.ambari</groupId> <artifactId>ambari-project</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.6.1.100</version> <relativePath>../ambari-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ambari</groupId> <artifactId>ambari-client</artifactId> <packaging>pom</packaging> - <version>1.3.0-SNAPSHOT</version> + <version>1.6.1.100</version> <name>Ambari Client</name> <description>Ambari Python client</description> <properties> http://git-wip-us.apache.org/repos/asf/ambari/blob/d6fbf469/ambari-project/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml index 4f9e9db..86cd1c6 100644 --- a/ambari-project/pom.xml +++ b/ambari-project/pom.xml @@ -17,11 +17,11 @@ <parent> <groupId>org.apache.ambari</groupId> <artifactId>ambari</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.6.1.100</version> </parent> <groupId>org.apache.ambari</groupId> <artifactId>ambari-project</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.6.1.100</version> <description>Apache Ambari Project POM</description> <name>Apache Ambari Project POM</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/ambari/blob/d6fbf469/ambari-server/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index 608c021..c7b65b8 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.ambari</groupId> <artifactId>ambari-project</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.6.1.100</version> <relativePath>../ambari-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -20,7 +20,7 @@ <artifactId>ambari-server</artifactId> <packaging>jar</packaging> <name>Ambari Server</name> - <version>1.3.0-SNAPSHOT</version> + <version>1.6.1.100</version> <description>Ambari Server</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> http://git-wip-us.apache.org/repos/asf/ambari/blob/d6fbf469/ambari-views/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/pom.xml b/ambari-views/pom.xml index e4fcb4a..aca91c8 100644 --- a/ambari-views/pom.xml +++ b/ambari-views/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.ambari</groupId> <artifactId>ambari-project</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.6.1.100</version> <relativePath>../ambari-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -28,7 +28,7 @@ <artifactId>ambari-views</artifactId> <packaging>jar</packaging> <name>Ambari Views</name> - <version>1.3.0-SNAPSHOT</version> + <version>1.6.1.100</version> <description>Ambari View interfaces.</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/ambari/blob/d6fbf469/ambari-web/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml index 5396d5e..8237d21 100644 --- a/ambari-web/pom.xml +++ b/ambari-web/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.ambari</groupId> <artifactId>ambari-project</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.6.1.100</version> <relativePath>../ambari-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -27,7 +27,7 @@ <artifactId>ambari-web</artifactId> <packaging>pom</packaging> <name>Ambari Web</name> - <version>1.3.0-SNAPSHOT</version> + <version>1.6.1.100</version> <description>Ambari Web</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> http://git-wip-us.apache.org/repos/asf/ambari/blob/d6fbf469/contrib/views/files/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/files/pom.xml b/contrib/views/files/pom.xml index 7a243a6..04c53cb 100644 --- a/contrib/views/files/pom.xml +++ b/contrib/views/files/pom.xml @@ -19,13 +19,13 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ambari.view</groupId> <artifactId>files</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>1.6.1.100</version> <name>Files</name> <parent> <groupId>org.apache.ambari.views</groupId> <artifactId>ambari-contrib-views</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>1.6.1.100</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/ambari/blob/d6fbf469/contrib/views/pig/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/pig/pom.xml b/contrib/views/pig/pom.xml index f8ffc04..11ecfe1 100644 --- a/contrib/views/pig/pom.xml +++ b/contrib/views/pig/pom.xml @@ -19,13 +19,13 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ambari.view</groupId> <artifactId>pig</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>1.6.1.100</version> <name>Pig</name> <parent> <groupId>org.apache.ambari.views</groupId> <artifactId>ambari-contrib-views</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>1.6.1.100</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/ambari/blob/d6fbf469/contrib/views/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/pom.xml b/contrib/views/pom.xml index ac3b3c0..86a4b2e 100644 --- a/contrib/views/pom.xml +++ b/contrib/views/pom.xml @@ -20,7 +20,7 @@ <groupId>org.apache.ambari.views</groupId> <artifactId>ambari-contrib-views</artifactId> <packaging>pom</packaging> - <version>0.1.0-SNAPSHOT</version> + <version>1.6.1.100</version> <name>Ambari Contrib Views</name> <modules> <module>files</module> http://git-wip-us.apache.org/repos/asf/ambari/blob/d6fbf469/contrib/views/slider/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/slider/pom.xml b/contrib/views/slider/pom.xml index a4e2539..2458a42 100644 --- a/contrib/views/slider/pom.xml +++ b/contrib/views/slider/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.ambari.views</groupId> <artifactId>ambari-contrib-views</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>1.6.1.100</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/ambari/blob/d6fbf469/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 932e116..842a008 100644 --- a/pom.xml +++ b/pom.xml @@ -170,6 +170,8 @@ <exclude>**/*.svg</exclude> <exclude>derby.log</exclude> <exclude>CHANGES.txt</exclude> + <exclude>**/repo_*.j2</exclude> + <exclude>**/ambari-log4j.spec</exclude> <exclude>pass.txt</exclude> <exclude>contrib/addons/test/dataServices/jmx/data/cluster_configuration.json.nohbase</exclude> <exclude>contrib/ambari-scom/msi/src/GUI_Ambari.sln</exclude>
