Skip to content

Commit

Permalink
update the README
Browse files Browse the repository at this point in the history
* remove the reference to version 0.1.4
* use a proper name in the doctitle
  • Loading branch information
mojavelinux committed May 6, 2015
1 parent 3dc576f commit 05a49e1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
asciidoctor-maven-plugin
========================
= Asciidoctor Maven Plugin
:asciidoc-url: http://asciidoc.org
:asciidoctor-url: http://asciidoctor.org
:issues: https://github.com/asciidoctor/asciidoctor-maven-plugin/issues
:maven-url: http://maven.apache.org/
:maven-url: http://maven.apache.org
:asciidoctor-maven-examples: https://github.com/asciidoctor/asciidoctor-maven-examples
:project-full-path: asciidoctor/asciidoctor-maven-plugin

Expand Down Expand Up @@ -176,7 +175,7 @@ An example of this setup is below:
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>0.1.4</version>
<version>${asciidoctor.version}</version>
<executions>
<execution>
<id>output-html</id>
Expand Down

0 comments on commit 05a49e1

Please sign in to comment.