From 3f5707c9e21ac9c658a4774cec193da2e294b752 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Tue, 14 Dec 2021 05:06:41 -0600 Subject: [PATCH] Polishing. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a92d946f..afb78f80 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -188,7 +188,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" }