mirror of https://github.com/apache/archiva.git
revert consumer name which was accidentally changed in commit -r940163
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@940396 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ced10f5fa5
commit
76502a997d
|
@ -410,8 +410,8 @@ public class UploadAction
|
|||
|
||||
}
|
||||
|
||||
// explicitly update only if versionMetadata-updater consumer is not enabled!
|
||||
if ( !config.getRepositoryScanning().getKnownContentConsumers().contains( "versionMetadata-updater" ) )
|
||||
// explicitly update only if metadata-updater consumer is not enabled!
|
||||
if ( !config.getRepositoryScanning().getKnownContentConsumers().contains( "metadata-updater" ) )
|
||||
{
|
||||
updateProjectMetadata( targetPath.getAbsolutePath(), lastUpdatedTimestamp, timestamp, newBuildNumber,
|
||||
fixChecksums );
|
||||
|
|
Loading…
Reference in New Issue