From issues-return-63797-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Sat Sep 1 04:15:53 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4E8CC180718 for ; Sat, 1 Sep 2018 04:15:53 +0200 (CEST) Received: (qmail 3868 invoked by uid 500); 1 Sep 2018 02:15:52 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 3780 invoked by uid 99); 1 Sep 2018 02:15:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Sep 2018 02:15:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 84060E0A43; Sat, 1 Sep 2018 02:15:51 +0000 (UTC) From: MikeThomsen To: issues@nifi.apache.org Reply-To: issues@nifi.apache.org References: In-Reply-To: Subject: [GitHub] nifi pull request #2820: NIFI-5327 Adding Netflowv5 protocol parser Content-Type: text/plain Message-Id: <20180901021551.84060E0A43@git1-us-west.apache.org> Date: Sat, 1 Sep 2018 02:15:51 +0000 (UTC) Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2820#discussion_r214501605 --- Diff: nifi-nar-bundles/nifi-network-bundle/nifi-network-processors/pom.xml --- @@ -0,0 +1,67 @@ + + + + 4.0.0 + + + org.apache.nifi + nifi-network-bundle + 1.8.0-SNAPSHOT + + + nifi-network-processors + jar + + + + org.apache.nifi + nifi-api + + + org.apache.nifi + nifi-utils + 1.8.0-SNAPSHOT --- End diff -- We should be able to dispense with these manual version numbers. ---