[
https://issues.apache.org/jira/browse/NIFI-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vijay Kumar updated NIFI-2741:
------------------------------
Description:
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}
was:
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}
> 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
> Reporter: Vijay Kumar
> Fix For: 1.1.0
>
>
> 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)