You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/02 03:17:20 UTC

[jira] [Commented] (FLINK-4561) replace all the scala version as a `scala.binary.version` property

    [ https://issues.apache.org/jira/browse/FLINK-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457364#comment-15457364 ] 

ASF GitHub Bot commented on FLINK-4561:
---------------------------------------

GitHub user shijinkui opened a pull request:

    https://github.com/apache/flink/pull/2459

    [FLINK-4561] replace all the scala version as a `scala.binary.version` property

    Replace all the scala version(2.10) as a property `scala.binary.version` defined in root pom properties. default scala version property is 2.10.
    modify:
    1. dependency include scala version
    2. module defining include scala version
    3. scala version upgrade to 2.11.8 from 2.11.7
    
    Only modify pom file.
    
    The pull request references the related JIRA issue ("[FLINK-4561] replace all the scala version as a `scala.binary.version` property")

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shijinkui/flink scala_version_property_replace

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2459.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2459
    
----
commit e8feaabcb4dc853c6e5b895c2351ea3d96351096
Author: shijinkui <sh...@huawei.com>
Date:   2016-09-02T03:14:07Z

    [FLINK-4561] replace all the scala version as a `scala.binary.version` property
    replace all the scala version(2.10) as a property `scala.binary.version` defined in root pom properties. default scala version property is 2.10.
    modify:
    1. dependency include scala version
    2. module defining include scala version
    3. scala version upgrade to 2.11.8 from 2.11.7

----


> replace all the scala version as a `scala.binary.version` property
> ------------------------------------------------------------------
>
>                 Key: FLINK-4561
>                 URL: https://issues.apache.org/jira/browse/FLINK-4561
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: shijinkui
>
> replace all the scala version(2.10) as a property `scala.binary.version` defined in root pom properties. default scala version property is 2.10.
> modify:
> 1. dependency include scala version 
> 2. module defining include scala version
> 3. scala version upgrade to 2.11.8 from 2.11.7



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