[maven-release-plugin] prepare release apache-vxquery-0.2-incubating

git-svn-id: https://svn.apache.org/repos/asf/incubator/vxquery/branches/vxquery_0_2_staging@1528940 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 7a0f170..91c4509 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.vxquery</groupId>
   <artifactId>apache-vxquery</artifactId>
-  <version>0.2-incubating-SNAPSHOT</version>
+  <version>0.2-incubating</version>
   <packaging>pom</packaging>
   <name>VXQuery</name>
   <description>A Versatile XQuery Processor</description>
@@ -47,9 +47,9 @@
   </licenses>
   
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/vxquery</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/vxquery/branches/vxquery_0_2_staging</developerConnection>
-    <url>https://svn.apache.org/repos/asf/incubator/vxquery</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/vxquery/tags/apache-vxquery-0.2-incubating</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/vxquery/tags/apache-vxquery-0.2-incubating</developerConnection>
+    <url>https://svn.apache.org/repos/asf/incubator/vxquery/tags/apache-vxquery-0.2-incubating</url>
   </scm>
 
   <issueManagement>
diff --git a/vxquery-cli/pom.xml b/vxquery-cli/pom.xml
index 8c5dc4c..3e90beb 100644
--- a/vxquery-cli/pom.xml
+++ b/vxquery-cli/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery</artifactId>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.2-incubating</version>
   </parent>
 
   <artifactId>apache-vxquery-cli</artifactId>
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.apache.vxquery</groupId>
       <artifactId>apache-vxquery-core</artifactId>
-      <version>0.2-incubating-SNAPSHOT</version>
+      <version>0.2-incubating</version>
       <scope>compile</scope>
     </dependency>
 
diff --git a/vxquery-core/pom.xml b/vxquery-core/pom.xml
index a91c44f..feb97ef 100644
--- a/vxquery-core/pom.xml
+++ b/vxquery-core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery</artifactId>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.2-incubating</version>
   </parent>
 
   <artifactId>apache-vxquery-core</artifactId>
diff --git a/vxquery-xtest/pom.xml b/vxquery-xtest/pom.xml
index 1921ade..a34f88b 100644
--- a/vxquery-xtest/pom.xml
+++ b/vxquery-xtest/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery</artifactId>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.2-incubating</version>
   </parent>
 
   <artifactId>apache-vxquery-xtest</artifactId>
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.apache.vxquery</groupId>
       <artifactId>apache-vxquery-core</artifactId>
-      <version>0.2-incubating-SNAPSHOT</version>
+      <version>0.2-incubating</version>
     </dependency>
 
     <dependency>