write metadata to correct file

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@279582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-08 17:00:09 +00:00
parent 570bc62482
commit f11def89c1
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ public class MBoot
RepositoryMetadata metadata = new RepositoryMetadata();
metadata.setReleaseVersion( version );
file = localRepository.getMetadataFile( groupId, artifactId, null, type, artifactId + "-RELEASE.version.txt" );
file = localRepository.getMetadataFile( groupId, artifactId, null, type, "maven-metadata-local.xml" );
metadata.write( file );
}