You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by vi...@apache.org on 2012/10/03 06:08:49 UTC

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

Author: vinayakb
Date: Wed Oct  3 04:08:49 2012
New Revision: 1393283

URL: http://svn.apache.org/viewvc?rev=1393283&view=rev
Log:
Updated hyracks dependency to 0.2.2-SNAPSHOT to continue development

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=1393283&r1=1393282&r2=1393283&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/vxquery-parent/pom.xml (original)
+++ incubator/vxquery/trunk/vxquery/vxquery-parent/pom.xml Wed Oct  3 04:08:49 2012
@@ -193,19 +193,19 @@
     <dependency>
       <groupId>edu.uci.ics.hyracks</groupId>
       <artifactId>hyracks-control-cc</artifactId>
-      <version>0.2.1</version>
+      <version>0.2.2-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>edu.uci.ics.hyracks</groupId>
       <artifactId>hyracks-control-nc</artifactId>
-      <version>0.2.1</version>
+      <version>0.2.2-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>edu.uci.ics.hyracks</groupId>
       <artifactId>hyracks-algebricks-compiler</artifactId>
-      <version>0.2.1</version>
+      <version>0.2.2-SNAPSHOT</version>
     </dependency>
   </dependencies>