mirror of https://github.com/apache/maven.git
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:
parent
1fc2ebc7f4
commit
af40a5c6aa
|
@ -114,7 +114,7 @@ public class PrepareReleaseMojo
|
||||||
{
|
{
|
||||||
ScmFile f = (ScmFile) i.next();
|
ScmFile f = (ScmFile) i.next();
|
||||||
if ( f.getPath().equals( "pom.xml.backup" ) ||
|
if ( f.getPath().equals( "pom.xml.backup" ) ||
|
||||||
f.getPath().equals( "release.properties" ) )
|
f.getPath().equals( RELEASE_PROPS ) )
|
||||||
{
|
{
|
||||||
i.remove();
|
i.remove();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue