correct parent pom issues with new submodules

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

Branch: refs/heads/master
Commit: 6c5701a8d757b56cc8be8991fbdf9cebeeb62d95
Parents: f2dfa7f
Author: Brian Demers <bdem...@apache.org>
Authored: Mon Oct 17 15:50:56 2016 -0400
Committer: Brian Demers <bdem...@apache.org>
Committed: Tue Oct 18 13:55:12 2016 -0400

----------------------------------------------------------------------
 samples/spring-boot-web/pom.xml | 4 ++--
 support/jaxrs/pom.xml           | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro/blob/6c5701a8/samples/spring-boot-web/pom.xml
----------------------------------------------------------------------
diff --git a/samples/spring-boot-web/pom.xml b/samples/spring-boot-web/pom.xml
index 4aef911..a45952e 100644
--- a/samples/spring-boot-web/pom.xml
+++ b/samples/spring-boot-web/pom.xml
@@ -23,8 +23,8 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.shiro</groupId>
-        <artifactId>shiro-spring-boot</artifactId>
+        <groupId>org.apache.shiro.samples</groupId>
+        <artifactId>shiro-samples</artifactId>
         <version>1.4.0-SNAPSHOT</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/shiro/blob/6c5701a8/support/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/support/jaxrs/pom.xml b/support/jaxrs/pom.xml
index 0c51641..05b3c5b 100644
--- a/support/jaxrs/pom.xml
+++ b/support/jaxrs/pom.xml
@@ -21,9 +21,8 @@
 
     <parent>
         <groupId>org.apache.shiro</groupId>
-        <artifactId>shiro-root</artifactId>
+        <artifactId>shiro-support</artifactId>
         <version>1.4.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Reply via email to