always touch the file if updates are checked

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169840 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-05-12 16:15:26 +00:00
parent f1ddecc967
commit fec33b1885
1 changed files with 1 additions and 7 deletions

View File

@ -117,14 +117,8 @@ public abstract class AbstractVersionTransformation
artifact.setRepository( remoteRepository );
localMetadata = remoteMetadata;
checkedUpdates = true;
}
else if ( difference == 0 )
{
// Identical, simply touch the file to prevent re-checking
checkedUpdates = true;
}
checkedUpdates = true;
}
}