Repository: shiro
Updated Branches:
  refs/heads/1.4.x a63e1d85f -> 2cb70e725


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/2cb70e72
Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/2cb70e72
Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/2cb70e72

Branch: refs/heads/1.4.x
Commit: 2cb70e725abe0296507d3f429f81f0a3e4fd8bce
Parents: a63e1d8
Author: Brian Demers <bdem...@apache.org>
Authored: Mon Oct 17 15:50:56 2016 -0400
Committer: Brian Demers <bdem...@apache.org>
Committed: Mon Oct 17 15:50:56 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/2cb70e72/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/2cb70e72/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