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

git commit: Revert "AMBARI-5963. fix license header issues. (Giridharan Kesavan via mahadev)"

Repository: ambari
Updated Branches:
  refs/heads/trunk 1ec095842 -> 3261074f8


Revert "AMBARI-5963. fix license header issues. (Giridharan Kesavan via mahadev)"

This reverts commit d6fbf4694483646e6f0511dcb8a1b1e47fd92dcb.


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

Branch: refs/heads/trunk
Commit: 3261074f8fd72941433737ee9daa3c18c953df44
Parents: 1ec0958
Author: Mahadev Konar <ma...@apache.org>
Authored: Fri May 30 14:15:54 2014 -0700
Committer: Mahadev Konar <ma...@apache.org>
Committed: Fri May 30 14:16: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, 18 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/3261074f/ambari-agent/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index 6aa907c..da88261 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.6.1.100</version>
+    <version>1.3.0-SNAPSHOT</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.6.1.100</version>
+  <version>1.3.0-SNAPSHOT</version>
   <name>Ambari Agent</name>
   <description>Ambari Agent</description>
   <properties>

http://git-wip-us.apache.org/repos/asf/ambari/blob/3261074f/ambari-client/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-client/pom.xml b/ambari-client/pom.xml
index 066ee34..038422f 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.6.1.100</version>
+    <version>1.3.0-SNAPSHOT</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.6.1.100</version>
+  <version>1.3.0-SNAPSHOT</version>
   <name>Ambari Client</name>
   <description>Ambari Python client</description>
   <properties>

http://git-wip-us.apache.org/repos/asf/ambari/blob/3261074f/ambari-project/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index 86cd1c6..4f9e9db 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.6.1.100</version>
+    <version>1.3.0-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.ambari</groupId>
   <artifactId>ambari-project</artifactId>
-  <version>1.6.1.100</version>
+  <version>1.3.0-SNAPSHOT</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/3261074f/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index c7b65b8..608c021 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.6.1.100</version>
+    <version>1.3.0-SNAPSHOT</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.6.1.100</version>
+  <version>1.3.0-SNAPSHOT</version>
   <description>Ambari Server</description>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

http://git-wip-us.apache.org/repos/asf/ambari/blob/3261074f/ambari-views/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-views/pom.xml b/ambari-views/pom.xml
index aca91c8..e4fcb4a 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.6.1.100</version>
+        <version>1.3.0-SNAPSHOT</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.6.1.100</version>
+    <version>1.3.0-SNAPSHOT</version>
     <description>Ambari View interfaces.</description>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/ambari/blob/3261074f/ambari-web/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml
index 8237d21..5396d5e 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.6.1.100</version>
+    <version>1.3.0-SNAPSHOT</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.6.1.100</version>
+  <version>1.3.0-SNAPSHOT</version>
   <description>Ambari Web</description>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

http://git-wip-us.apache.org/repos/asf/ambari/blob/3261074f/contrib/views/files/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/files/pom.xml b/contrib/views/files/pom.xml
index 04c53cb..7a243a6 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>1.6.1.100</version>
+    <version>0.1.0-SNAPSHOT</version>
     <name>Files</name>
     
     <parent>
         <groupId>org.apache.ambari.views</groupId>
         <artifactId>ambari-contrib-views</artifactId>
-        <version>1.6.1.100</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
     
     <dependencies>

http://git-wip-us.apache.org/repos/asf/ambari/blob/3261074f/contrib/views/pig/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/pig/pom.xml b/contrib/views/pig/pom.xml
index 11ecfe1..f8ffc04 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>1.6.1.100</version>
+  <version>0.1.0-SNAPSHOT</version>
   <name>Pig</name>
 
   <parent>
     <groupId>org.apache.ambari.views</groupId>
     <artifactId>ambari-contrib-views</artifactId>
-    <version>1.6.1.100</version>
+    <version>0.1.0-SNAPSHOT</version>
   </parent>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/ambari/blob/3261074f/contrib/views/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/pom.xml b/contrib/views/pom.xml
index 86a4b2e..ac3b3c0 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>1.6.1.100</version>
+  <version>0.1.0-SNAPSHOT</version>
   <name>Ambari Contrib Views</name>
   <modules>
     <module>files</module>

http://git-wip-us.apache.org/repos/asf/ambari/blob/3261074f/contrib/views/slider/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/slider/pom.xml b/contrib/views/slider/pom.xml
index 2458a42..a4e2539 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>1.6.1.100</version>
+		<version>0.1.0-SNAPSHOT</version>
 	</parent>
 
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/ambari/blob/3261074f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 842a008..932e116 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,8 +170,6 @@
             <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>