You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/02/28 04:36:22 UTC

[maven-javadoc-plugin] 01/01: [MJAVADOC-638] upgrade Doxia Sitetools to 1.9.2 to remove dependency on Struts

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch MJAVADOC-638_doxia-site-tools-1.9.2
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 94e6bad36662e39a5b0ba8b8498a793816146962
Author: olivier lamy <ol...@apache.org>
AuthorDate: Fri Feb 28 14:35:58 2020 +1000

    [MJAVADOC-638] upgrade Doxia Sitetools to 1.9.2 to remove dependency on Struts
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c4c0886..b3aee89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@ under the License.
     <javaVersion>7</javaVersion>
     <mavenVersion>3.0</mavenVersion>
     <doxiaVersion>1.7</doxiaVersion>
-    <doxia-sitetoolsVersion>1.7.4</doxia-sitetoolsVersion>
+    <doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion>
     <wagonVersion>2.4</wagonVersion>
     <sonatypeAetherVersion>1.13.1</sonatypeAetherVersion>
     <plexus-java.version>1.0.5</plexus-java.version>