git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114244 13f79535-47bb-0310-9956-ffa450edef68
67 lines
2.2 KiB
XML
67 lines
2.2 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="dion@multitask.com.au">dIon Gillard</author>
|
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<release version="1.4-dev" date="in cvs">
|
|
<action dev="epugh" type="update">
|
|
Added java based CVS library using cvslib. Removed
|
|
requirement for cvs executable.
|
|
</action>
|
|
<action dev="jcrossley" type="update">
|
|
MAVEN-963. Add support for Perforce SCM and cleaned up some docs.
|
|
</action>
|
|
</release>
|
|
<release version="1.3" date="2003-09-29">
|
|
<action dev="dion" type="update">
|
|
MAVEN-811. Add support of IBM Rational ClearCase SCM.
|
|
</action>
|
|
<action dev="dion" type="update">
|
|
Upgrade to maven 1.0 beta 10
|
|
</action>
|
|
<action dev="dion" type="update">
|
|
Upgrade to commons-logging 1.0.3
|
|
</action>
|
|
<action dev="dion" type="fix">
|
|
Remove classloader property stuff
|
|
</action>
|
|
<action dev="evenisse" type="fix">
|
|
Add xml declaration to generated report. Fixed for character encoding.
|
|
</action>
|
|
<action dev="evenisse" type="fix" due-to="Bruce Chenoweth">
|
|
Fixed MAVEN-425. Escape filename.
|
|
</action>
|
|
<action dev="evenisse" type="fix">
|
|
fixed MAVEN-493. I register reports only if source, test,... exists.
|
|
So, corresponding entrys in menu will appear only if reports are registered.
|
|
</action>
|
|
<action dev="evenisse" type="fix">
|
|
<p>
|
|
Fix MAVEN-483. Corrected link for viewcvs configured with muliple cvs repository.
|
|
</p>
|
|
</action>
|
|
</release>
|
|
<release version="1.2" date="UNKNOWN">
|
|
<action dev="dion" type="add">
|
|
<p>
|
|
Added more documentation
|
|
</p>
|
|
</action>
|
|
<action dev="dion" type="add">
|
|
Reworked CVS changelog plugin to use the project repository
|
|
connection string, rather than relying on CVS/Entries
|
|
</action>
|
|
</release>
|
|
<release version="1.1" date="2002-08-01">
|
|
<action dev="smor" type="fix">
|
|
Fix for Maven-5
|
|
</action>
|
|
</release>
|
|
</body>
|
|
</document>
|
|
|