AlbumenJ commented on issue #10167:
URL: https://github.com/apache/dubbo/issues/10167#issuecomment-1168645220

   snapshot 版本最好通过 apache 的 snapshot 仓库直接依赖
   
   参考配置
   ```xml
     <distributionManagement>
       <repository>
         <id>apache.releases.https</id>
         <name>Apache Release Distribution Repository</name>
         
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
       </repository>
       <snapshotRepository>
         <id>apache.snapshots.https</id>
         <name>Apache Development Snapshot Repository</name>
         <url>https://repository.apache.org/content/repositories/snapshots</url>
       </snapshotRepository>
     </distributionManagement>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to