xalan 2.3.1 -> 2.4.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113719 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-07-25 06:37:48 +00:00
parent fcfe3239b4
commit 121ba5a2c7
4 changed files with 8 additions and 2 deletions

View File

@ -51,7 +51,7 @@
</dependency>
<dependency>
<id>xalan</id>
<version>2.3.1</version>
<version>2.4.1</version>
<url>http://xml.apache.org/xalan-j/</url>
<properties>
<classloader>root</classloader>

View File

@ -7,6 +7,9 @@
<body>
<release version="1.1" date="in CVS">
<action dev="dion" type="update">
update to xalan 2.4.1
</action>
<action dev="dion" type="update">
update to commons-lang 1.0.1
</action>

View File

@ -80,7 +80,7 @@
</dependency>
<dependency>
<id>xalan</id>
<version>2.3.1</version>
<version>2.4.1</version>
<url>http://xml.apache.org/xalan-j/</url>
<properties>
<classloader>root</classloader>

View File

@ -8,6 +8,9 @@
<body>
<release version="1.3" date="in CVS">
<action dev="dion" type="update">
update to xalan 2.4.1
</action>
<action dev="dion" type="fix">Consistent http tags.</action>
</release>