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/09/27 03:50:46 UTC

svn commit: r1526772 - in /incubator/vxquery/branches/vxquery_0_2_staging: pom.xml vxquery-cli/pom.xml vxquery-core/pom.xml vxquery-parent/pom.xml vxquery-xtest/pom.xml

Author: tillw
Date: Fri Sep 27 01:50:45 2013
New Revision: 1526772

URL: http://svn.apache.org/r1526772
Log:
[maven-release-plugin] prepare for next development iteration

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-parent/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=1526772&r1=1526771&r2=1526772&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/pom.xml Fri Sep 27 01:50:45 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery-parent</artifactId>
-    <version>0.2-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
     <relativePath>vxquery-parent</relativePath>
   </parent>
 
@@ -31,9 +31,9 @@
   <url>http://incubator.apache.org/vxquery/</url>
 
   <scm>
-    <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>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/vxquery</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/vxquery</developerConnection>
+    <url>https://svn.apache.org/repos/asf/incubator/vxquery</url>
   </scm>
 
   <distributionManagement>

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=1526772&r1=1526771&r2=1526772&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 Fri Sep 27 01:50:45 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery-parent</artifactId>
-    <version>0.2-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
     <relativePath>../vxquery-parent</relativePath>
   </parent>
 
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.apache.vxquery</groupId>
       <artifactId>apache-vxquery-core</artifactId>
-      <version>0.2-incubating</version>
+      <version>0.3-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=1526772&r1=1526771&r2=1526772&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 Fri Sep 27 01:50:45 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery-parent</artifactId>
-    <version>0.2-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
     <relativePath>../vxquery-parent</relativePath>
   </parent>
 

Modified: incubator/vxquery/branches/vxquery_0_2_staging/vxquery-parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/vxquery-parent/pom.xml?rev=1526772&r1=1526771&r2=1526772&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/vxquery-parent/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/vxquery-parent/pom.xml Fri Sep 27 01:50:45 2013
@@ -27,7 +27,7 @@
   <groupId>org.apache.vxquery</groupId>
   <artifactId>apache-vxquery-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.2-incubating</version>
+  <version>0.3-incubating-SNAPSHOT</version>
   <name>VXQuery Parent</name>
   <url>http://incubator.apache.org/vxquery/</url>
 
@@ -288,10 +288,4 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
   </properties>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/apache-vxquery-0.2-incubating/apache-vxquery-parent</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/apache-vxquery-0.2-incubating/apache-vxquery-parent</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/tags/apache-vxquery-0.2-incubating/apache-vxquery-parent</url>
-  </scm>
 </project>

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=1526772&r1=1526771&r2=1526772&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 Fri Sep 27 01:50:45 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery-parent</artifactId>
-    <version>0.2-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
     <relativePath>../vxquery-parent</relativePath>
   </parent>
 
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.apache.vxquery</groupId>
       <artifactId>apache-vxquery-core</artifactId>
-      <version>0.2-incubating</version>
+      <version>0.3-incubating-SNAPSHOT</version>
     </dependency>
 
     <dependency>