Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
Upgrade to Asciidoctor Maven Plugin 2.0.0-RC.1
  • Loading branch information
mp911de committed May 4, 2020
1 parent b72b268 commit e42efbd
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions r2dbc-spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,12 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.5.6</version>
<version>2.0.0-RC.1</version>
<dependencies>
<dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
<version>1.5.0-alpha.16</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-epub3</artifactId>
<version>1.5.0-alpha.8.1</version>
<version>1.5.3</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit e42efbd

Please sign in to comment.