You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2016/11/29 04:55:53 UTC

orc git commit: Fix the version mismatch on storage-api.

Repository: orc
Updated Branches:
  refs/heads/master c9a6dc1ac -> 22ce8dcc4


Fix the version mismatch on storage-api.

Signed-off-by: Owen O'Malley <om...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/22ce8dcc
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/22ce8dcc
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/22ce8dcc

Branch: refs/heads/master
Commit: 22ce8dcc4cb167fd12c556bc6f30917a09b41f58
Parents: c9a6dc1
Author: Owen O'Malley <om...@apache.org>
Authored: Mon Nov 28 20:55:19 2016 -0800
Committer: Owen O'Malley <om...@apache.org>
Committed: Mon Nov 28 20:55:19 2016 -0800

----------------------------------------------------------------------
 java/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/22ce8dcc/java/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/java/CMakeLists.txt b/java/CMakeLists.txt
index 39b3fbf..c1edf95 100644
--- a/java/CMakeLists.txt
+++ b/java/CMakeLists.txt
@@ -16,7 +16,7 @@ execute_process(COMMAND mvn versions:set -DnewVersion=${ORC_VERSION}
                 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
 
 set(ORC_JARS
-  ${CMAKE_CURRENT_BINARY_DIR}/storage-api/hive-storage-api-2.1.1-pre-orc.jar
+  ${CMAKE_CURRENT_BINARY_DIR}/storage-api/hive-storage-api-2.1.1.2-pre-orc.jar
   ${CMAKE_CURRENT_BINARY_DIR}/core/orc-core-${ORC_VERSION}.jar
   ${CMAKE_CURRENT_BINARY_DIR}/mapreduce/orc-mapreduce-${ORC_VERSION}.jar
   ${CMAKE_CURRENT_BINARY_DIR}/tools/orc-tools-${ORC_VERSION}-uber.jar