#150 - Polishing.

This commit is contained in:
Mark Paluch
2020-09-16 15:05:44 +02:00
parent bcdc1ce31b
commit 4f96df18a1

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;
}