Vijay Kumar created NIFI-2741:
---------------------------------
Summary: 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
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)