|
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 |
|
|
100 | 99 |
|
101 | 100 | <apt>1.1.3</apt> |
102 | 101 | <aspectj>1.9.9.1</aspectj> |
103 | | - <assertj>3.22.0</assertj> |
| 102 | + <assertj>3.23.1</assertj> |
104 | 103 | <cdi>3.0.0</cdi> |
105 | 104 | <commons-io>2.5</commons-io> |
106 | 105 | <eclipse-collections>11.0.0</eclipse-collections> |
|
188 | 187 |
|
189 | 188 | <module name="io.spring.nohttp.checkstyle.check.NoHttpCheck"> |
190 | 189 | <!-- XML requires double escaping, config gets XML-processed twice --> |
191 | | - <property name="allowlist" |
192 | | - value="http://www\.querydsl\.com.*&#10;http://www\.prowaveconsulting\.com.*&#10;http://www\.scispike\.com.*&#10;http://.*.icu-project\.org.*"/> |
| 190 | + <property name="allowlist" value="http://www\.querydsl\.com.*&#10;http://www\.prowaveconsulting\.com.*&#10;http://www\.scispike\.com.*&#10;http://.*.icu-project\.org.*"/> |
193 | 191 | </module> |
194 | 192 | </module> |
195 | 193 | </checkstyleRules> |
|
245 | 243 | <exclude>org.springframework.data:*</exclude> |
246 | 244 | </excludes> |
247 | 245 | </requireReleaseDeps> |
248 | | - <NoSnapshotDependenciesInDependencyManagementRule |
249 | | - implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule"> |
| 246 | + <NoSnapshotDependenciesInDependencyManagementRule implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule"> |
250 | 247 | <onlyWhenRelease>true</onlyWhenRelease> |
251 | 248 | </NoSnapshotDependenciesInDependencyManagementRule> |
252 | 249 | </rules> |
|
410 | 407 | <copy failonerror="false" todir="${generated-asciidoc-sources.directory}/"> |
411 | 408 | <fileset dir="${project.root}/src/main/asciidoc" includes="**/*.adoc"/> |
412 | 409 | </copy> |
413 | | - <copy failonerror="false" |
414 | | - todir="${generated-asciidoc-sources.directory}/images/"> |
| 410 | + <copy failonerror="false" todir="${generated-asciidoc-sources.directory}/images/"> |
415 | 411 | <fileset dir="${project.root}/src/main/asciidoc/images"/> |
416 | 412 | </copy> |
417 | 413 |
|
|
435 | 431 | <target> |
436 | 432 |
|
437 | 433 | <!-- Copy files for the single-file HTML version --> |
438 | | - <copy failonerror="false" |
439 | | - todir="${project.root}/target/site/reference/html/images"> |
| 434 | + <copy failonerror="false" todir="${project.root}/target/site/reference/html/images"> |
440 | 435 | <fileset dir="${generated-docs.directory}/images"/> |
441 | 436 | </copy> |
442 | 437 |
|
|
460 | 455 | </copy> |
461 | 456 |
|
462 | 457 | <!-- Copy and rename the Epub file --> |
463 | | - <copy failonerror="false" file="${generated-docs.directory}/index.pdf" |
464 | | - tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf"/> |
| 458 | + <copy failonerror="false" file="${generated-docs.directory}/index.pdf" tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf"/> |
465 | 459 |
|
466 | 460 | <!-- Copy and rename the PDF file --> |
467 | | - <copy failonerror="false" file="${generated-docs.directory}/index.epub" |
468 | | - tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub"/> |
| 461 | + <copy failonerror="false" file="${generated-docs.directory}/index.epub" tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub"/> |
469 | 462 |
|
470 | 463 | </target> |
471 | 464 | </configuration> |
|
0 commit comments