mirror of
https://github.com/apache/archiva.git
synced 2025-02-07 02:29:23 +00:00
fix issue reported on the mailing list
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1556973 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc6db7b475
commit
d2d596e7dc
@ -609,6 +609,7 @@ public Boolean removeProjectVersion( String repositoryId, String namespace, Stri
|
||||
if ( !VersionUtil.isGenericSnapshot( version ) )
|
||||
{
|
||||
Artifact artifact = new Artifact( namespace, projectId, version );
|
||||
artifact.setRepositoryId( repositoryId );
|
||||
return deleteArtifact( artifact );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user