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

nwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new dd76557  Update pom template for Heron artifacts (#3182)
dd76557 is described below

commit dd76557c9907d9cce320b74fb1d968592ecd79e9
Author: Ning Wang <[email protected]>
AuthorDate: Thu Jan 31 22:13:45 2019 -0800

    Update pom template for Heron artifacts (#3182)
    
    * Update pom template for Heron artifacts
    
    * Add license header
    
    * add mailing list entries
---
 .gitignore                                 |  2 +-
 release/maven/heron-no-kryo.template.pom   | 48 +++++++++++++++++++++++++-----
 release/maven/heron-with-kryo.template.pom | 48 +++++++++++++++++++++++++-----
 3 files changed, 83 insertions(+), 15 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6091b53..635f236 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,7 +33,7 @@ tools/jdk/ijar
 
 # Compiled source #
 ###################
-/release
+/release/*.pom
 *.com
 *.class
 *.dll
diff --git a/release/maven/heron-no-kryo.template.pom 
b/release/maven/heron-no-kryo.template.pom
index 2a0c8de..055c1c3 100644
--- a/release/maven/heron-no-kryo.template.pom
+++ b/release/maven/heron-no-kryo.template.pom
@@ -1,4 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
@@ -16,17 +31,36 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/ma
       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     </license>
   </licenses>
+
+  <mailingLists>
+    <mailingList>
+        <name>Heron user mailing list</name>
+        <subscribe>[email protected]</subscribe>
+        <unsubscribe>[email protected]</unsubscribe>
+        <post>[email protected]</post>
+        <archive>http://mail-archives.apache.org/mod_mbox/heron-user/</archive>
+    </mailingList>
+    <mailingList>
+        <name>Heron developer mailing list</name>
+        <subscribe>[email protected]</subscribe>
+        <unsubscribe>[email protected]</unsubscribe>
+        <post>[email protected]</post>
+        <archive>http://mail-archives.apache.org/mod_mbox/heron-dev/</archive>
+    </mailingList>
+  </mailingLists>
+
   <developers>
     <developer>
-      <name>Heron Users</name>
-      <email>[email protected]</email>
-      <organization>Twitter</organization>
-      <organizationUrl>http://www.twitter.com</organizationUrl>
+      <name>Heron Project</name>
+      <email>[email protected]</email>
+      <organization>Apache Software Foundation</organization>
+      <organizationUrl>http://http://apache.org/</organizationUrl>
     </developer>
   </developers>
+
   <scm>
-    <connection>scm:git:[email protected]:twitter/heron.git</connection>
-    
<developerConnection>scm:git:[email protected]:twitter/heron.git</developerConnection>
-    <url>[email protected]:twitter/heron.git</url>
+    <connection>scm:git:[email protected]:apache/incubator-heron.git</connection>
+    
<developerConnection>scm:git:[email protected]:apache/incubator-heron.git</developerConnection>
+    <url>[email protected]:apache/incubator-heron.git</url>
   </scm>
 </project>
diff --git a/release/maven/heron-with-kryo.template.pom 
b/release/maven/heron-with-kryo.template.pom
index 0811df9..d4f250d 100644
--- a/release/maven/heron-with-kryo.template.pom
+++ b/release/maven/heron-with-kryo.template.pom
@@ -1,4 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
@@ -16,6 +31,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/ma
       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     </license>
   </licenses>
+
   <dependencies>
     <dependency>
       <groupId>com.esotericsoftware</groupId>
@@ -24,17 +40,35 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/ma
       <scope>compile</scope>
     </dependency>
   </dependencies>
+
+  <mailingLists>
+    <mailingList>
+        <name>Heron user mailing list</name>
+        <subscribe>[email protected]</subscribe>
+        <unsubscribe>[email protected]</unsubscribe>
+        <post>[email protected]</post>
+        <archive>http://mail-archives.apache.org/mod_mbox/heron-user/</archive>
+    </mailingList>
+    <mailingList>
+        <name>Heron developer mailing list</name>
+        <subscribe>[email protected]</subscribe>
+        <unsubscribe>[email protected]</unsubscribe>
+        <post>[email protected]</post>
+        <archive>http://mail-archives.apache.org/mod_mbox/heron-dev/</archive>
+    </mailingList>
+  </mailingLists>
+
   <developers>
     <developer>
-      <name>Heron Users</name>
-      <email>[email protected]</email>
-      <organization>Twitter</organization>
-      <organizationUrl>http://www.twitter.com</organizationUrl>
+      <name>Heron Project</name>
+      <email>[email protected]</email>
+      <organization>Apache Software Foundation</organization>
+      <organizationUrl>http://http://apache.org/</organizationUrl>
     </developer>
   </developers>
   <scm>
-    <connection>scm:git:[email protected]:twitter/heron.git</connection>
-    
<developerConnection>scm:git:[email protected]:twitter/heron.git</developerConnection>
-    <url>[email protected]:twitter/heron.git</url>
+    <connection>scm:git:[email protected]:apache/incubator-heron.git</connection>
+    
<developerConnection>scm:git:[email protected]:apache/incubator-heron.git</developerConnection>
+    <url>[email protected]:apache/incubator-heron.git</url>
   </scm>
 </project>

Reply via email to