You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2015/02/19 17:10:09 UTC

incubator-nifi git commit: NIFI-282: - Fixing pom parent and artifact version.

Repository: incubator-nifi
Updated Branches:
  refs/heads/nifi-site-to-site-client 8506a0ce4 -> dbae98f22


NIFI-282:
- Fixing pom parent and artifact version.

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

Branch: refs/heads/nifi-site-to-site-client
Commit: dbae98f221fd97cc92f8e03c4c57a392d5c9b272
Parents: 8506a0c
Author: Matt Gilman <ma...@gmail.com>
Authored: Thu Feb 19 11:09:17 2015 -0500
Committer: Matt Gilman <ma...@gmail.com>
Committed: Thu Feb 19 11:09:17 2015 -0500

----------------------------------------------------------------------
 nifi/nifi-external/nifi-spark-receiver/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/dbae98f2/nifi/nifi-external/nifi-spark-receiver/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/nifi-external/nifi-spark-receiver/pom.xml b/nifi/nifi-external/nifi-spark-receiver/pom.xml
index b21d554..75d71f2 100644
--- a/nifi/nifi-external/nifi-spark-receiver/pom.xml
+++ b/nifi/nifi-external/nifi-spark-receiver/pom.xml
@@ -17,7 +17,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.nifi</groupId>
-        <artifactId>nifi</artifactId>
+        <artifactId>nifi-external</artifactId>
         <version>0.0.2-incubating-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.nifi</groupId>
@@ -32,7 +32,6 @@
 		<dependency>
 			<groupId>org.apache.nifi</groupId>
 			<artifactId>nifi-site-to-site-client</artifactId>
-			<version>0.0.2-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file