You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by pr...@apache.org on 2013/06/26 00:40:27 UTC

svn commit: r1496662 - /incubator/vxquery/trunk/vxquery/vxquery-parent/pom.xml

Author: prestonc
Date: Tue Jun 25 22:40:27 2013
New Revision: 1496662

URL: http://svn.apache.org/r1496662
Log:
Updated to used the latest snapshot from Hyracks source code. You can use the Hyracks git "ecarm002/vxquery_compatibility" branch for the most up-to-date changes for VXQuery and Hyracks.

Modified:
    incubator/vxquery/trunk/vxquery/vxquery-parent/pom.xml

Modified: incubator/vxquery/trunk/vxquery/vxquery-parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/vxquery-parent/pom.xml?rev=1496662&r1=1496661&r2=1496662&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/vxquery-parent/pom.xml (original)
+++ incubator/vxquery/trunk/vxquery/vxquery-parent/pom.xml Tue Jun 25 22:40:27 2013
@@ -231,7 +231,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <hyracks.version>0.2.6</hyracks.version>
+    <hyracks.version>0.2.7-SNAPSHOT</hyracks.version>
   </properties> 
  
 </project>