You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/03/26 22:37:21 UTC

[maven-javadoc-plugin] branch up created (now 991c382)

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

elharo pushed a change to branch up
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git.


      at 991c382  update doxia

This branch includes the following new commits:

     new 991c382  update doxia

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-javadoc-plugin] 01/01: update doxia

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 991c382b1b6d7e2c1abf586e882ac63d72404aad
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Mar 26 18:37:07 2020 -0400

    update doxia
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 039e4f9..1d8912e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@ under the License.
   <properties>
     <javaVersion>7</javaVersion>
     <mavenVersion>3.0</mavenVersion>
-    <doxiaVersion>1.7</doxiaVersion>
+    <doxiaVersion>1.9.1</doxiaVersion>
     <doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion>
     <wagonVersion>2.4</wagonVersion>
     <sonatypeAetherVersion>1.13.1</sonatypeAetherVersion>