You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/01/03 02:05:18 UTC

[GitHub] SamHjelmfelt commented on a change in pull request #3241: NIFI-5922: NiFi-Fn, an alternative runtime for NiFi flows

SamHjelmfelt commented on a change in pull request #3241: NIFI-5922: NiFi-Fn, an alternative runtime for NiFi flows
URL: https://github.com/apache/nifi/pull/3241#discussion_r244901599
 
 

 ##########
 File path: nifi-fn/pom.xml
 ##########
 @@ -0,0 +1,145 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <groupId>org.apache.nifi.fn</groupId>
+    <artifactId>nifi-fn</artifactId>
+    <version>1.0-SNAPSHOT</version>
 
 Review comment:
   Makes sense. Updated.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services