Github user ScrapCodes commented on a diff in the pull request:
https://github.com/apache/spark/pull/4876#discussion_r25752030
--- Diff: dev/change-version-to-2.10.sh ---
@@ -17,4 +17,7 @@
# limitations under the License.
#
find . -name 'pom.xml' | grep -v target \
- | xargs -I {} sed -i -e 's|\(artifactId.*\)_2.11|\1_2.10|g' {}
+ | xargs -I {} sed -i -e 's|\(artifactId.*\)_2.11|\1_2.10|g' {}
+
+# Also update <scala.binary.version> in parent POM
+sed -i -e 's|<scala\.binary\.version>2.11<|<scala.binary.version>2.10<|1'
pom.xml
--- End diff --
Not sure, but can't this be done through profiles in maven ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]