Extract spring-doc-resources URL property

Update the build to use a shared spring-doc-resources URL
rather than repeating it multiple times.

See gh-18293
This commit is contained in:
Phillip Webb
2019-09-20 21:38:56 -07:00
parent 7978c3d75c
commit 838e7eb605
4 changed files with 4 additions and 3 deletions

View File

@@ -29,6 +29,7 @@
<testcontainers.version>1.12.0</testcontainers.version>
<testng.version>6.14.3</testng.version>
<spring-doc-resources.version>0.1.3.BUILD-SNAPSHOT</spring-doc-resources.version>
<spring-doc-resources.url>https://repo.spring.io/snapshot/io/spring/docresources/spring-doc-resources/${spring-doc-resources.version}/spring-doc-resources-${spring-doc-resources.version}.zip</spring-doc-resources.url>
</properties>
<scm>
<url>https://github.com/spring-projects/spring-boot</url>