org.apache.maven.changes
Class ReleaseVersion

java.lang.Object
  extended byorg.apache.maven.changes.ReleaseVersion

public class ReleaseVersion
extends Object

Version:
$Id: ReleaseVersion.java 441044 2006-09-07 10:10:40Z ltheussl $
Author:
Brett Porter

Constructor Summary
ReleaseVersion()
           
 
Method Summary
static void releaseVersion(File changesFile, String currentVersion, String version, String encoding)
           
static void releaseVersion(File changesFile, String currentVersion, String version, String encoding, String date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleaseVersion

public ReleaseVersion()
Method Detail

releaseVersion

public static final void releaseVersion(File changesFile,
                                        String currentVersion,
                                        String version,
                                        String encoding)
                                 throws org.dom4j.DocumentException,
                                        FileNotFoundException,
                                        UnsupportedEncodingException,
                                        IOException
Throws:
org.dom4j.DocumentException
FileNotFoundException
UnsupportedEncodingException
IOException

releaseVersion

public static final void releaseVersion(File changesFile,
                                        String currentVersion,
                                        String version,
                                        String encoding,
                                        String date)
                                 throws org.dom4j.DocumentException,
                                        FileNotFoundException,
                                        UnsupportedEncodingException,
                                        IOException
Throws:
org.dom4j.DocumentException
FileNotFoundException
UnsupportedEncodingException
IOException


Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.