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/03/26 06:16:00 UTC

svn commit: r1460978 - 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: Tue Mar 26 05:16:00 2013
New Revision: 1460978

URL: http://svn.apache.org/r1460978
Log:
use SNAPSHOT versions
add release plugin to parent POM

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=1460978&r1=1460977&r2=1460978&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/pom.xml Tue Mar 26 05:16:00 2013
@@ -20,7 +20,7 @@
   <groupId>org.apache.vxquery</groupId>
   <artifactId>apache-vxquery</artifactId>
   <packaging>pom</packaging>
-  <version>0.2-incubating</version>
+  <version>0.2-incubating-SNAPSHOT</version>
   <name>VXQuery</name>
   <description>A Versatile XQuery Processor</description>
   <url>http://incubator.apache.org/vxquery/</url>

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=1460978&r1=1460977&r2=1460978&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 Tue Mar 26 05:16:00 2013
@@ -20,7 +20,7 @@
   <groupId>org.apache.vxquery</groupId>
   <artifactId>apache-vxquery-cli</artifactId>
   <packaging>jar</packaging>
-  <version>0.2-incubating</version>
+  <version>0.2-incubating-SNAPSHOT</version>
   <name>VXQuery CLI</name>
   <description>Apache VXQuery Command-Line Utility</description>
 

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=1460978&r1=1460977&r2=1460978&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 Tue Mar 26 05:16:00 2013
@@ -20,7 +20,7 @@
   <groupId>org.apache.vxquery</groupId>
   <artifactId>apache-vxquery-core</artifactId>
   <packaging>jar</packaging>
-  <version>0.2-incubating</version>
+  <version>0.2-incubating-SNAPSHOT</version>
   <name>VXQuery Core</name>
   <description>Apache VXQuery Processor</description>
 

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=1460978&r1=1460977&r2=1460978&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 Tue Mar 26 05:16:00 2013
@@ -20,7 +20,7 @@
   <groupId>org.apache.vxquery</groupId>
   <artifactId>apache-vxquery-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.2-incubating</version>
+  <version>0.2-incubating-SNAPSHOT</version>
   <name>VXQuery Parent</name>
   <url>http://incubator.apache.org/vxquery/</url>
 
@@ -225,6 +225,11 @@
         <artifactId>maven-site-plugin</artifactId>
         <version>3.1</version>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.4</version>
+      </plugin>
     </plugins>
   </build>
   

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=1460978&r1=1460977&r2=1460978&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 Tue Mar 26 05:16:00 2013
@@ -20,7 +20,7 @@
   <groupId>org.apache.vxquery</groupId>
   <artifactId>apache-vxquery-xtest</artifactId>
   <packaging>jar</packaging>
-  <version>0.2-incubating</version>
+  <version>0.2-incubating-SNAPSHOT</version>
   <name>VXQuery XTest</name>
   <description>Apache VXQuery Test Driver</description>