You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (JIRA)" <ji...@apache.org> on 2016/09/07 16:01:21 UTC

[jira] [Assigned] (NIFI-2741) move all apache dependencies version to parent pom properties and replace version values with property strings

     [ https://issues.apache.org/jira/browse/NIFI-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Bende reassigned NIFI-2741:
---------------------------------

    Assignee: Bryan Bende

> move all apache dependencies version to parent pom properties and replace version values with property strings
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-2741
>                 URL: https://issues.apache.org/jira/browse/NIFI-2741
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Tools and Build
>    Affects Versions: 1.0.0
>            Reporter: Vijay Kumar
>            Assignee: Bryan Bende
>             Fix For: 1.1.0
>
>         Attachments: 0001-NIFI-2741-move-apache-dependencies-version-to-parent.patch
>
>
> For instance: https://github.com/apache/nifi/blob/master/nifi-external/nifi-storm-spout/pom.xml#L30
> Could be replaced with storm.version with parent pom.xml properties section updated as:
> {code}
> <properties>
>   <storm.version>1.0.1</storm.version>
> </properties> 
> {code}
> Similarly: https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-hbase-bundle/pom.xml#L43 
> Could be replaced with parent pom update:
> {code} 
> <properties>
>  <hbase.version>1.1.2</hbase.version>
> </properties>
> {code}



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