[MRM-559] fix version setting

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587089 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2007-10-22 13:41:43 +00:00
parent 0b16483c88
commit cbeaabe941
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class ArchivaVersion
if ( StringUtils.isNotBlank( version ) )
{
ArchivaVersion.version = version;
return this.version;
return version;
}
}
catch ( IOException e )