Skip to content

Commit fb27cdf

Browse files
authored
remove apache stage repo & update notification rule (#232)
1 parent d2b9526 commit fb27cdf

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

.asf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ github:
4646
required_approving_review_count: 2
4747

4848
notifications:
49-
pullrequests_status: dev@hugegraph.apache.org
49+
#pullrequests_status: dev@hugegraph.apache.org
5050
# Note: before use the config, we should ensure the "mail" address has set well (exist)
5151
#pullrequests_comment: issues@hugegraph.apache.org
5252
#issues: issues@hugegraph.apache.org
53-
#discussions: issues@hugegraph.apache.org
53+
discussions: dev@hugegraph.apache.org

pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -526,19 +526,4 @@
526526
</build>
527527
</profile>
528528
</profiles>
529-
530-
<repositories>
531-
<repository>
532-
<id>staged-releases</id>
533-
<name>staged-releases</name>
534-
<url>https://repository.apache.org/content/groups/staging/</url>
535-
<layout>default</layout>
536-
<releases>
537-
<enabled>true</enabled>
538-
</releases>
539-
<snapshots>
540-
<enabled>false</enabled>
541-
</snapshots>
542-
</repository>
543-
</repositories>
544529
</project>

0 commit comments

Comments
 (0)