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/07/04 16:30:00 UTC

orc git commit: ORC-75. Turn off making backup versions of pom when setting version.

Repository: orc
Updated Branches:
  refs/heads/master e6c6c64cd -> ec58fa38a


ORC-75. Turn off making backup versions of pom when setting version.

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/ec58fa38
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/ec58fa38
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/ec58fa38

Branch: refs/heads/master
Commit: ec58fa38af538aa9af20cf7697e62200ad4d956c
Parents: e6c6c64
Author: Owen O'Malley <om...@apache.org>
Authored: Mon Jul 4 09:29:19 2016 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Mon Jul 4 09:29:19 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/orc/blob/ec58fa38/java/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/java/CMakeLists.txt b/java/CMakeLists.txt
index e8ca7ff..c3c554f 100644
--- a/java/CMakeLists.txt
+++ b/java/CMakeLists.txt
@@ -12,6 +12,7 @@
 
 # set the version in the POM file to match the CMake version string
 execute_process(COMMAND mvn versions:set -DnewVersion=${ORC_VERSION}
+                                         -DgenerateBackupPoms=false
                 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
 
 set(ORC_JARS