Skip to content

dubbo-spring-boot-starter依赖dubbo-spring-boot-autoconfigure版本声明出现${revision}变量导致下载包版本错误 #7944

@cngdlcl

Description

@cngdlcl
  • [Y ] I have searched the issues of this repository and believe that this is not a duplicate.
  • [ Y] I have checked the FAQ of this repository and believe that this is not a duplicate.

Environment

  • Dubbo version: 2.7.11
  • Operating System version: linux
  • Java version: 8

Steps to reproduce this issue

  1. 创建一个Demo工程的POM.xml如下:


4.0.0

org.example
dubbo-demo
${revision}

1.0-SNAPSHOT 8 8 org.apache.dubbo dubbo-spring-boot-starter 2.7.11 2. 使用Maven 命令进行构建: mvn -Drevision=1.0-RELEASE clean install

Pls. provide [GitHub address] to reproduce this issue.

Expected Result

dubbo-spring-boot-autoconfigure的下载版本应该还是2.7.11版本。

Actual Result

dubbo-spring-boot-autoconfigure的下载版本1.0-RELEASE,导致在Spring仓库无法找到对应的包,403错误。

If there is an exception, please attach the exception trace:

Just put your stack trace here!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions