[ https://issues.apache.org/jira/browse/NIFI-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15471021#comment-15471021 ]
ASF subversion and git services commented on NIFI-2741: ------------------------------------------------------- Commit 80224e3e5ed7ee7b09c4985a920a7fa393bff26c in nifi's branch refs/heads/master from [~vijay_k] [ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=80224e3 ] NIFI-2741 Move HBase, Storm, Hive, and Kafka versions into properties. Signed-off-by: Bryan Bende <bbe...@apache.org> > 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)