Repository: nifi Updated Branches: refs/heads/master 0e085bddd -> 7e7d79fc6
http://git-wip-us.apache.org/repos/asf/nifi/blob/7e7d79fc/nifi-nar-bundles/nifi-media-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-media-bundle/pom.xml b/nifi-nar-bundles/nifi-media-bundle/pom.xml new file mode 100644 index 0000000..e9d78d5 --- /dev/null +++ b/nifi-nar-bundles/nifi-media-bundle/pom.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<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> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <artifactId>nifi-media-bundle</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <modules> + <module>nifi-media-processors</module> + <module>nifi-media-nar</module> + <module>nifi-image-viewer</module> + </modules> + +</project> http://git-wip-us.apache.org/repos/asf/nifi/blob/7e7d79fc/nifi-nar-bundles/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/pom.xml b/nifi-nar-bundles/pom.xml index b299587..dba9ae7 100644 --- a/nifi-nar-bundles/pom.xml +++ b/nifi-nar-bundles/pom.xml @@ -44,7 +44,7 @@ <module>nifi-flume-bundle</module> <module>nifi-hbase-bundle</module> <module>nifi-ambari-bundle</module> - <module>nifi-image-bundle</module> + <module>nifi-media-bundle</module> <module>nifi-avro-bundle</module> <module>nifi-couchbase-bundle</module> <module>nifi-azure-bundle</module> http://git-wip-us.apache.org/repos/asf/nifi/blob/7e7d79fc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 293a7a2..8a3dad8 100644 --- a/pom.xml +++ b/pom.xml @@ -1025,7 +1025,7 @@ language governing permissions and limitations under the License. --> </dependency> <dependency> <groupId>org.apache.nifi</groupId> - <artifactId>nifi-image-nar</artifactId> + <artifactId>nifi-media-nar</artifactId> <version>1.0.0-SNAPSHOT</version> <type>nar</type> </dependency>
