spring-boot/spring-boot-project
Andy Wilkinson bd4934b0fd Fix matching of SNAPSHOT artifacts when customizing layers
Previously the artifact's version was used. In an artifact's version,
SNAPSHOT is replaced with the timestamped version number of a specific
snapshot. As a result, it no longer matches the *:*:*SNAPSHOT pattern.

This commit replaces switches to using the artifact's base version.
This preserves the SNAPSHOT in the version number. For non-snapshot
artifacts, the version and base version are identical.

Fixes gh-23533
2020-09-30 14:48:04 +01:00
..
spring-boot Merge branch '2.2.x' into 2.3.x 2020-09-24 19:04:17 +01:00
spring-boot-actuator Merge branch '2.2.x' into 2.3.x 2020-09-21 23:20:10 -07:00
spring-boot-actuator-autoconfigure Merge branch '2.2.x' into 2.3.x 2020-09-15 12:30:45 +01:00
spring-boot-autoconfigure Do not execute datasource initialization in a separate thread 2020-09-30 10:10:16 +02:00
spring-boot-cli
spring-boot-dependencies Start building against Spring Framework 5.3.10 snapshots 2020-09-30 10:00:21 +02:00
spring-boot-devtools
spring-boot-docs Merge branch '2.2.x' into 2.3.x 2020-09-23 14:36:41 +02:00
spring-boot-parent
spring-boot-properties-migrator
spring-boot-starters
spring-boot-test Merge branch '2.2.x' into 2.3.x 2020-09-24 14:45:55 +01:00
spring-boot-test-autoconfigure
spring-boot-tools Fix matching of SNAPSHOT artifacts when customizing layers 2020-09-30 14:48:04 +01:00