Skip to content

Commit

Permalink
Bump Doxia to v1.12.0 and maven-site-plugin in IT to 3.12.1 (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Mar 18, 2023
1 parent 1b58db1 commit 4911ef3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Build / Infrastructure::
* Delete unused TravisCI configuration (#622)
* Bump Maven build plugins (#623)
* Bump GH 'checkout' and 'setup-java' to v3 (#624)
* Bump Doxia to v1.12.0 and maven-site-plugin in IT to 3.12.1 (#625)

Documentation::

Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Metadata
:release-version: 2.2.2
:docs-version: 2.2
:maven-site-plugin-version: 3.9.0
:maven-site-plugin-version: 3.12.1
// Settings
:idprefix:
:idseparator: -
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ asciidoc:
uri-examples: https://github.com/asciidoctor/asciidoctor-maven-examples
uri-maven: https://maven.apache.org
uri-maven-site-plugin: https://maven.apache.org/plugins/maven-site-plugin
maven-site-plugin-version: 3.10.0
maven-site-plugin-version: 3.12.1
nav:
- modules/plugin/nav.adoc
- modules/site-integration/nav.adoc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Release candidate releases are not accounted.
|===
|Asciidoctor Maven Plugin | Maven Site Plugin | Supported

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

Expand Down
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@
</roles>
<timezone>-7</timezone>
</developer>
<developer>
<id>abelsromero</id>
<name>Abel Salgado Romero</name>
<email>abelromero@gmail.com</email>
<roles>
<role>Contributor</role>
</roles>
<timezone>1</timezone>
</developer>
</developers>

<licenses>
Expand Down Expand Up @@ -75,7 +84,7 @@
<plexus.utils.version>3.0.23</plexus.utils.version>
<plexus.component.metadata.version>1.7</plexus.component.metadata.version>
<netty.version>4.1.90.Final</netty.version>
<doxia.version>1.11.1</doxia.version>
<doxia.version>1.12.0</doxia.version>
</properties>

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

0 comments on commit 4911ef3

Please sign in to comment.