o note on the version transformer

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@171309 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-05-22 12:51:59 +00:00
parent 230d50014a
commit f226508aeb
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ import org.dom4j.Node;
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
*
* @version $Id: VersionTransformer.java 115421 2004-06-01 02:20:18Z dion $
* @todo check to make sure the basic structure of the document is good. just ran into a bug
* with the first version of the converter and the root element was <model> not <project>.
*/
public class VersionTransformer
extends AbstractPomTransformer