o point at the correct pom.properties to display the version correctly

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@476734 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-11-19 06:49:34 +00:00
parent ef2141b58a
commit ac7fca0e94

View File

@ -44,7 +44,7 @@ public static void main( String[] args )
public String getPomPropertiesPath()
{
return "META-INF/maven/org.apache.maven/maven-core/pom.properties";
return "META-INF/maven/org.apache.maven.archiva/archiva-cli/pom.properties";
}
public Options buildCliOptions( Options options )