You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/05/04 12:47:36 UTC

[ambari] branch trunk updated: AMBARI-23761. Add organization / license data to ambari-infra and ambari-logsearch. (#1177)

This is an automated email from the ASF dual-hosted git repository.

oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f6fbad8  AMBARI-23761. Add organization / license data to ambari-infra and ambari-logsearch. (#1177)
f6fbad8 is described below

commit f6fbad8c79b24f321a224320df31ead500608dd6
Author: Olivér Szabó <ol...@gmail.com>
AuthorDate: Fri May 4 14:47:33 2018 +0200

    AMBARI-23761. Add organization / license data to ambari-infra and ambari-logsearch. (#1177)
---
 ambari-infra/pom.xml     | 16 ++++++++++++++++
 ambari-logsearch/pom.xml | 17 +++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/ambari-infra/pom.xml b/ambari-infra/pom.xml
index d0ec17c..50abd0e 100644
--- a/ambari-infra/pom.xml
+++ b/ambari-infra/pom.xml
@@ -37,6 +37,22 @@
     <skipSurefireTests>false</skipSurefireTests>
   </properties>
 
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
+  <issueManagement>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/AMBARI</url>
+  </issueManagement>
+
   <repositories>
     <repository>
       <id>apache-hadoop</id>
diff --git a/ambari-logsearch/pom.xml b/ambari-logsearch/pom.xml
index d03d290..397ca92 100644
--- a/ambari-logsearch/pom.xml
+++ b/ambari-logsearch/pom.xml
@@ -50,6 +50,23 @@
     <surefire.argLine>-Xmx1024m -Xms512m</surefire.argLine>
     <skipSurefireTests>false</skipSurefireTests>
   </properties>
+
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
+  <issueManagement>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/AMBARI</url>
+  </issueManagement>
+
   <repositories>
     <repository>
       <id>apache-hadoop</id>

-- 
To stop receiving notification emails like this one, please contact
oleewere@apache.org.