The spring-boot-configuration-metadata module is no longer deployed to the repository. This looks like a regression introduced by the move to a Gradle-based build.

Comment From: larsgrefer

spring-boot-properties-migrator seems to be missing, too.

Comment From: dreis2211

I've opened #20051 as an attempt to fix this

Comment From: snicoll

Sweet, thanks much Christoph. Closing in favor of PR #20051

Comment From: dreis2211

There we go:

curl -sI https://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-configuration-metadata/2.3.0.BUILD-SNAPSHOT/maven-metadata.xml | grep "last-modified"

last-modified: Thu, 06 Feb 2020 16:04:01 GMT

curl -sI https://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-properties-migrator/2.3.0.BUILD-SNAPSHOT/maven-metadata.xml | grep "last-modified"

last-modified: Thu, 06 Feb 2020 16:04:03 GMT