Polish documentation

This commit is contained in:
Phillip Webb
2019-08-30 19:13:12 -07:00
parent 7f9d143e01
commit 348d65b4fe
6 changed files with 50 additions and 33 deletions

View File

@@ -1239,7 +1239,7 @@
<doctype>book</doctype>
<attributes>
<docinfo>true</docinfo>
<spring-boot-repo>${spring-boot-repo}</spring-boot-repo>
<spring-boot-artifactory-repo>${spring-boot-artifactory-repo}</spring-boot-artifactory-repo>
<github-tag>${github-tag}</github-tag>
<jooq-version>${jooq.version}</jooq-version>
<spring-boot-version>${revision}</spring-boot-version>
@@ -1449,7 +1449,7 @@
input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" />
<propertyregex property="version-type" override="true"
input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" />
<stringutil string="${version-type}" property="spring-boot-repo">
<stringutil string="${version-type}" property="spring-boot-artifactory-repo">
<lowercase />
</stringutil>
<var name="github-tag" value="v${revision}" />