File tree Expand file tree Collapse file tree
jenkins-client/src/site/asciidoc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Release 0.4.0 (NOT RELEASED YET)
44
5+ * [ Fixed Issue 465] [ issue-465 ]
6+
7+ * Remove asciidoctor site parts
8+ * AS preparation for user guide.
9+
510 * [ Fixed Issue 464] [ issue-464 ]
611
712 * Replaced xml-apis with xerces-xmlParserAPI.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4848 <maven .compiler.showDeprecation>true</maven .compiler.showDeprecation>
4949 <maven .compiler.showWarnings>true</maven .compiler.showWarnings>
5050
51- <asciidoctor-maven-plugin .version>1.6 .0</asciidoctor-maven-plugin .version>
51+ <asciidoctor-maven-plugin .version>2.0 .0</asciidoctor-maven-plugin .version>
5252
5353 <!-- Version of Jenkins to use for Integration Tests -->
5454 <jenkins-version >1.644</jenkins-version >
362362 <artifactId >doxia-module-markdown</artifactId >
363363 <version >1.9</version >
364364 </dependency >
365- <dependency >
366- <groupId >org.asciidoctor</groupId >
367- <artifactId >asciidoctor-maven-plugin</artifactId >
368- <version >${asciidoctor-maven-plugin.version} </version >
369- </dependency >
370365 </dependencies >
371- <configuration >
372- <asciidoc >
373- <!-- optional site-wide AsciiDoc attributes -->
374- <attributes >
375- <icons >font</icons >
376- <source-highlighter >coderay</source-highlighter >
377- <coderay-css >style</coderay-css >
378- <toclevels >2</toclevels >
379- <project-version >${project.version} </project-version >
380- <sectnums >true</sectnums >
381- <preserveDirectories >true</preserveDirectories >
382- </attributes >
383- </asciidoc >
384- </configuration >
385366 </plugin >
386367 </plugins >
387368 </build >
You can’t perform that action at this time.
0 commit comments