}
ArtifactVersionNotification notification = new ArtifactVersionNotification(version);
artifactVersionNotificationService.create(notification);
follower.addNotification(notification);
notifications.add(notification);
if (followedArtifact.getLastNotifiedVersionDate().before(version.getLastUpdateDate())) {
followedArtifact.setLastNotifiedVersionDate(version.getLastUpdateDate());
}
}