Skip to content

Commit 182fb41

Browse files
committed
Fixed #465 - Remove asciidoctor site parts
1 parent 0376def commit 182fb41

File tree

4 files changed

+6
-28
lines changed

4 files changed

+6
-28
lines changed

ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.

jenkins-client/src/site/asciidoc/index.adoc

Lines changed: 0 additions & 7 deletions
This file was deleted.

jenkins-client/src/site/asciidoc/sub/sub.adoc

Lines changed: 0 additions & 1 deletion
This file was deleted.

pom.xml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
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>
@@ -362,26 +362,7 @@
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>

0 commit comments

Comments
 (0)