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 667edc817c830dba209ff5553fce2a053bee441b Author: 凌楚 <[email protected]> AuthorDate: Thu May 5 16:23:45 2022 +0800 Apply IDL update --- pom.xml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 63857a4..556a464 100644 --- a/pom.xml +++ b/pom.xml @@ -51,14 +51,23 @@ </dependencies> <distributionManagement> - <repository> - <id>releases</id> - <url>http://mvnrepo.alibaba-inc.com/mvn/releases</url> - </repository> +<!-- <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>snapshots</id> - <url>http://mvnrepo.alibaba-inc.com/mvn/snapshots</url> + <id>apache.snapshots.https</id> + <url>https://repository.apache.org/content/repositories/snapshots</url> </snapshotRepository> + <repository> + <id>apache.staging.https</id> + <url>https://repository.apache.org/service/local/staging/deploy/maven2/</url> + </repository> </distributionManagement> <profiles>
