You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2022/11/09 22:33:09 UTC

[helix] branch master updated: Add license and organization fields in pom file (#2268)

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

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new f768b56a1 Add license and organization fields in pom file (#2268)
f768b56a1 is described below

commit f768b56a1b194ca1afe70e4c8f83fc8715b76c71
Author: Qi (Quincy) Qu <qq...@linkedin.com>
AuthorDate: Wed Nov 9 14:33:03 2022 -0800

    Add license and organization fields in pom file (#2268)
    
    Add license and organization fields in pom file to be compliant with open source convention and work with maven tooling.
---
 helix-admin-webapp/pom.xml                   | 13 +++++++++++++
 helix-agent/pom.xml                          | 13 +++++++++++++
 helix-common/pom.xml                         | 13 +++++++++++++
 helix-core/pom.xml                           | 13 +++++++++++++
 helix-front/pom.xml                          | 13 +++++++++++++
 helix-lock/pom.xml                           | 13 +++++++++++++
 helix-rest/pom.xml                           | 13 +++++++++++++
 helix-view-aggregator/pom.xml                | 13 +++++++++++++
 metadata-store-directory-common/pom.xml      | 13 +++++++++++++
 metrics-common/pom.xml                       | 13 +++++++++++++
 pom.xml                                      | 13 +++++++++++++
 recipes/distributed-lock-manager/pom.xml     | 13 +++++++++++++
 recipes/pom.xml                              | 13 +++++++++++++
 recipes/rabbitmq-consumer-group/pom.xml      | 13 +++++++++++++
 recipes/rsync-replicated-file-system/pom.xml | 13 +++++++++++++
 recipes/service-discovery/pom.xml            | 13 +++++++++++++
 recipes/task-execution/pom.xml               | 13 +++++++++++++
 website/0.9.9/pom.xml                        | 13 +++++++++++++
 website/1.0.2/pom.xml                        | 13 +++++++++++++
 website/1.0.4/pom.xml                        | 13 +++++++++++++
 website/pom.xml                              | 13 +++++++++++++
 zookeeper-api/pom.xml                        | 13 +++++++++++++
 22 files changed, 286 insertions(+)

diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index 5bff8a459..074b34881 100644
--- a/helix-admin-webapp/pom.xml
+++ b/helix-admin-webapp/pom.xml
@@ -29,6 +29,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: Admin Webapp</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
     <osgi.import>
diff --git a/helix-agent/pom.xml b/helix-agent/pom.xml
index 61f5bde53..c5b1afe0c 100644
--- a/helix-agent/pom.xml
+++ b/helix-agent/pom.xml
@@ -28,6 +28,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: HelixAgent</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
     <osgi.import>
diff --git a/helix-common/pom.xml b/helix-common/pom.xml
index 959e7138e..c111dfe65 100644
--- a/helix-common/pom.xml
+++ b/helix-common/pom.xml
@@ -29,6 +29,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: Helix Common</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
     <osgi.import>
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index f1b8888d5..157a817b8 100755
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -30,6 +30,19 @@
 
   <name>Apache Helix :: Core</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
     <osgi.import>
diff --git a/helix-front/pom.xml b/helix-front/pom.xml
index cfce75819..41856694d 100644
--- a/helix-front/pom.xml
+++ b/helix-front/pom.xml
@@ -29,6 +29,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: Front End</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
   </properties>
diff --git a/helix-lock/pom.xml b/helix-lock/pom.xml
index 592aeb351..20eb51fd6 100644
--- a/helix-lock/pom.xml
+++ b/helix-lock/pom.xml
@@ -29,6 +29,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: Distributed Lock</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
     <osgi.import>
diff --git a/helix-rest/pom.xml b/helix-rest/pom.xml
index 0ddeaee84..3e6af7dfe 100644
--- a/helix-rest/pom.xml
+++ b/helix-rest/pom.xml
@@ -29,6 +29,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: Restful Interface</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
     <osgi.import>
diff --git a/helix-view-aggregator/pom.xml b/helix-view-aggregator/pom.xml
index 6eb91e8c8..60aa9f264 100644
--- a/helix-view-aggregator/pom.xml
+++ b/helix-view-aggregator/pom.xml
@@ -29,6 +29,19 @@ under the License.
   <packaging>bundle</packaging>
   <name>Apache Helix :: View Aggregator</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
     <osgi.import>
diff --git a/metadata-store-directory-common/pom.xml b/metadata-store-directory-common/pom.xml
index 8eb84f6bd..2171b624f 100644
--- a/metadata-store-directory-common/pom.xml
+++ b/metadata-store-directory-common/pom.xml
@@ -29,6 +29,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: Metadata Store Directory Common</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
     <osgi.import>
diff --git a/metrics-common/pom.xml b/metrics-common/pom.xml
index 1c8757fb6..fada51ad9 100644
--- a/metrics-common/pom.xml
+++ b/metrics-common/pom.xml
@@ -29,6 +29,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: Metrics Common</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
     <osgi.import>
diff --git a/pom.xml b/pom.xml
index ff2950dfa..b18416cee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,19 @@
     distributed resources hosted on a cluster of nodes.
   </description>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <url>http://helix.apache.org</url>
   <developers>
     <developer>
diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml
index 174b908a2..ecb1acf34 100644
--- a/recipes/distributed-lock-manager/pom.xml
+++ b/recipes/distributed-lock-manager/pom.xml
@@ -30,6 +30,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: Recipes :: distributed lock manager</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
     <osgi.import>
diff --git a/recipes/pom.xml b/recipes/pom.xml
index 21c0c301f..97ce5aff5 100644
--- a/recipes/pom.xml
+++ b/recipes/pom.xml
@@ -29,6 +29,19 @@
   <packaging>pom</packaging>
   <name>Apache Helix :: Recipes</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
   </properties>
diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml
index a34e071d2..bd9db6607 100644
--- a/recipes/rabbitmq-consumer-group/pom.xml
+++ b/recipes/rabbitmq-consumer-group/pom.xml
@@ -31,6 +31,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: Recipes :: Rabbitmq Consumer Group</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
     <osgi.import>
diff --git a/recipes/rsync-replicated-file-system/pom.xml b/recipes/rsync-replicated-file-system/pom.xml
index 21586cf0d..5475079c9 100644
--- a/recipes/rsync-replicated-file-system/pom.xml
+++ b/recipes/rsync-replicated-file-system/pom.xml
@@ -30,6 +30,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: Recipes :: Rsync Replicated File Store</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
     <osgi.import>
diff --git a/recipes/service-discovery/pom.xml b/recipes/service-discovery/pom.xml
index 7d7a5806b..0da95e8f7 100644
--- a/recipes/service-discovery/pom.xml
+++ b/recipes/service-discovery/pom.xml
@@ -30,6 +30,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: Recipes :: service discovery</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
     <osgi.import>
diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml
index 59019b07c..85af2b697 100644
--- a/recipes/task-execution/pom.xml
+++ b/recipes/task-execution/pom.xml
@@ -30,6 +30,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: Recipes :: distributed task execution</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
   </properties>
diff --git a/website/0.9.9/pom.xml b/website/0.9.9/pom.xml
index 013112a68..e179c5fdd 100644
--- a/website/0.9.9/pom.xml
+++ b/website/0.9.9/pom.xml
@@ -30,6 +30,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: Website :: 0.9.9</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
   </properties>
diff --git a/website/1.0.2/pom.xml b/website/1.0.2/pom.xml
index 283e332ed..7cb9078a9 100644
--- a/website/1.0.2/pom.xml
+++ b/website/1.0.2/pom.xml
@@ -34,6 +34,19 @@
     <revision>1.0.5-SNAPSHOT</revision>
   </properties>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <dependencies>
     <dependency>
       <groupId>org.testng</groupId>
diff --git a/website/1.0.4/pom.xml b/website/1.0.4/pom.xml
index d2e02af04..73ba93e39 100644
--- a/website/1.0.4/pom.xml
+++ b/website/1.0.4/pom.xml
@@ -30,6 +30,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: Website :: 1.0.4</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
   </properties>
diff --git a/website/pom.xml b/website/pom.xml
index 5bf2cbf29..443283c90 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -31,6 +31,19 @@
 
   <url>https://helix.apache.org</url>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <modules>
     <module>0.9.9</module>
     <module>1.0.2</module>
diff --git a/zookeeper-api/pom.xml b/zookeeper-api/pom.xml
index 8dde9d7b6..a1d26bffa 100644
--- a/zookeeper-api/pom.xml
+++ b/zookeeper-api/pom.xml
@@ -29,6 +29,19 @@
   <packaging>bundle</packaging>
   <name>Apache Helix :: ZooKeeper API</name>
 
+  <licenses>
+    <license>
+      <name>Apache 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>
+
   <properties>
     <revision>1.0.5-SNAPSHOT</revision>
     <osgi.import>