This is an automated email from the ASF dual-hosted git repository. omalley pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/orc.git
commit 812916ee828f554b56bb712475cfd34b532ee358 Author: Owen O'Malley <[email protected]> AuthorDate: Fri Aug 30 15:30:07 2019 -0700 Preparing for release 1.6.0 Signed-off-by: Owen O'Malley <[email protected]> --- CMakeLists.txt | 2 +- java/CMakeLists.txt | 1 + java/core/pom.xml | 2 +- java/examples/pom.xml | 2 +- java/mapreduce/pom.xml | 2 +- java/pom.xml | 10 +++++----- java/shims/pom.xml | 2 +- java/tools/pom.xml | 2 +- 8 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4484e37..3bed7ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ project(ORC C CXX) # Version number of package SET(CPACK_PACKAGE_VERSION_MAJOR "1") SET(CPACK_PACKAGE_VERSION_MINOR "6") -SET(CPACK_PACKAGE_VERSION_PATCH "0-SNAPSHOT") +SET(CPACK_PACKAGE_VERSION_PATCH "0") SET(ORC_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake_modules") diff --git a/java/CMakeLists.txt b/java/CMakeLists.txt index 3cfbe50..be48f0c 100644 --- a/java/CMakeLists.txt +++ b/java/CMakeLists.txt @@ -17,6 +17,7 @@ set(NO_DOWNLOAD_MSG # set the version in the POM file to match the CMake version string execute_process(COMMAND mvn versions:set -DnewVersion=${ORC_VERSION} -DgenerateBackupPoms=false + -Pbenchmark ${NO_DOWNLOAD_MSG} WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) diff --git a/java/core/pom.xml b/java/core/pom.xml index c6de022..9f3c059 100644 --- a/java/core/pom.xml +++ b/java/core/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.orc</groupId> <artifactId>orc</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/examples/pom.xml b/java/examples/pom.xml index 44d3680..efebc0b 100644 --- a/java/examples/pom.xml +++ b/java/examples/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.orc</groupId> <artifactId>orc</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml index 7e581b7..7bd2151 100644 --- a/java/mapreduce/pom.xml +++ b/java/mapreduce/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.orc</groupId> <artifactId>orc</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/pom.xml b/java/pom.xml index 05d6d29..f8212b7 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.apache.orc</groupId> <artifactId>orc</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> <packaging>pom</packaging> <name>Apache ORC</name> @@ -353,7 +353,7 @@ <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-shims</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> <exclusions> <exclusion> <groupId>org.apache.hadoop</groupId> @@ -368,17 +368,17 @@ <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-core</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> </dependency> <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-mapreduce</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> </dependency> <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-tools</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> </dependency> <!-- inter-project depedencies --> diff --git a/java/shims/pom.xml b/java/shims/pom.xml index b6d3b73..a4a492c 100644 --- a/java/shims/pom.xml +++ b/java/shims/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.orc</groupId> <artifactId>orc</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/tools/pom.xml b/java/tools/pom.xml index d3bd0ae..6414b66 100644 --- a/java/tools/pom.xml +++ b/java/tools/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.orc</groupId> <artifactId>orc</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../pom.xml</relativePath> </parent>
