You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/06/06 21:38:53 UTC

[maven-doxia-sitetools] 03/10: [DOXIASITETOOLS-201] Upgrade XML APIs to 2.0.2

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit e9614ca516b90b72c7763e55c0b7d1bcc55665dc
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu Jun 6 23:27:56 2019 +0200

    [DOXIASITETOOLS-201] Upgrade XML APIs to 2.0.2
---
 doxia-doc-renderer/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doxia-doc-renderer/pom.xml b/doxia-doc-renderer/pom.xml
index 021c35b..7ba40d8 100644
--- a/doxia-doc-renderer/pom.xml
+++ b/doxia-doc-renderer/pom.xml
@@ -126,7 +126,7 @@ under the License.
     <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
-      <version>1.3.04</version>
+      <version>2.0.2</version>
     </dependency>
   </dependencies>