Repository: nifi-registry
Updated Branches:
  refs/heads/master e1bd6e26f -> 6a9100086


NIFIREG-186 Referencing the correct parent artifact.

This closes #141.

Signed-off-by: Kevin Doran <kdo...@apache.org>


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

Branch: refs/heads/master
Commit: 6a91000860bb5b15768d2f4517f049635da2e8f6
Parents: e1bd6e2
Author: Matt Gilman <matt.c.gil...@gmail.com>
Authored: Thu Sep 20 15:05:01 2018 -0400
Committer: Kevin Doran <kdo...@apache.org>
Committed: Thu Sep 20 15:31:57 2018 -0400

----------------------------------------------------------------------
 .../nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml     | 2 +-
 .../nifi-registry-ranger-jersey-bundle/pom.xml                     | 2 +-
 .../nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/6a910008/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml
----------------------------------------------------------------------
diff --git 
a/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml
 
b/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml
index 003840d..e8d4b0c 100644
--- 
a/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml
+++ 
b/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml
@@ -17,7 +17,7 @@
          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";>
     <parent>
-        <artifactId>nifi-registry-extensions</artifactId>
+        <artifactId>nifi-registry-ranger</artifactId>
         <groupId>org.apache.nifi.registry</groupId>
         <version>0.3.0-SNAPSHOT</version>
     </parent>

http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/6a910008/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml
----------------------------------------------------------------------
diff --git 
a/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml
 
b/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml
index f81bbf1..f24011c 100644
--- 
a/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml
+++ 
b/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml
@@ -17,7 +17,7 @@
          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";>
     <parent>
-        <artifactId>nifi-registry-extensions</artifactId>
+        <artifactId>nifi-registry-ranger</artifactId>
         <groupId>org.apache.nifi.registry</groupId>
         <version>0.3.0-SNAPSHOT</version>
     </parent>

http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/6a910008/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
----------------------------------------------------------------------
diff --git 
a/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
 
b/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
index 8b4daee..5924a1c 100644
--- 
a/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
+++ 
b/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
@@ -17,7 +17,7 @@
          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";>
     <parent>
-        <artifactId>nifi-registry-extensions</artifactId>
+        <artifactId>nifi-registry-ranger</artifactId>
         <groupId>org.apache.nifi.registry</groupId>
         <version>0.3.0-SNAPSHOT</version>
     </parent>

Reply via email to