You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by ka...@apache.org on 2011/02/10 19:55:14 UTC

svn commit: r1069529 - in /shiro/trunk: all/ core/ samples/ samples/aspectj/ samples/quickstart/ samples/spring-client/ samples/spring-hibernate/ samples/spring/ samples/web/ support/ support/aspectj/ support/ehcache/ support/groovy/ support/quartz/ su...

Author: kaosko
Date: Thu Feb 10 18:55:13 2011
New Revision: 1069529

URL: http://svn.apache.org/viewvc?rev=1069529&view=rev
Log:
RESOLVED - issue SHIRO-236: Adding <relativePath> to the <parent> element to avoid Maven 3.0.x issue where parent is not in local repo yet. 
https://issues.apache.org/jira/browse/SHIRO-236
- applied the proposed patch as is (add relativePath element to the poms)

Modified:
    shiro/trunk/all/pom.xml
    shiro/trunk/core/pom.xml
    shiro/trunk/samples/aspectj/pom.xml
    shiro/trunk/samples/pom.xml
    shiro/trunk/samples/quickstart/pom.xml
    shiro/trunk/samples/spring-client/pom.xml
    shiro/trunk/samples/spring-hibernate/pom.xml
    shiro/trunk/samples/spring/pom.xml
    shiro/trunk/samples/web/pom.xml
    shiro/trunk/support/aspectj/pom.xml
    shiro/trunk/support/ehcache/pom.xml
    shiro/trunk/support/groovy/pom.xml
    shiro/trunk/support/pom.xml
    shiro/trunk/support/quartz/pom.xml
    shiro/trunk/support/spring/pom.xml
    shiro/trunk/web/pom.xml

Modified: shiro/trunk/all/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/all/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/all/pom.xml (original)
+++ shiro/trunk/all/pom.xml Thu Feb 10 18:55:13 2011
@@ -23,6 +23,7 @@
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -116,4 +117,4 @@
             </plugin>
         </plugins>
     </reporting>
-</project>
\ No newline at end of file
+</project>

Modified: shiro/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/core/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/core/pom.xml (original)
+++ shiro/trunk/core/pom.xml Thu Feb 10 18:55:13 2011
@@ -23,6 +23,7 @@
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: shiro/trunk/samples/aspectj/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/samples/aspectj/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/samples/aspectj/pom.xml (original)
+++ shiro/trunk/samples/aspectj/pom.xml Thu Feb 10 18:55:13 2011
@@ -24,7 +24,8 @@
 		<groupId>org.apache.shiro.samples</groupId>
 		<artifactId>shiro-samples</artifactId>
 		<version>1.2.0-SNAPSHOT</version>
-	</parent>
+	        <relativePath>../pom.xml</relativePath> 
+        </parent>
 
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>samples-aspectj</artifactId>

Modified: shiro/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/samples/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/samples/pom.xml (original)
+++ shiro/trunk/samples/pom.xml Thu Feb 10 18:55:13 2011
@@ -23,6 +23,7 @@
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: shiro/trunk/samples/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/samples/quickstart/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/samples/quickstart/pom.xml (original)
+++ shiro/trunk/samples/quickstart/pom.xml Thu Feb 10 18:55:13 2011
@@ -24,6 +24,7 @@
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: shiro/trunk/samples/spring-client/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/samples/spring-client/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/samples/spring-client/pom.xml (original)
+++ shiro/trunk/samples/spring-client/pom.xml Thu Feb 10 18:55:13 2011
@@ -25,6 +25,7 @@
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: shiro/trunk/samples/spring-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/samples/spring-hibernate/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/samples/spring-hibernate/pom.xml (original)
+++ shiro/trunk/samples/spring-hibernate/pom.xml Thu Feb 10 18:55:13 2011
@@ -24,6 +24,7 @@
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: shiro/trunk/samples/spring/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/samples/spring/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/samples/spring/pom.xml (original)
+++ shiro/trunk/samples/spring/pom.xml Thu Feb 10 18:55:13 2011
@@ -24,6 +24,7 @@
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: shiro/trunk/samples/web/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/samples/web/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/samples/web/pom.xml (original)
+++ shiro/trunk/samples/web/pom.xml Thu Feb 10 18:55:13 2011
@@ -24,6 +24,7 @@
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: shiro/trunk/support/aspectj/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/support/aspectj/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/support/aspectj/pom.xml (original)
+++ shiro/trunk/support/aspectj/pom.xml Thu Feb 10 18:55:13 2011
@@ -23,6 +23,7 @@
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: shiro/trunk/support/ehcache/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/support/ehcache/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/support/ehcache/pom.xml (original)
+++ shiro/trunk/support/ehcache/pom.xml Thu Feb 10 18:55:13 2011
@@ -23,6 +23,7 @@
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: shiro/trunk/support/groovy/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/support/groovy/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/support/groovy/pom.xml (original)
+++ shiro/trunk/support/groovy/pom.xml Thu Feb 10 18:55:13 2011
@@ -24,6 +24,7 @@
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: shiro/trunk/support/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/support/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/support/pom.xml (original)
+++ shiro/trunk/support/pom.xml Thu Feb 10 18:55:13 2011
@@ -23,6 +23,7 @@
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: shiro/trunk/support/quartz/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/support/quartz/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/support/quartz/pom.xml (original)
+++ shiro/trunk/support/quartz/pom.xml Thu Feb 10 18:55:13 2011
@@ -23,6 +23,7 @@
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: shiro/trunk/support/spring/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/support/spring/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/support/spring/pom.xml (original)
+++ shiro/trunk/support/spring/pom.xml Thu Feb 10 18:55:13 2011
@@ -23,6 +23,7 @@
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: shiro/trunk/web/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/web/pom.xml?rev=1069529&r1=1069528&r2=1069529&view=diff
==============================================================================
--- shiro/trunk/web/pom.xml (original)
+++ shiro/trunk/web/pom.xml Thu Feb 10 18:55:13 2011
@@ -24,6 +24,7 @@
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
         <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>