You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/05/30 15:41:05 UTC

[maven-jxr] branch master updated: upgraded Xalan from 2.7.1 to latest 2.7.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new eb1b24b  upgraded Xalan from 2.7.1 to latest 2.7.2
eb1b24b is described below

commit eb1b24b24ddcbd7ef36b0a60b56557e77c87bb62
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat May 30 17:41:00 2020 +0200

    upgraded Xalan from 2.7.1 to latest 2.7.2
---
 maven-jxr-plugin/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/maven-jxr-plugin/pom.xml b/maven-jxr-plugin/pom.xml
index 6db9669..756b7e0 100644
--- a/maven-jxr-plugin/pom.xml
+++ b/maven-jxr-plugin/pom.xml
@@ -147,13 +147,12 @@ under the License.
     <dependency>
       <groupId>xalan</groupId>
       <artifactId>xalan</artifactId>
-      <version>2.7.1</version>
+      <version>2.7.2</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>${mavenPluginToolsVersion}</version>
       <scope>provided</scope>
     </dependency>