Use constant

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@177979 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-05-23 13:28:22 +00:00
parent 1fc2ebc7f4
commit af40a5c6aa
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public class PrepareReleaseMojo
{
ScmFile f = (ScmFile) i.next();
if ( f.getPath().equals( "pom.xml.backup" ) ||
f.getPath().equals( "release.properties" ) )
f.getPath().equals( RELEASE_PROPS ) )
{
i.remove();
}