From 1b64a960a2a6a1d4d00846efb7c389924aeaffda Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Mon, 13 Dec 2021 16:58:54 -0600 Subject: [PATCH] Polishing. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 83e06ad5..baa4228b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -100,7 +100,7 @@ pipeline { slackSend( color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger', channel: '#spring-ws', - message: "@here Spring WS ${PROJECT_VERSION} is staged on Sonatype awaiting closure and release.") + message: "Spring WS ${PROJECT_VERSION} is staged on Sonatype awaiting closure and release.") } else { sh "PROFILE=distribute,${RELEASE_TYPE} ci/build-and-deploy-to-artifactory.sh" }