|
14 | 14 | <dependency>
|
15 | 15 | <groupId>io.spring.docresources</groupId>
|
16 | 16 | <artifactId>spring-doc-resources</artifactId>
|
17 |
| - <version>0.2.5</version> |
| 17 | + <version>${spring-doc-resources.version}</version> |
18 | 18 | <type>zip</type>
|
19 | 19 | </dependency>
|
20 | 20 | </dependencies>
|
|
24 | 24 | <plugin>
|
25 | 25 | <groupId>org.apache.maven.plugins</groupId>
|
26 | 26 | <artifactId>maven-dependency-plugin</artifactId>
|
| 27 | + <version>${maven-dependency-plugin.version}</version> |
27 | 28 | <executions>
|
28 | 29 | <execution>
|
29 | 30 | <id>unpack-resources</id>
|
|
44 | 45 | <plugin>
|
45 | 46 | <groupId>org.asciidoctor</groupId>
|
46 | 47 | <artifactId>asciidoctor-maven-plugin</artifactId>
|
47 |
| - <version>2.1.0</version> |
| 48 | + <version>${asciidoctor-maven-plugin.version}</version> |
48 | 49 | <dependencies>
|
49 | 50 | <dependency>
|
50 | 51 | <groupId>org.asciidoctor</groupId>
|
51 | 52 | <artifactId>asciidoctorj-pdf</artifactId>
|
52 |
| - <version>1.5.3</version> |
| 53 | + <version>${asciidoctorj-pdf.version}</version> |
53 | 54 | </dependency>
|
54 | 55 | </dependencies>
|
55 | 56 | <configuration>
|
|
66 | 67 | <configuration>
|
67 | 68 | <backend>html5</backend>
|
68 | 69 | <doctype>book</doctype>
|
69 |
| - <sourceHighlighter>highlight.js</sourceHighlighter> |
70 | 70 | <attributes>
|
71 | 71 | <docinfo>shared</docinfo>
|
72 | 72 | <stylesdir>css/</stylesdir>
|
73 | 73 | <stylesheet>spring.css</stylesheet>
|
74 | 74 | <linkcss>true</linkcss>
|
75 | 75 | <icons>font</icons>
|
76 | 76 | <sectanchors/>
|
| 77 | + <source-highlighter>highlight.js</source-highlighter> |
77 | 78 | <highlightjsdir>js/highlight</highlightjsdir>
|
78 | 79 | <highlightjs-theme>github</highlightjs-theme>
|
79 | 80 | <idprefix/>
|
|
110 | 111 | <plugin>
|
111 | 112 | <groupId>org.apache.maven.plugins</groupId>
|
112 | 113 | <artifactId>maven-assembly-plugin</artifactId>
|
113 |
| - <version>3.3.0</version> |
| 114 | + <version>${maven-assembly-plugin.version}</version> |
114 | 115 | <configuration>
|
115 | 116 | <descriptors>
|
116 | 117 | <descriptor>src/assembly/docs.xml</descriptor>
|
|
0 commit comments