Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring-cloud-dependencies maven metadata doesn't include 2020.X releases above 2020.0.1 #234

Closed
ssthom opened this issue Dec 10, 2021 · 1 comment

Comments

@ssthom
Copy link

ssthom commented Dec 10, 2021

Bug report

The latest spring-cloud-dependencies maven metadata in Maven central does not include releases above 2020.0.1 (2020.0.2, 2020.0.3, 2020.0.4). We use Gradle dynamic versions 2020.0.+ in order to pull in the latest patch version. But recently our builds started breaking because instead of pulling in 2020.0.4 Gradle is pulling in 2020.0.1.

https://repo1.maven.org/maven2/org/springframework/cloud/spring-cloud-dependencies/maven-metadata.xml

<versions>
    ...
    <version>2020.0.0</version>
    <version>2020.0.1</version>
    <version>2021.0.0</version>
</versions>

Gradle Dependency tree:

+--- org.springframework.cloud:spring-cloud-dependencies:2020.0.+ -> 2020.0.1
|    +--- org.springframework.cloud:spring-cloud-starter:3.0.1 (c)
|    +--- org.springframework.cloud:spring-cloud-context:3.0.1 (c)
|    +--- org.springframework.cloud:spring-cloud-commons:3.0.1 (c)
|    \--- org.springframework.security:spring-security-rsa:1.0.9.RELEASE (c)
@spencergibb
Copy link
Member

Duplicates spring-cloud/spring-cloud-build#223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants