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

michaelsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new a551ed5e7 IMPALA-11800: Pin versions:set to 2.13.0 to avoid regression
a551ed5e7 is described below

commit a551ed5e71d543dba9b274e0cd1e063d44ca54bc
Author: Michael Smith <[email protected]>
AuthorDate: Wed Dec 14 13:55:59 2022 -0800

    IMPALA-11800: Pin versions:set to 2.13.0 to avoid regression
    
    Pins the versions maven plugin to 2.13.0 to avoid
    https://github.com/mojohaus/versions/issues/848, which causes our
    all-build-options run to fail.
    
    Change-Id: I7c3e9dd70ca21e4a325fafd16d305af89bb2369b
    Reviewed-on: http://gerrit.cloudera.org:8080/19361
    Reviewed-by: Joe McDonnell <[email protected]>
    Tested-by: Michael Smith <[email protected]>
---
 bin/jenkins/build-all-flag-combinations.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/jenkins/build-all-flag-combinations.sh 
b/bin/jenkins/build-all-flag-combinations.sh
index f931af2ac..0d503d4e5 100755
--- a/bin/jenkins/build-all-flag-combinations.sh
+++ b/bin/jenkins/build-all-flag-combinations.sh
@@ -116,7 +116,7 @@ else
       -i impala-config.sh
   popd
   pushd java
-  mvn versions:set -DnewVersion=${NEW_MAVEN_VERSION}
+  mvn org.codehaus.mojo:versions-maven-plugin:2.13.0:set 
-DnewVersion=${NEW_MAVEN_VERSION}
   popd
 
   if ! ./bin/clean.sh; then

Reply via email to