[MRM-1282] make sure snapshot artifact versions are processed correctly - remove debugging

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@892792 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2009-12-21 12:15:06 +00:00
parent 5a92d22118
commit eea9187d45
1 changed files with 0 additions and 1 deletions

View File

@ -490,7 +490,6 @@ public class Maven2RepositoryMetadataResolver
{
String mainVersion =
projectVersion.substring( 0, projectVersion.length() - 8 ); // 8 is length of "SNAPSHOT"
System.out.println( file.getName() + " " + mainVersion );
Matcher m = Pattern.compile( projectId + "-" + mainVersion + "([0-9]{8}.[0-9]{6}-[0-9]+).*" ).matcher(
file.getName() );
m.matches();