Skip to content

Commit

Permalink
[maven-release-plugin] prepare release asciidoctor-maven-plugin-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsalgadoromeroWD committed Jun 20, 2020
1 parent 7c085ff commit 7d34656
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>maven-plugin</packaging>

<name>Asciidoctor Maven Plugin and Doxia Parser</name>
Expand Down Expand Up @@ -401,6 +401,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<detectJavaApiLink>false</detectJavaApiLink>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 7d34656

Please sign in to comment.