From f68671e1bcfafcf21b2a1fc462b234948889bb2f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 23 Jul 2020 21:23:42 -0700 Subject: [PATCH] Refine regex See gh-22543 --- .../releasescripts/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/releasescripts/src/main/resources/application.properties b/ci/images/releasescripts/src/main/resources/application.properties index a3af09f0dd9..44dc3072216 100644 --- a/ci/images/releasescripts/src/main/resources/application.properties +++ b/ci/images/releasescripts/src/main/resources/application.properties @@ -1,4 +1,4 @@ spring.main.banner-mode=off distribute.optional-deployments[0]=.*\\.zip -distribute.optional-deployments[1]=spring-boot-project-\\d\\.\\d\\.\\d(?:\\.RELEASE)?\\.pom +distribute.optional-deployments[1]=spring-boot-project-\\d+\\.\\d+\\.\\d+(?:\\.RELEASE)?\\.pom logging.level.io.spring.concourse=DEBUG \ No newline at end of file