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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15469773#comment-15469773 ] 

Vijay Kumar commented on NIFI-2741:
-----------------------------------

[~joewitt]
Verified the build with the patch submitted here.


> 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
>             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)