git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@396338 13f79535-47bb-0310-9956-ffa450edef68
56 lines
2.6 KiB
XML
56 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
/*
|
|
* Copyright 2001-2004 The Apache Software Foundation.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-->
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="dion@multitask.com.au">dIon Gillard</author>
|
|
<author email="kschrader@karmalab.org">Kurt Schrader</author>
|
|
</properties>
|
|
<body>
|
|
<release version="1.4-SNAPSHOT" date="In SVN">
|
|
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>
|
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
|
<ul>
|
|
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
|
|
<li>dom4j v1.4-dev-8 -> v1.4</li>
|
|
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
|
|
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
|
|
</ul>
|
|
</action>
|
|
</release>
|
|
<release version="1.3.1" date="2004-10-23">
|
|
<action dev="dion" type="fix">Use tools.jar for javadoc as it cannot be distributed from the repository</action>
|
|
</release>
|
|
<release version="1.3" date="2004-05-16"/>
|
|
<release version="1.2" date="2004-03-07">
|
|
<action dev="evenisse" type="fix">Externalise output directory and encoding. JellyDoc report works correctly now with multiproject.</action>
|
|
<action dev="dion" type="fix">Only register report if sources exist</action>
|
|
</release>
|
|
<release version="1.1" date="2003-09-29">
|
|
<action dev="dion" type="update">Sort tag libraries, tags and attributes accordingly</action>
|
|
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
|
<action dev="dion" type="update">Upgrade to dom4j 1.4</action>
|
|
<action dev="dion" type="fix">Change use of pom.build.sourceDirectory to not include the basedir. This must be placed in the pom if a ${basedir} prefix is required.</action>
|
|
</release>
|
|
<release version="1.0" date="Unknown"/>
|
|
</body>
|
|
</document>
|