You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2012/01/19 07:33:31 UTC

svn commit: r1233202 - in /shiro/branches/1.2.x: ./ all/ core/ samples/ samples/aspectj/ samples/quickstart/ samples/spring-client/ samples/spring-hibernate/ samples/spring/ samples/web/ support/ support/aspectj/ support/cas/ support/ehcache/ support/f...

Author: lhazlewood
Date: Thu Jan 19 06:33:30 2012
New Revision: 1233202

URL: http://svn.apache.org/viewvc?rev=1233202&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    shiro/branches/1.2.x/all/pom.xml
    shiro/branches/1.2.x/core/pom.xml
    shiro/branches/1.2.x/pom.xml
    shiro/branches/1.2.x/samples/aspectj/pom.xml
    shiro/branches/1.2.x/samples/pom.xml
    shiro/branches/1.2.x/samples/quickstart/pom.xml
    shiro/branches/1.2.x/samples/spring-client/pom.xml
    shiro/branches/1.2.x/samples/spring-hibernate/pom.xml
    shiro/branches/1.2.x/samples/spring/pom.xml
    shiro/branches/1.2.x/samples/web/pom.xml
    shiro/branches/1.2.x/support/aspectj/pom.xml
    shiro/branches/1.2.x/support/cas/pom.xml
    shiro/branches/1.2.x/support/ehcache/pom.xml
    shiro/branches/1.2.x/support/features/pom.xml
    shiro/branches/1.2.x/support/guice/pom.xml
    shiro/branches/1.2.x/support/openid4j/pom.xml
    shiro/branches/1.2.x/support/pom.xml
    shiro/branches/1.2.x/support/quartz/pom.xml
    shiro/branches/1.2.x/support/spring/pom.xml
    shiro/branches/1.2.x/tools/hasher/pom.xml
    shiro/branches/1.2.x/tools/pom.xml
    shiro/branches/1.2.x/web/pom.xml

Modified: shiro/branches/1.2.x/all/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/all/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/all/pom.xml (original)
+++ shiro/branches/1.2.x/all/pom.xml Thu Jan 19 06:33:30 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/core/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/core/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/core/pom.xml (original)
+++ shiro/branches/1.2.x/core/pom.xml Thu Jan 19 06:33:30 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/pom.xml (original)
+++ shiro/branches/1.2.x/pom.xml Thu Jan 19 06:33:30 2012
@@ -30,7 +30,7 @@
     <groupId>org.apache.shiro</groupId>
     <artifactId>shiro-root</artifactId>
     <packaging>pom</packaging>
-    <version>1.2.0</version>
+    <version>1.2.1-SNAPSHOT</version>
 
     <name>Apache Shiro</name>
     <url>http://shiro.apache.org/</url>
@@ -41,9 +41,9 @@
     <inceptionYear>2004</inceptionYear>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/shiro/tags/shiro-root-1.2.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shiro/tags/shiro-root-1.2.0</developerConnection>
-        <url>http://svn.apache.org/repos/asf/shiro/tags/shiro-root-1.2.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/shiro/branches/1.2.x</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shiro/branches/1.2.x</developerConnection>
+        <url>http://svn.apache.org/repos/asf/shiro/branches/1.2.x</url>
     </scm>
     <issueManagement>
         <system>Jira</system>

Modified: shiro/branches/1.2.x/samples/aspectj/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/samples/aspectj/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/samples/aspectj/pom.xml (original)
+++ shiro/branches/1.2.x/samples/aspectj/pom.xml Thu Jan 19 06:33:30 2012
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.shiro.samples</groupId>
 		<artifactId>shiro-samples</artifactId>
-		<version>1.2.0</version>
+		<version>1.2.1-SNAPSHOT</version>
 	        <relativePath>../pom.xml</relativePath> 
         </parent>
 

Modified: shiro/branches/1.2.x/samples/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/samples/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/samples/pom.xml (original)
+++ shiro/branches/1.2.x/samples/pom.xml Thu Jan 19 06:33:30 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/samples/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/samples/quickstart/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/samples/quickstart/pom.xml (original)
+++ shiro/branches/1.2.x/samples/quickstart/pom.xml Thu Jan 19 06:33:30 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/samples/spring-client/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/samples/spring-client/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/samples/spring-client/pom.xml (original)
+++ shiro/branches/1.2.x/samples/spring-client/pom.xml Thu Jan 19 06:33:30 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/samples/spring-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/samples/spring-hibernate/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/samples/spring-hibernate/pom.xml (original)
+++ shiro/branches/1.2.x/samples/spring-hibernate/pom.xml Thu Jan 19 06:33:30 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/samples/spring/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/samples/spring/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/samples/spring/pom.xml (original)
+++ shiro/branches/1.2.x/samples/spring/pom.xml Thu Jan 19 06:33:30 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/samples/web/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/samples/web/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/samples/web/pom.xml (original)
+++ shiro/branches/1.2.x/samples/web/pom.xml Thu Jan 19 06:33:30 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro.samples</groupId>
         <artifactId>shiro-samples</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/support/aspectj/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/support/aspectj/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/support/aspectj/pom.xml (original)
+++ shiro/branches/1.2.x/support/aspectj/pom.xml Thu Jan 19 06:33:30 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/support/cas/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/support/cas/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/support/cas/pom.xml (original)
+++ shiro/branches/1.2.x/support/cas/pom.xml Thu Jan 19 06:33:30 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/support/ehcache/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/support/ehcache/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/support/ehcache/pom.xml (original)
+++ shiro/branches/1.2.x/support/ehcache/pom.xml Thu Jan 19 06:33:30 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/support/features/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/support/features/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/support/features/pom.xml (original)
+++ shiro/branches/1.2.x/support/features/pom.xml Thu Jan 19 06:33:30 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/support/guice/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/support/guice/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/support/guice/pom.xml (original)
+++ shiro/branches/1.2.x/support/guice/pom.xml Thu Jan 19 06:33:30 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/support/openid4j/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/support/openid4j/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/support/openid4j/pom.xml (original)
+++ shiro/branches/1.2.x/support/openid4j/pom.xml Thu Jan 19 06:33:30 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/support/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/support/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/support/pom.xml (original)
+++ shiro/branches/1.2.x/support/pom.xml Thu Jan 19 06:33:30 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/support/quartz/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/support/quartz/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/support/quartz/pom.xml (original)
+++ shiro/branches/1.2.x/support/quartz/pom.xml Thu Jan 19 06:33:30 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/support/spring/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/support/spring/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/support/spring/pom.xml (original)
+++ shiro/branches/1.2.x/support/spring/pom.xml Thu Jan 19 06:33:30 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/tools/hasher/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/tools/hasher/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/tools/hasher/pom.xml (original)
+++ shiro/branches/1.2.x/tools/hasher/pom.xml Thu Jan 19 06:33:30 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro.tools</groupId>
         <artifactId>shiro-tools</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/tools/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/tools/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/tools/pom.xml (original)
+++ shiro/branches/1.2.x/tools/pom.xml Thu Jan 19 06:33:30 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: shiro/branches/1.2.x/web/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/web/pom.xml?rev=1233202&r1=1233201&r2=1233202&view=diff
==============================================================================
--- shiro/branches/1.2.x/web/pom.xml (original)
+++ shiro/branches/1.2.x/web/pom.xml Thu Jan 19 06:33:30 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-root</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>