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/04/08 23:22:54 UTC

[maven-jxr] branch xml created (now 221e22e)

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

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


      at 221e22e  update XML APIs

This branch includes the following new commits:

     new 221e22e  update XML APIs

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-jxr] 01/01: update XML APIs

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

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

commit 221e22e53a18b30c955f79c6056e205bbc7dbfba
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Apr 8 19:21:45 2020 -0400

    update XML APIs
---
 maven-jxr-plugin/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/maven-jxr-plugin/pom.xml b/maven-jxr-plugin/pom.xml
index 103b383..9008717 100644
--- a/maven-jxr-plugin/pom.xml
+++ b/maven-jxr-plugin/pom.xml
@@ -146,14 +146,9 @@ under the License.
       <artifactId>plexus-utils</artifactId>
     </dependency>
     <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>1.0.b2</version>
-    </dependency>
-    <dependency>
       <groupId>xalan</groupId>
       <artifactId>xalan</artifactId>
-      <version>2.7.0</version>
+      <version>2.7.1</version>
     </dependency>
 
     <dependency>