Skip to content

Commit

Permalink
Bump Doxia to v1.11. & maven-site-plugin IT to v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed May 19, 2022
1 parent 0aa5121 commit c4907db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Release candidate releases are not accounted.
|Asciidoctor Maven Plugin | Maven Site Plugin | Supported

|v2.2.2
|v3.10.x
|v3.1x.x
|Yes

|v2.0.x ~ v2.2.1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<plexus.utils.version>3.0.23</plexus.utils.version>
<plexus.component.metadata.version>1.7</plexus.component.metadata.version>
<netty.version>4.1.71.Final</netty.version>
<doxia.version>1.10</doxia.version>
<doxia.version>1.11.1</doxia.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions src/it/maven-site-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<!-- v2.2.2 of the plugin require Maven Site Plugin 3.10.0 alongside Doxia 1.11.1 -->
<version>3.10.0</version>
<!-- v2.2.2 of the plugin require Maven Site Plugin 3.1x.0 alongside Doxia 1.11.1 -->
<version>3.12.0</version>
<configuration>
<asciidoc>
<baseDir>${project.basedir}/src/site/asciidoc</baseDir>
Expand Down

0 comments on commit c4907db

Please sign in to comment.