You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2023/03/16 05:16:45 UTC

[incubator-hugegraph] branch master updated: chore: remove stage-repo in pom due to release done & update mail rule (#2128)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9e4fb9647 chore: remove stage-repo in pom due to release done & update mail rule (#2128)
9e4fb9647 is described below

commit 9e4fb9647e76d8967c89056a33efa7d806bdd4de
Author: zoulei <10...@qq.com>
AuthorDate: Thu Mar 16 13:16:38 2023 +0800

    chore: remove stage-repo in pom due to release done & update mail rule (#2128)
    
    * add new issues mailbox and move some mails to it
    
    ---------
    
    Co-authored-by: imbajin <ji...@apache.org>
---
 .asf.yaml | 12 +++++++-----
 pom.xml   | 15 ---------------
 2 files changed, 7 insertions(+), 20 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 12886b973..bb280a82a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -48,10 +48,12 @@ github:
         require_code_owner_reviews: false
         required_approving_review_count: 2
 
+# refer https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Notificationsettingsforrepositories
 notifications:
+  # use https://selfserve.apache.org to manage it
   pullrequests_status: dev@hugegraph.apache.org
-  # before use the config, we should ensure the "mail" address has set well (exist)
-  #pullrequests_comment: issues@hugegraph.apache.org
-  #issues: issues@hugegraph.apache.org
-  #discussions: issues@hugegraph.apache.org
-  
+  discussions: dev@hugegraph.apache.org
+  pullrequests_comment: issues@hugegraph.apache.org
+  issues: issues@hugegraph.apache.org
+  # TODO: Send depandabot PRs to xx@ instead
+  # pullrequests_bot_dependabot: issues@hugegraph.apache.org
diff --git a/pom.xml b/pom.xml
index 7e52c0c42..8679c83dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -668,19 +668,4 @@
             </build>
         </profile>
     </profiles>
-
-    <repositories>
-        <repository>
-            <id>staged-releases</id>
-            <name>staged-releases</name>
-            <url>https://repository.apache.org/content/groups/staging/</url>
-            <layout>default</layout>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
 </project>