2015-12-22 13:10:45 -05:00
|
|
|
<?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>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-nar-bundles</artifactId>
|
2015-12-29 13:43:54 -05:00
|
|
|
<version>0.4.2-SNAPSHOT</version>
|
2015-12-22 13:10:45 -05:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-elasticsearch-bundle</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2015-12-29 13:43:54 -05:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<lucene.version>5.3.1</lucene.version>
|
|
|
|
</properties>
|
|
|
|
|
2015-12-22 13:10:45 -05:00
|
|
|
<modules>
|
|
|
|
<module>nifi-elasticsearch-nar</module>
|
|
|
|
<module>nifi-elasticsearch-processors</module>
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
</project>
|