fix property name

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@899012 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2010-01-14 00:53:31 +00:00
parent d0b3bb88a7
commit e81d9aebc9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public abstract class AbstractArtifactManagementTest
public String getArtifactId()
{
String artifactId = getProperty( "GROUPID" ) ;
String artifactId = getProperty( "ARTIFACTID" ) ;
return artifactId;
}