• 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
.github Loading commit data...
buildSrc Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
gradle/wrapper Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...