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 2010/05/20 21:17:22 UTC

svn commit: r946766 - in /incubator/shiro: branches/shiro-root-1.0.x/ branches/shiro-root-1.0.x/all/ branches/shiro-root-1.0.x/core/ branches/shiro-root-1.0.x/samples/ branches/shiro-root-1.0.x/samples/aspectj/ branches/shiro-root-1.0.x/samples/quickst...

Author: kaosko
Date: Thu May 20 19:17:21 2010
New Revision: 946766

URL: http://svn.apache.org/viewvc?rev=946766&view=rev
Log:
Rollback 1.0.0 release to include fix for https://issues.apache.org/jira/browse/SHIRO-167

Removed:
    incubator/shiro/tags/shiro-root-1.0.0-incubating/
Modified:
    incubator/shiro/branches/shiro-root-1.0.x/all/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/core/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/samples/aspectj/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/samples/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/samples/quickstart/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/samples/spring-hibernate/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/samples/spring/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/samples/web/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/support/groovy/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/support/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/support/quartz/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/support/spring/pom.xml
    incubator/shiro/branches/shiro-root-1.0.x/web/pom.xml

Modified: incubator/shiro/branches/shiro-root-1.0.x/all/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/all/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/all/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/all/pom.xml Thu May 20 19:17:21 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/pom.xml Thu May 20 19:17:21 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/pom.xml Thu May 20 19:17:21 2010
@@ -31,7 +31,7 @@
     <groupId>org.apache.shiro</groupId>
     <artifactId>shiro-root</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.1-incubating-SNAPSHOT</version>
+    <version>1.0-incubating-SNAPSHOT</version>
 
     <name>Apache Shiro</name>
     <url>http://incubator.apache.org/shiro/</url>

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/aspectj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/aspectj/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/aspectj/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/aspectj/pom.xml Thu May 20 19:17:21 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.shiro.samples</groupId>
 		<artifactId>shiro-samples</artifactId>
-		<version>1.0.1-incubating-SNAPSHOT</version>
+		<version>1.0-incubating-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/pom.xml Thu May 20 19:17:21 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/quickstart/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/quickstart/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/quickstart/pom.xml Thu May 20 19:17:21 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/pom.xml Thu May 20 19:17:21 2010
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0"    encoding="UTF-8"?>
 <!--
   ~ Licensed to the Apache Software Foundation (ASF) under one
   ~ or more contributor license agreements.  See the NOTICE file
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/spring-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/spring-hibernate/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/spring-hibernate/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/spring-hibernate/pom.xml Thu May 20 19:17:21 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/spring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/spring/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/spring/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/spring/pom.xml Thu May 20 19:17:21 2010
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0"    encoding="UTF-8"?>
 <!--
   ~ Licensed to the Apache Software Foundation (ASF) under one
   ~ or more contributor license agreements.  See the NOTICE file
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/web/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/web/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/web/pom.xml Thu May 20 19:17:21 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/aspectj/pom.xml Thu May 20 19:17:21 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/ehcache/pom.xml Thu May 20 19:17:21 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/groovy/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/groovy/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/groovy/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/groovy/pom.xml Thu May 20 19:17:21 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/pom.xml Thu May 20 19:17:21 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/quartz/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/quartz/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/quartz/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/quartz/pom.xml Thu May 20 19:17:21 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/support/spring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/support/spring/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/support/spring/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/support/spring/pom.xml Thu May 20 19:17:21 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/shiro/branches/shiro-root-1.0.x/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/web/pom.xml?rev=946766&r1=946765&r2=946766&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/web/pom.xml (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/web/pom.xml Thu May 20 19:17:21 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0.1-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>