You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2015/01/23 07:27:16 UTC

[1/2] incubator-nifi git commit: NIFI 270 fixed organization and excluded DEPENDENCIES from rat check

Repository: incubator-nifi
Updated Branches:
  refs/heads/develop 2f4727db5 -> 43e646e68


NIFI 270 fixed organization and excluded DEPENDENCIES from rat check


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/f85b8714
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/f85b8714
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/f85b8714

Branch: refs/heads/develop
Commit: f85b8714a10dd314c07de8f2150945c0b6191e88
Parents: 2f4727d
Author: joewitt <jo...@apache.org>
Authored: Fri Jan 23 01:25:59 2015 -0500
Committer: joewitt <jo...@apache.org>
Committed: Fri Jan 23 01:25:59 2015 -0500

----------------------------------------------------------------------
 nifi-nar-maven-plugin/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/f85b8714/nifi-nar-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-maven-plugin/pom.xml b/nifi-nar-maven-plugin/pom.xml
index cb59c13..c0f3583 100644
--- a/nifi-nar-maven-plugin/pom.xml
+++ b/nifi-nar-maven-plugin/pom.xml
@@ -29,8 +29,8 @@
     <description>Apache NiFi Nar Plugin. It is currently a part of the Apache Incubator.</description>
     <url>http://nifi.incubator.apache.org/maven-site/</url>
     <organization>
-        <name>Apache NiFi (incubating) Project</name>
-        <url>http://nifi.incubating.apache.org/</url>
+        <name>Apache NiFi (incubating)</name>
+        <url>http://nifi.incubator.apache.org/</url>
     </organization>
     <licenses>
         <license>
@@ -208,6 +208,7 @@
                     <excludes>
                         <exclude>nb-configuration.xml</exclude>
                         <exclude>nbactions.xml</exclude>
+                        <exclude>DEPENDENCIES</exclude>
                     </excludes>
                 </configuration>
             </plugin>


[2/2] incubator-nifi git commit: NIFI 270 fixed organization and excluded DEPENDENCIES from rat check

Posted by jo...@apache.org.
NIFI 270 fixed organization and excluded DEPENDENCIES from rat check


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/43e646e6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/43e646e6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/43e646e6

Branch: refs/heads/develop
Commit: 43e646e68e4871325124f9978f24733f717036c3
Parents: f85b871
Author: joewitt <jo...@apache.org>
Authored: Fri Jan 23 01:26:58 2015 -0500
Committer: joewitt <jo...@apache.org>
Committed: Fri Jan 23 01:26:58 2015 -0500

----------------------------------------------------------------------
 nifi/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/43e646e6/nifi/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/pom.xml b/nifi/pom.xml
index 4237cc2..9dac476 100644
--- a/nifi/pom.xml
+++ b/nifi/pom.xml
@@ -28,8 +28,8 @@
     <description>Apache NiFi is a dataflow system based on the concepts of flow-based programming. It is currently a part of the Apache Incubator.</description>
     <url>http://nifi.incubator.apache.org/maven-site/</url>
     <organization>
-        <name>Apache NiFi (incubating) Project</name>
-        <url>http://nifi.incubating.apache.org/</url>
+        <name>Apache NiFi (incubating)</name>
+        <url>http://nifi.incubator.apache.org/</url>
     </organization>
     <licenses>
         <license>
@@ -966,6 +966,7 @@
                         <exclude>src/test/resources/</exclude> <!-- Test datasets -->
                         <exclude>nb-configuration.xml</exclude>
                         <exclude>nbactions.xml</exclude>
+                        <exclude>DEPENDENCIES</exclude>
                     </excludes>
                 </configuration>
             </plugin>