[maven-release-plugin] rollback changes from release preparation of 0.21.1

git-svn-id: https://svn.apache.org/repos/asf/rave/tags/0.21@1464733 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 6da801f..696c316 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,12 +33,12 @@
     <name>Apache Rave :: rave-project</name>
     <description>Apache Rave Project</description>
     <packaging>pom</packaging>
-    <version>0.21.1-SNAPSHOT</version>
+    <version>0.21</version>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/rave/branches/0.21.1</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/rave/branches/0.21.1</developerConnection>
-        <url>http://svn.apache.org/viewvc/rave/branches/0.21.1</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/rave/tags/0.21</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/rave/tags/0.21</developerConnection>
+        <url>http://svn.apache.org/viewvc/rave/tags/0.21</url>
     </scm>
 
     <properties>
diff --git a/rave-components/pom.xml b/rave-components/pom.xml
index 5b3c55d..bfd3b9f 100644
--- a/rave-components/pom.xml
+++ b/rave-components/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-components</artifactId>
diff --git a/rave-components/rave-commons/pom.xml b/rave-components/rave-commons/pom.xml
index c6ee420..5001f47 100644
--- a/rave-components/rave-commons/pom.xml
+++ b/rave-components/rave-commons/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-commons</artifactId>
diff --git a/rave-components/rave-core-api/pom.xml b/rave-components/rave-core-api/pom.xml
index 25558a7..fda7817 100644
--- a/rave-components/rave-core-api/pom.xml
+++ b/rave-components/rave-core-api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rave-components/rave-core/pom.xml b/rave-components/rave-core/pom.xml
index 773f13c..ab2b211 100644
--- a/rave-components/rave-core/pom.xml
+++ b/rave-components/rave-core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-core</artifactId>
diff --git a/rave-components/rave-jpa/pom.xml b/rave-components/rave-jpa/pom.xml
index ccaf4cb..c6d58a9 100644
--- a/rave-components/rave-jpa/pom.xml
+++ b/rave-components/rave-jpa/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-jpa</artifactId>
diff --git a/rave-components/rave-mongodb/pom.xml b/rave-components/rave-mongodb/pom.xml
index b16f96e..830e76a 100644
--- a/rave-components/rave-mongodb/pom.xml
+++ b/rave-components/rave-mongodb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rave-components/rave-web/pom.xml b/rave-components/rave-web/pom.xml
index 0926a24..e334d7f 100644
--- a/rave-components/rave-web/pom.xml
+++ b/rave-components/rave-web/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-web</artifactId>
diff --git a/rave-custom-project-archetype/pom.xml b/rave-custom-project-archetype/pom.xml
index 0a74aa2..673d9c4 100644
--- a/rave-custom-project-archetype/pom.xml
+++ b/rave-custom-project-archetype/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-custom-project-archetype</artifactId>
diff --git a/rave-demo-gadgets/pom.xml b/rave-demo-gadgets/pom.xml
index 709d92d..c67493b 100644
--- a/rave-demo-gadgets/pom.xml
+++ b/rave-demo-gadgets/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.rave</groupId>
 		<artifactId>rave-project</artifactId>
-		<version>0.21.1-SNAPSHOT</version>
+		<version>0.21</version>
 	</parent>
 
 	<artifactId>rave-demo-gadgets</artifactId>
diff --git a/rave-integration-tests/pom.xml b/rave-integration-tests/pom.xml
index c11474c..ebc2b8d 100644
--- a/rave-integration-tests/pom.xml
+++ b/rave-integration-tests/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/rave-integration-tests/rave-admin-tests/pom.xml b/rave-integration-tests/rave-admin-tests/pom.xml
index 29fa56c..e2155b0 100644
--- a/rave-integration-tests/rave-admin-tests/pom.xml
+++ b/rave-integration-tests/rave-admin-tests/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.rave.integration-tests</groupId>
         <artifactId>rave-integration-tests</artifactId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/rave-integration-tests/rave-core-tests/pom.xml b/rave-integration-tests/rave-core-tests/pom.xml
