File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/main/antora/resources/antora-resources Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,19 @@ prerelease: ${antora-component.prerelease}
3
3
4
4
asciidoc :
5
5
attributes :
6
- copyright-year : ${current.year}
6
+ attribute-missing : ' warn'
7
+ chomp : ' all'
7
8
version : ${project.version}
9
+ copyright-year : ${current.year}
8
10
springversionshort : ${spring.short}
9
11
springversion : ${spring}
10
- attribute-missing : ' warn'
11
12
commons : ${springdata.commons.docs}
12
13
include-xml-namespaces : false
13
- spring-data-commons-docs-url : https://docs.spring.io/spring-data/commons/reference
14
- spring-data-commons-javadoc-base : https://docs. spring.io/spring -data/ commons/ docs/${springdata.commons }/api/
14
+ spring-data-commons-docs-url : https://docs.spring.io/spring-data/commons/reference/{commons}
15
+ spring-data-commons-javadoc-base : ' { spring-data- commons- docs-url }/api/java '
15
16
springdocsurl : https://docs.spring.io/spring-framework/reference/{springversionshort}
16
- springjavadocurl : https://docs.spring.io/spring-framework/docs/${spring}/javadoc-api
17
17
spring-framework-docs : ' {springdocsurl}'
18
+ springjavadocurl : https://docs.spring.io/spring-framework/docs/${spring}/javadoc-api
18
19
spring-framework-javadoc : ' {springjavadocurl}'
19
20
springhateoasversion : ${spring-hateoas}
20
21
releasetrainversion : ${releasetrain}
You can’t perform that action at this time.
0 commit comments