You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by gc...@apache.org on 2015/12/24 02:52:25 UTC

incubator-hawq git commit: HAWQ - 276. Bump ORCA and GPOS version resolved #212

Repository: incubator-hawq
Updated Branches:
  refs/heads/master e435f4146 -> db1faf9d9


HAWQ - 276. Bump ORCA and GPOS version
resolved #212


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/db1faf9d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/db1faf9d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/db1faf9d

Branch: refs/heads/master
Commit: db1faf9d9b19062ed6e908968aa49b84a1ea5c95
Parents: e435f41
Author: Karthikeyan Jambu Rajaraman <kr...@pivotal.io>
Authored: Wed Dec 23 16:39:08 2015 -0800
Committer: Karthikeyan Jambu Rajaraman <kr...@pivotal.io>
Committed: Wed Dec 23 17:35:14 2015 -0800

----------------------------------------------------------------------
 src/backend/gpopt/ivy.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/db1faf9d/src/backend/gpopt/ivy.xml
----------------------------------------------------------------------
diff --git a/src/backend/gpopt/ivy.xml b/src/backend/gpopt/ivy.xml
index 8096fde..03eb923 100644
--- a/src/backend/gpopt/ivy.xml
+++ b/src/backend/gpopt/ivy.xml
@@ -38,8 +38,8 @@ under the License.
     </configurations>
 
     <dependencies>
-      <dependency org="emc"             name="optimizer"       rev="1.614"          conf="osx106_x86->osx106_x86_32;osx106_x86_32->osx106_x86_32;rhel5_x86_64->rhel5_x86_64;suse10_x86_64->suse10_x86_64" />
-      <dependency org="emc"             name="libgpos"         rev="1.131"          conf="osx106_x86->osx106_x86_32;osx106_x86_32->osx106_x86_32;rhel5_x86_64->rhel5_x86_64;suse10_x86_64->suse10_x86_64" />
+      <dependency org="emc"             name="optimizer"       rev="1.616"          conf="osx106_x86->osx106_x86_32;osx106_x86_32->osx106_x86_32;rhel5_x86_64->rhel5_x86_64;suse10_x86_64->suse10_x86_64" />
+      <dependency org="emc"             name="libgpos"         rev="1.133"          conf="osx106_x86->osx106_x86_32;osx106_x86_32->osx106_x86_32;rhel5_x86_64->rhel5_x86_64;suse10_x86_64->suse10_x86_64" />
       <dependency org="xerces"          name="xerces-c"        rev="3.1.1-p1"       conf="osx106_x86->osx106_x86_32;osx106_x86_32->osx106_x86_32;rhel5_x86_64->rhel5_x86_64;suse10_x86_64->suse10_x86_64" />
     </dependencies>
 </ivy-module>