This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git


The following commit(s) were added to refs/heads/master by this push:
     new e5146a8  Remove deprecated mvn goal
e5146a8 is described below

commit e5146a8a7ece74651d21d380b15594715828574f
Author: P. Ottlinger <[email protected]>
AuthorDate: Fri Jan 23 12:12:12 2026 +0100

    Remove deprecated mvn goal
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1d2b142..5786ef5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -97,7 +97,7 @@ pipeline {
         stage('Print available updates') {
             steps {
                 echo 'Show available plugin and dependency updates'
-                sh './mvnw versions:display-dependency-updates 
versions:display-plugin-updates enforcer:display-info -U -B'
+                sh './mvnw versions:display-dependency-updates 
versions:display-plugin-updates -U -B'
             }
         }
 

Reply via email to