LuciferYang commented on code in PR #39067:
URL: https://github.com/apache/spark/pull/39067#discussion_r1049340664
##########
dev/test-dependencies.sh:
##########
@@ -76,11 +76,13 @@ function reset_version {
find "$HOME/.m2/" | grep "$TEMP_VERSION" | xargs rm -rf
# Restore the original version number:
- $MVN -q versions:set -DnewVersion=$OLD_VERSION -DgenerateBackupPoms=false >
/dev/null
+ # SPARK-41522: ping versions-maven-plugin version for GA pass
+ $MVN -q org.codehaus.mojo:versions-maven-plugin:2.13.0:set
-DnewVersion=$OLD_VERSION -DgenerateBackupPoms=false > /dev/null
}
trap reset_version EXIT
-$MVN -q versions:set -DnewVersion=$TEMP_VERSION -DgenerateBackupPoms=false >
/dev/null
+# SPARK-41522: ping versions-maven-plugin version for GA pass
Review Comment:
thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]