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/06/22 08:47:10 UTC

[camel] branch main updated (a7062365782 -> dffbb984650)

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

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


    from a7062365782 INFRA-24713: trying to work-around snapshot deployment issues
     new 7563a62ed74 INFRA-24713: trying to downgrade Maven
     new dffbb984650 Revert "INFRA-24713: trying to work-around snapshot deployment issues"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 Jenkinsfile.deploy                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Revert "INFRA-24713: trying to work-around snapshot deployment issues"

Posted by or...@apache.org.
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

commit dffbb984650d701e2771aa867135cc1302c35456
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Jun 22 10:46:37 2023 +0200

    Revert "INFRA-24713: trying to work-around snapshot deployment issues"
    
    This reverts commit a70623657827aaf2e957d5e615dc02724cacf5b2.
    
    This did not affect the publication of snapshots.
---
 Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 26df25d492d..18ca2c4e456 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -69,7 +69,7 @@ pipeline {
                 }
             }
             steps {
-                sh "./mvnw $MAVEN_PARAMS -Pdeploy -Dmaven.resolver.transport=wagon -Dmaven.test.skip.exec=true clean deploy"
+                sh "./mvnw $MAVEN_PARAMS -Pdeploy -Dmaven.test.skip.exec=true clean deploy"
             }
         }
 


[camel] 01/02: INFRA-24713: trying to downgrade Maven

Posted by or...@apache.org.
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

commit 7563a62ed7415848168c4474a04c5f79e70cb25c
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Jun 22 10:30:53 2023 +0200

    INFRA-24713: trying to downgrade Maven
    
    Revert "Upgrade Maven used by Maven Wrapper to version 3.9.2"
    
    This reverts commit 704656d121ccddd429378f2052f83863aa8f9f9e.
---
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties
index 3c6fda8c6e4..70f4f50fc39 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -14,5 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.8/apache-maven-3.8.8-bin.zip
 wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar