• Andy Wilkinson's avatar
    Fix matching of SNAPSHOT artifacts when customizing layers · bd4934b0
    Andy Wilkinson authored
    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
    bd4934b0
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...