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 23:10:07 UTC

svn commit: r946785 - in /incubator/shiro/branches/shiro-root-1.0.x: ./ all/ core/ samples/ samples/aspectj/ samples/quickstart/ samples/spring-client/ samples/spring-hibernate/ samples/spring/ samples/web/ support/ support/aspectj/ support/ehcache/ su...

Author: kaosko
Date: Thu May 20 21:10:06 2010
New Revision: 946785

URL: http://svn.apache.org/viewvc?rev=946785&view=rev
Log:
[maven-release-plugin] prepare release 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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -31,7 +31,7 @@
     <groupId>org.apache.shiro</groupId>
     <artifactId>shiro-root</artifactId>
     <packaging>pom</packaging>
-    <version>1.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating</version>
 
     <name>Apache Shiro</name>
     <url>http://incubator.apache.org/shiro/</url>
@@ -42,9 +42,9 @@
     <inceptionYear>2004</inceptionYear>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shiro/branches/shiro-root-1.0.x</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shiro/branches/shiro-root-1.0.x</developerConnection>
-        <url>http://svn.apache.org/repos/asf/incubator/shiro/branches/shiro-root-1.0.x</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shiro/tags/shiro-root-1.0.0-incubating</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shiro/tags/shiro-root-1.0.0-incubating</developerConnection>
+        <url>http://svn.apache.org/repos/asf/incubator/shiro/tags/shiro-root-1.0.0-incubating</url>
     </scm>
     <issueManagement>
         <system>Jira</system>

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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.shiro.samples</groupId>
 		<artifactId>shiro-samples</artifactId>
-		<version>1.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 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-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 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-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</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=946785&r1=946784&r2=946785&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 21:10:06 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>