This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 983b4cf1336b7cbf17df130ffbb1cb38eab8e68f Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Oct 24 20:42:52 2021 +0200 Bump doxia-sink-api from 1.9.1 to 1.10 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f8fd376..1077f21 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ under the License. <properties> <javaVersion>8</javaVersion> <mavenVersion>3.0</mavenVersion> - <doxiaVersion>1.9.1</doxiaVersion> + <doxiaVersion>1.10</doxiaVersion> <doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion> <wagonVersion>2.4</wagonVersion> <sonatypeAetherVersion>1.13.1</sonatypeAetherVersion>
