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-computer.git
The following commit(s) were added to refs/heads/master by this push:
new fb27cdf5 remove apache stage repo & update notification rule (#232)
fb27cdf5 is described below
commit fb27cdf5b25ad61cf2c803c2eb694aa33b64ada9
Author: 青年 <[email protected]>
AuthorDate: Thu Mar 2 10:28:55 2023 +0800
remove apache stage repo & update notification rule (#232)
---
.asf.yaml | 4 ++--
pom.xml | 15 ---------------
2 files changed, 2 insertions(+), 17 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 3449c111..37d208d5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -46,8 +46,8 @@ github:
required_approving_review_count: 2
notifications:
- pullrequests_status: [email protected]
+ #pullrequests_status: [email protected]
# Note: before use the config, we should ensure the "mail" address has set
well (exist)
#pullrequests_comment: [email protected]
#issues: [email protected]
- #discussions: [email protected]
+ discussions: [email protected]
diff --git a/pom.xml b/pom.xml
index a39c6256..028af9b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -526,19 +526,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>