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 06:07:40 UTC

[maven-javadoc-plugin] branch master updated: [MJAVADOC-638] upgrade Doxia Sitetools to 1.9.2 to remove dependency on Struts (#39)

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 37d0ef5  [MJAVADOC-638] upgrade Doxia Sitetools to 1.9.2 to remove dependency on Struts (#39)
37d0ef5 is described below

commit 37d0ef59000410a0e33e0cd3fc48fe727ab76108
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Feb 28 16:07:29 2020 +1000

    [MJAVADOC-638] upgrade Doxia Sitetools to 1.9.2 to remove dependency on Struts (#39)
    
    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>