|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 3 |
|
5 | 4 | <!-- |
6 | 5 |
|
|
135 | 134 | <javax-annotation-api>1.3.2</javax-annotation-api> |
136 | 135 |
|
137 | 136 | <!-- Used in asciidoc reference documentation --> |
138 | | - <releasetrain>2020.0.0-SNAPSHOT</releasetrain> |
| 137 | + <releasetrain>2020.0.0</releasetrain> |
139 | 138 |
|
140 | 139 | <!-- To be overridden by individual modules --> |
141 | 140 | <java-module-name/> |
|
179 | 178 |
|
180 | 179 | <module name="io.spring.nohttp.checkstyle.check.NoHttpCheck"> |
181 | 180 | <!-- XML requires double escaping, config gets XML-processed twice --> |
182 | | - <property name="allowlist" |
183 | | - value="http://www\.querydsl\.com.*&#10;http://www\.prowaveconsulting\.com.*&#10;http://www\.scispike\.com.*&#10;http://.*.icu-project\.org.*"/> |
| 181 | + <property name="allowlist" value="http://www\.querydsl\.com.*&#10;http://www\.prowaveconsulting\.com.*&#10;http://www\.scispike\.com.*&#10;http://.*.icu-project\.org.*"/> |
184 | 182 | </module> |
185 | 183 | </module> |
186 | 184 | </checkstyleRules> |
|
338 | 336 | <dependency> |
339 | 337 | <groupId>org.springframework.data.build</groupId> |
340 | 338 | <artifactId>spring-data-build-resources</artifactId> |
341 | | - <version>2.4.0-SNAPSHOT</version> |
| 339 | + <version>2.4.0</version> |
342 | 340 | <type>zip</type> |
343 | 341 | <optional>true</optional> |
344 | 342 | </dependency> |
|
438 | 436 | <copy failonerror="false" todir="${generated-asciidoc-sources.directory}/"> |
439 | 437 | <fileset dir="${project.root}/src/main/asciidoc" includes="**/*.adoc"/> |
440 | 438 | </copy> |
441 | | - <copy failonerror="false" |
442 | | - todir="${generated-asciidoc-sources.directory}/images/"> |
| 439 | + <copy failonerror="false" todir="${generated-asciidoc-sources.directory}/images/"> |
443 | 440 | <fileset dir="${project.root}/src/main/asciidoc/images"/> |
444 | 441 | </copy> |
445 | 442 |
|
|
463 | 460 | <target> |
464 | 461 |
|
465 | 462 | <!-- Copy files for the single-file HTML version --> |
466 | | - <copy failonerror="false" |
467 | | - todir="${project.root}/target/site/reference/html/images"> |
| 463 | + <copy failonerror="false" todir="${project.root}/target/site/reference/html/images"> |
468 | 464 | <fileset dir="${generated-docs.directory}/images"/> |
469 | 465 | </copy> |
470 | 466 |
|
|
488 | 484 | </copy> |
489 | 485 |
|
490 | 486 | <!-- Copy and rename the Epub file --> |
491 | | - <copy failonerror="false" file="${generated-docs.directory}/index.pdf" |
492 | | - tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf"/> |
| 487 | + <copy failonerror="false" file="${generated-docs.directory}/index.pdf" tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf"/> |
493 | 488 |
|
494 | 489 | <!-- Copy and rename the PDF file --> |
495 | | - <copy failonerror="false" file="${generated-docs.directory}/index.epub" |
496 | | - tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub"/> |
| 490 | + <copy failonerror="false" file="${generated-docs.directory}/index.epub" tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub"/> |
497 | 491 |
|
498 | 492 | </target> |
499 | 493 | </configuration> |
|
0 commit comments