Skip to content

Commit

Permalink
Fixed #459 - Upgrade asciidoctor-maven-plugin 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Apr 13, 2024
1 parent 2de77ef commit 69547ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Expand Up @@ -36,6 +36,7 @@
:issue-463: https://github.com/khmarbaise/maven-it-extension/issues/463[Fixed #463]
:issue-464: https://github.com/khmarbaise/maven-it-extension/issues/464[Fixed #464]
:issue-457: https://github.com/khmarbaise/maven-it-extension/issues/457[Fixed #457]
:issue-459: https://github.com/khmarbaise/maven-it-extension/issues/459[Fixed #459]
:pr-460: https://github.com/khmarbaise/maven-it-extension/pull/460[Pull request #460]
:pr-462: https://github.com/khmarbaise/maven-it-extension/pull/462[Pull request #462]

Expand Down Expand Up @@ -77,6 +78,7 @@
* {issue-456} - Upgrade to Maven 4.0.0 Alpha 12
* {issue-458} - Upgrade to Maven 4.0.0 Alpha 13
* {issue-464} - Make the IT's running for Maven 4
* {issue-459} - Upgrade asciidoctor-maven-plugin 3.0.0

*Documentation Improvements*

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -184,22 +184,22 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>2.2.5</version>
<version>3.0.0</version>
<dependencies>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
<version>2.3.10</version>
<version>2.3.15</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>2.5.10</version>
<version>3.0.0-alpha.2</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-diagram</artifactId>
<version>2.2.13</version>
<version>2.3.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 69547ab

Please sign in to comment.