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/10 05:17:01 UTC

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

Author: vinayakb
Date: Wed Oct 10 03:17:01 2012
New Revision: 1396457

URL: http://svn.apache.org/viewvc?rev=1396457&view=rev
Log:
Updated Algebricks dependency

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=1396457&r1=1396456&r2=1396457&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/vxquery-parent/pom.xml (original)
+++ incubator/vxquery/trunk/vxquery/vxquery-parent/pom.xml Wed Oct 10 03:17:01 2012
@@ -204,7 +204,7 @@
 
     <dependency>
       <groupId>edu.uci.ics.hyracks</groupId>
-      <artifactId>hyracks-algebricks-compiler</artifactId>
+      <artifactId>algebricks-compiler</artifactId>
       <version>0.2.2-SNAPSHOT</version>
     </dependency>
   </dependencies>