Skip to content

Commit

Permalink
Fixed #465 - Remove asciidoctor site parts
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Jul 27, 2020
1 parent 0376def commit 182fb41
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 28 deletions.
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Release 0.4.0 (NOT RELEASED YET)

* [Fixed Issue 465][issue-465]

* Remove asciidoctor site parts
* AS preparation for user guide.

* [Fixed Issue 464][issue-464]

* Replaced xml-apis with xerces-xmlParserAPI.
Expand Down
7 changes: 0 additions & 7 deletions jenkins-client/src/site/asciidoc/index.adoc

This file was deleted.

1 change: 0 additions & 1 deletion jenkins-client/src/site/asciidoc/sub/sub.adoc

This file was deleted.

21 changes: 1 addition & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>

<asciidoctor-maven-plugin.version>1.6.0</asciidoctor-maven-plugin.version>
<asciidoctor-maven-plugin.version>2.0.0</asciidoctor-maven-plugin.version>

<!-- Version of Jenkins to use for Integration Tests -->
<jenkins-version>1.644</jenkins-version>
Expand Down Expand Up @@ -362,26 +362,7 @@
<artifactId>doxia-module-markdown</artifactId>
<version>1.9</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>${asciidoctor-maven-plugin.version}</version>
</dependency>
</dependencies>
<configuration>
<asciidoc>
<!-- optional site-wide AsciiDoc attributes -->
<attributes>
<icons>font</icons>
<source-highlighter>coderay</source-highlighter>
<coderay-css>style</coderay-css>
<toclevels>2</toclevels>
<project-version>${project.version}</project-version>
<sectnums>true</sectnums>
<preserveDirectories>true</preserveDirectories>
</attributes>
</asciidoc>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 182fb41

Please sign in to comment.