index b756d20..b071e13 100644
--- a/rave-integration-tests/rave-core-tests/pom.xml
+++ b/rave-integration-tests/rave-core-tests/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.rave.integration-tests</groupId>
     <artifactId>rave-integration-tests</artifactId>
-    <version>0.21.1-SNAPSHOT</version>
+    <version>0.21</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/rave-integration-tests/rave-default-account-tests/pom.xml b/rave-integration-tests/rave-default-account-tests/pom.xml
index 22f0731..dedb96d 100644
--- a/rave-integration-tests/rave-default-account-tests/pom.xml
+++ b/rave-integration-tests/rave-default-account-tests/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.rave.integration-tests</groupId>
         <artifactId>rave-integration-tests</artifactId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/rave-integration-tests/rave-newuser-tests/pom.xml b/rave-integration-tests/rave-newuser-tests/pom.xml
index 5d48775..e0b13bb 100644
--- a/rave-integration-tests/rave-newuser-tests/pom.xml
+++ b/rave-integration-tests/rave-newuser-tests/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.rave.integration-tests</groupId>
         <artifactId>rave-integration-tests</artifactId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/rave-portal-dependencies/pom.xml b/rave-portal-dependencies/pom.xml
index 92c7524..d0a5b9d 100644
--- a/rave-portal-dependencies/pom.xml
+++ b/rave-portal-dependencies/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-project</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-portal-dependencies</artifactId>
diff --git a/rave-portal-resources/pom.xml b/rave-portal-resources/pom.xml
index e367a6f..eef3d6a 100644
--- a/rave-portal-resources/pom.xml
+++ b/rave-portal-resources/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>rave-project</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-portal-resources</artifactId>
diff --git a/rave-portal/pom.xml b/rave-portal/pom.xml
index 1a727fa..629fe69 100644
--- a/rave-portal/pom.xml
+++ b/rave-portal/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-portal</artifactId>
diff --git a/rave-providers/pom.xml b/rave-providers/pom.xml
index 4c5501f..e4af3a9 100644
--- a/rave-providers/pom.xml
+++ b/rave-providers/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-providers</artifactId>
diff --git a/rave-providers/rave-opensocial-provider/pom.xml b/rave-providers/rave-opensocial-provider/pom.xml
index e9479dc..e08e069 100644
--- a/rave-providers/rave-opensocial-provider/pom.xml
+++ b/rave-providers/rave-opensocial-provider/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-providers</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-opensocial-provider</artifactId>
diff --git a/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml b/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml
index a289e96..c22e05a 100644
--- a/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml
+++ b/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-opensocial-client</artifactId>
diff --git a/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml b/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml
index ef23d2a..ddf6f25 100644
--- a/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml
+++ b/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-opensocial-core</artifactId>
diff --git a/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml b/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml
index 803db4d..0e0322d 100644
--- a/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml
+++ b/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-opensocial-server</artifactId>
diff --git a/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/pom.xml b/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/pom.xml
index 66cb3a3..08ec62c 100644
--- a/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/pom.xml
+++ b/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-server</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-shindig-dependencies</artifactId>
diff --git a/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/pom.xml b/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/pom.xml
index 1f473a4..6b06911 100644
--- a/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/pom.xml
+++ b/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-server</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-shindig-resources</artifactId>
diff --git a/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml b/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml
index 93582f7..d533a5d 100644
--- a/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml
+++ b/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-opensocial-server</artifactId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-shindig</artifactId>
diff --git a/rave-providers/rave-w3c-provider/pom.xml b/rave-providers/rave-w3c-provider/pom.xml
index a93162f..76c9362 100644
--- a/rave-providers/rave-w3c-provider/pom.xml
+++ b/rave-providers/rave-w3c-provider/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-providers</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.21.1-SNAPSHOT</version>
+        <version>0.21</version>
     </parent>
 
     <artifactId>rave-w3c-provider</artifactId>