This is an automated email from the ASF dual-hosted git repository. aaronai pushed a commit to branch java in repository https://gitbox.apache.org/repos/asf/rocketmq-apis.git
commit 6ccc5452d562e79a724d2cdafe297cf6b2c4f8fc Author: 凌楚 <[email protected]> AuthorDate: Fri Jul 15 11:14:37 2022 +0800 Delete distribution management --- pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pom.xml b/pom.xml index a87fd66..a84523c 100644 --- a/pom.xml +++ b/pom.xml @@ -52,15 +52,6 @@ </dependencies> <distributionManagement> -<!-- <repository>--> -<!-- <id>releases</id>--> -<!-- <url>http://mvnrepo.alibaba-inc.com/mvn/releases</url>--> -<!-- </repository>--> -<!-- <snapshotRepository>--> -<!-- <id>snapshots</id>--> -<!-- <url>http://mvnrepo.alibaba-inc.com/mvn/snapshots</url>--> -<!-- </snapshotRepository>--> - <snapshotRepository> <id>apache.snapshots.https</id> <url>https://repository.apache.org/content/repositories/snapshots</url>
