You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by zh...@apache.org on 2021/12/22 09:51:15 UTC

[rocketmq-streams] branch main updated: complete main pom asf config

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

zhoubo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git


The following commit(s) were added to refs/heads/main by this push:
     new 43fd615  complete main pom asf config
43fd615 is described below

commit 43fd6155088517160597f361b9aeb02b81466c1a
Author: odbozhou <87...@qq.com>
AuthorDate: Wed Dec 22 17:51:03 2021 +0800

    complete main pom asf config
---
 pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/pom.xml b/pom.xml
index ca40045..2fc1505 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,56 @@
     <packaging>pom</packaging>
     <url>https://rocketmq.apache.org/</url>
 
+
+    <scm>
+        <url>git@github.com:apache/rocketmq-streams.git</url>
+        <connection>scm:git:git@github.com:apache/rocketmq-streams.git</connection>
+        <developerConnection>scm:git:git@github.com:apache/rocketmq-streams.git</developerConnection>
+        <tag>1.0.0-Preview</tag>
+    </scm>
+
+    <mailingLists>
+        <mailingList>
+            <name>Development List</name>
+            <subscribe>dev-subscribe@rocketmq.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@rocketmq.apache.org</unsubscribe>
+            <post>dev@rocketmq.apache.org</post>
+        </mailingList>
+        <mailingList>
+            <name>User List</name>
+            <subscribe>users-subscribe@rocketmq.apache.org</subscribe>
+            <unsubscribe>users-unsubscribe@rocketmq.apache.org</unsubscribe>
+            <post>users@rocketmq.apache.org</post>
+        </mailingList>
+        <mailingList>
+            <name>Commits List</name>
+            <subscribe>commits-subscribe@rocketmq.apache.org</subscribe>
+            <unsubscribe>commits-unsubscribe@rocketmq.apache.org</unsubscribe>
+            <post>commits@rocketmq.apache.org</post>
+        </mailingList>
+    </mailingLists>
+
+    <developers>
+        <developer>
+            <id>Apache RocketMQ</id>
+            <name>Apache RocketMQ of ASF</name>
+            <url>https://rocketmq.apache.org/</url>
+        </developer>
+    </developers>
+
+    <organization>
+        <name>Apache Software Foundation</name>
+        <url>http://www.apache.org</url>
+    </organization>
+
+    <licenses>
+        <license>
+            <name>Apache License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
     <modules>
         <module>rocketmq-streams-commons</module>
         <module>rocketmq-streams-dim</module>