Skip to content

Commit

Permalink
Fixed #157 - Upgrade asciidoctor-maven-plugin to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Sep 21, 2020
1 parent fbd9ab9 commit ed0916d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -34,6 +34,7 @@
:issue-153: https://github.com/khmarbaise/maven-it-extension/issues/153[Fixed #153]
:issue-155: https://github.com/khmarbaise/maven-it-extension/issues/155[Fixed #155]
:issue-156: https://github.com/khmarbaise/maven-it-extension/issues/156[Fixed #156]
:issue-157: https://github.com/khmarbaise/maven-it-extension/issues/157[Fixed #157]
:issue-??: https://github.com/khmarbaise/maven-it-extension/issues/??[Fixed #??]
:pr-??: https://github.com/khmarbaise/maven-it-extension/pull/??[Pull request #??]

Expand Down Expand Up @@ -87,6 +88,7 @@
* {issue-149} - Upgrade mockito to 3.5.7
* {issue-153} - Upgrade assertj-core to 3.17.1
* {issue-155} - Upgrade assertj-core to 3.17.2
* {issue-157} - Upgrade asciidoctor-maven-plugin to 2.1.0.
* {issue-??} - ??

*Build Improvements*
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -171,7 +171,7 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<dependencies>
<dependency>
<groupId>org.asciidoctor</groupId>
Expand Down

0 comments on commit ed0916d

Please sign in to comment.