You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/07/24 11:53:16 UTC

[camel] branch main updated: INFRA-24713: remove the deployment work-around

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new f9a5ea57a5f INFRA-24713: remove the deployment work-around
f9a5ea57a5f is described below

commit f9a5ea57a5f0211444eefe67bfa52616c21de7a5
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Jul 24 13:16:12 2023 +0200

    INFRA-24713: remove the deployment work-around
    
    The issues preventing deployment seem to have been fixed
---
 Jenkinsfile.deploy | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 259485ee9a9..6836f537ee7 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -66,8 +66,6 @@ pipeline {
                 }
             }
             steps {
-                // Work-around for https://issues.apache.org/jira/browse/INFRA-24713
-                sh 'sed -i -e "s/3.9.2/3.8.8/g" .mvn/wrapper/maven-wrapper.properties'
                 sh "./mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -Dquickly clean deploy"
             }
         }