You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by ti...@apache.org on 2013/10/03 18:56:53 UTC

svn commit: r1528932 - in /incubator/vxquery: branches/vxquery_0_2_staging/ branches/vxquery_0_2_staging/vxquery-cli/ branches/vxquery_0_2_staging/vxquery-core/ branches/vxquery_0_2_staging/vxquery-xtest/ tags/apache-vxquery-0.2-incubating/

Author: tillw
Date: Thu Oct  3 16:56:53 2013
New Revision: 1528932

URL: http://svn.apache.org/r1528932
Log:
revert changes of release plugin for the previous RC


Removed:
    incubator/vxquery/tags/apache-vxquery-0.2-incubating/
Modified:
    incubator/vxquery/branches/vxquery_0_2_staging/pom.xml
    incubator/vxquery/branches/vxquery_0_2_staging/vxquery-cli/pom.xml
    incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml
    incubator/vxquery/branches/vxquery_0_2_staging/vxquery-xtest/pom.xml

Modified: incubator/vxquery/branches/vxquery_0_2_staging/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/pom.xml?rev=1528932&r1=1528931&r2=1528932&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/pom.xml Thu Oct  3 16:56:53 2013
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.vxquery</groupId>
   <artifactId>apache-vxquery</artifactId>
-  <version>0.3-incubating-SNAPSHOT</version>
+  <version>0.2-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>VXQuery</name>
   <description>A Versatile XQuery Processor</description>

Modified: incubator/vxquery/branches/vxquery_0_2_staging/vxquery-cli/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/vxquery-cli/pom.xml?rev=1528932&r1=1528931&r2=1528932&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/vxquery-cli/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/vxquery-cli/pom.xml Thu Oct  3 16:56:53 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery</artifactId>
-    <version>0.3-incubating-SNAPSHOT</version>
+    <version>0.2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-vxquery-cli</artifactId>
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.apache.vxquery</groupId>
       <artifactId>apache-vxquery-core</artifactId>
-      <version>0.3-incubating-SNAPSHOT</version>
+      <version>0.2-incubating-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
 

Modified: incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml?rev=1528932&r1=1528931&r2=1528932&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml Thu Oct  3 16:56:53 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery</artifactId>
-    <version>0.3-incubating-SNAPSHOT</version>
+    <version>0.2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-vxquery-core</artifactId>

Modified: incubator/vxquery/branches/vxquery_0_2_staging/vxquery-xtest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/vxquery-xtest/pom.xml?rev=1528932&r1=1528931&r2=1528932&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/vxquery-xtest/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/vxquery-xtest/pom.xml Thu Oct  3 16:56:53 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery</artifactId>
-    <version>0.3-incubating-SNAPSHOT</version>
+    <version>0.2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-vxquery-xtest</artifactId>
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.apache.vxquery</groupId>
       <artifactId>apache-vxquery-core</artifactId>
-      <version>0.3-incubating-SNAPSHOT</version>
+      <version>0.2-incubating-SNAPSHOT</version>
     </dependency>
 
     <dependency>