#150 - Polishing.

This commit is contained in:
Mark Paluch
2020-09-16 15:05:44 +02:00
parent 6cba090458
commit 18fb35c4cf

View File

@@ -49,7 +49,7 @@ public class DeploymentOperations {
if (information.getModule().getIteration().isPublic()) {
logger.log(information.getModule(),
"Skipping build promotion as it's a public version and was deployed to Maven Central directly,");
"Skipping build promotion as it's a public version and was staged to OSS Sonatype.");
return;
}