You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/06/16 01:39:31 UTC

[GitHub] [dubbo] cdfive opened a new issue, #10167: Dubbo dubbo-registry-api 3.0.8-SNAPSHOT在阿里云maven仓库里找不到

cdfive opened a new issue, #10167:
URL: https://github.com/apache/dubbo/issues/10167

   https://github.com/apache/dubbo-spi-extensions
   master分支里面依赖的dubbo-registry-api、dubbo-common版本是3.0.8-SNAPSHOT,
   在阿里云maven仓库里没有该版本的jar
   ![image](https://user-images.githubusercontent.com/31885791/173972145-96887743-c9d6-456b-9976-cec1557cfa75.png)
   
   请问dubbo的哪个分支对应3.0.8-SNAPSHOT,哪个分支分支对应3.0.8呢,在远程分支里没有找到。
   尝试下载了3.0.8的source压缩把,dubbo-dubbo-3.0.8.zip,把里面revision由3.0.8改为了3.0.8-SNAPSHOT
   mvn install报错如下:
   ```
   [ERROR] Non-resolvable import POM: org.apache.dubbo:dubbo-dependencies-bom:pom:3.0.8-SNAPSHOT was not found in http://maven.aliyun.com/nexus/content/groups/public 
   ```
   
   想获取或者生成dubbo-registry-api 3.0.8-SNAPSHOT版本的jar,请问有什么方法呢
   
   BTW,dubbo-admin里面依赖的dubbo-mock-api是3.0.0版本,跟dubbo 3.0.8版本不兼容,希望dubbo-admin官方能及时更新支持
   


-- 
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: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] 24kpure commented on issue #10167: Dubbo dubbo-registry-api 3.0.8-SNAPSHOT在阿里云maven仓库里找不到

Posted by GitBox <gi...@apache.org>.
24kpure commented on issue #10167:
URL: https://github.com/apache/dubbo/issues/10167#issuecomment-1165397758

   https://search.maven.org/artifact/org.apache.dubbo/dubbo-registry-api/3.0.8/jar


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ commented on issue #10167: Dubbo dubbo-registry-api 3.0.8-SNAPSHOT在阿里云maven仓库里找不到

Posted by GitBox <gi...@apache.org>.
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org