diff --git a/ci/images/releasescripts/src/main/resources/application.properties b/ci/images/releasescripts/src/main/resources/application.properties index 873c033566..a3af09f0dd 100644 --- a/ci/images/releasescripts/src/main/resources/application.properties +++ b/ci/images/releasescripts/src/main/resources/application.properties @@ -1,2 +1,4 @@ spring.main.banner-mode=off +distribute.optional-deployments[0]=.*\\.zip +distribute.optional-deployments[1]=spring-boot-project-\\d\\.\\d\\.\\d(?:\\.RELEASE)?\\.pom logging.level.io.spring.concourse=DEBUG \ No newline at end of file diff --git a/ci/images/releasescripts/src/test/resources/application.yml b/ci/images/releasescripts/src/test/resources/application.yml index 11208bfa69..88fe8a8f34 100644 --- a/ci/images/releasescripts/src/test/resources/application.yml +++ b/ci/images/releasescripts/src/test/resources/application.yml @@ -9,7 +9,3 @@ bintray: sonatype: user-token: sonatype-user password-token: sonatype-password -distribute: - optional-deployments: - - '.*\.zip' - - 'spring-boot-project-\d\.\d\.\d(?:\.RELEASE)?\.pom'