// reconciliate
reconcileReference(reference, targetReference, componentName);
// create component reference for the reference
source.getReferences().add(targetReference);
try {
processor.resolveReference(targetReference, contrib
.getModelResolver());
} catch (ContributionResolveException e) {
throw new ComponentUpdaterException(
"Contribution Resolving Exception while updating..");
}