You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Josh Rosen (JIRA)" <ji...@apache.org> on 2015/08/20 03:17:45 UTC

[jira] [Created] (SPARK-10126) Fix typo in release-build.sh which broke snapshot publishing for Scala 2.11

Josh Rosen created SPARK-10126:
----------------------------------

             Summary: Fix typo in release-build.sh which broke snapshot publishing for Scala 2.11
                 Key: SPARK-10126
                 URL: https://issues.apache.org/jira/browse/SPARK-10126
             Project: Spark
          Issue Type: Bug
          Components: Build, Project Infra
    Affects Versions: 1.5.0
            Reporter: Josh Rosen
            Priority: Blocker


Obvious typo in release-build.sh broke the 2.11 Maven snapshot publisher:

{code}
./dev/change-scala-version.sh 2.10
$MVN -DzincPort=$ZINC_PORT -Dscala-2.11 --settings $tmp_settings \
-DskipTests $PUBLISH_PROFILES deploy
{code}

Should change to 2.11, not 2.10.  Should probably clean in-between as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org