mirror of https://github.com/apache/maven.git
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:
parent
570bc62482
commit
f11def89c1
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue