File tree Expand file tree Collapse file tree 4 files changed +6
-28
lines changed
jenkins-client/src/site/asciidoc Expand file tree Collapse file tree 4 files changed +6
-28
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Release 0.4.0 (NOT RELEASED YET)
4
4
5
+ * [ Fixed Issue 465] [ issue-465 ]
6
+
7
+ * Remove asciidoctor site parts
8
+ * AS preparation for user guide.
9
+
5
10
* [ Fixed Issue 464] [ issue-464 ]
6
11
7
12
* 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 48
48
<maven .compiler.showDeprecation>true</maven .compiler.showDeprecation>
49
49
<maven .compiler.showWarnings>true</maven .compiler.showWarnings>
50
50
51
- <asciidoctor-maven-plugin .version>1.6 .0</asciidoctor-maven-plugin .version>
51
+ <asciidoctor-maven-plugin .version>2.0 .0</asciidoctor-maven-plugin .version>
52
52
53
53
<!-- Version of Jenkins to use for Integration Tests -->
54
54
<jenkins-version >1.644</jenkins-version >
362
362
<artifactId >doxia-module-markdown</artifactId >
363
363
<version >1.9</version >
364
364
</dependency >
365
- <dependency >
366
- <groupId >org.asciidoctor</groupId >
367
- <artifactId >asciidoctor-maven-plugin</artifactId >
368
- <version >${asciidoctor-maven-plugin.version} </version >
369
- </dependency >
370
365
</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 >
385
366
</plugin >
386
367
</plugins >
387
368
</build >
You can’t perform that action at this time.
0 commit comments