Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6D6E7200B21 for ; Fri, 10 Jun 2016 21:48:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6C051160A5A; Fri, 10 Jun 2016 19:48:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B5805160A15 for ; Fri, 10 Jun 2016 21:48:27 +0200 (CEST) Received: (qmail 74949 invoked by uid 500); 10 Jun 2016 19:48:26 -0000 Mailing-List: contact commits-help@orc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@orc.apache.org Delivered-To: mailing list commits@orc.apache.org Received: (qmail 74938 invoked by uid 99); 10 Jun 2016 19:48:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jun 2016 19:48:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9CF7BE0991; Fri, 10 Jun 2016 19:48:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: omalley@apache.org To: commits@orc.apache.org Date: Fri, 10 Jun 2016 19:48:27 -0000 Message-Id: <5c6903f9858944c1a6b58e822243f40f@git.apache.org> In-Reply-To: <6cef63d998e8425abf1d5f6fc151fd52@git.apache.org> References: <6cef63d998e8425abf1d5f6fc151fd52@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] orc git commit: Getting ready for the 1.1.1 release canidate. archived-at: Fri, 10 Jun 2016 19:48:28 -0000 Getting ready for the 1.1.1 release canidate. Signed-off-by: Owen O'Malley Project: http://git-wip-us.apache.org/repos/asf/orc/repo Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/662938ed Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/662938ed Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/662938ed Branch: refs/heads/branch-1.1 Commit: 662938edc362ca9ad24c3404a9de8d54adec6bec Parents: f79238e Author: Owen O'Malley Authored: Fri Jun 10 12:46:24 2016 -0700 Committer: Owen O'Malley Committed: Fri Jun 10 12:47:19 2016 -0700 ---------------------------------------------------------------------- CMakeLists.txt | 2 +- java/core/pom.xml | 2 +- java/mapreduce/pom.xml | 4 ++-- java/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/662938ed/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index f2d07f4..eb31982 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ project(ORC) # Version number of package SET(CPACK_PACKAGE_VERSION_MAJOR "1") SET(CPACK_PACKAGE_VERSION_MINOR "1") -SET(CPACK_PACKAGE_VERSION_PATCH "1-SNAPSHOT") +SET(CPACK_PACKAGE_VERSION_PATCH "1") SET(ORC_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") # Make sure that a build type is selected http://git-wip-us.apache.org/repos/asf/orc/blob/662938ed/java/core/pom.xml ---------------------------------------------------------------------- diff --git a/java/core/pom.xml b/java/core/pom.xml index 1829ade..8d39e8a 100644 --- a/java/core/pom.xml +++ b/java/core/pom.xml @@ -19,7 +19,7 @@ org.apache.orc orc - 1.1.1-SNAPSHOT + 1.1.1 ../pom.xml http://git-wip-us.apache.org/repos/asf/orc/blob/662938ed/java/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml index ffa5f68..67ec52f 100644 --- a/java/mapreduce/pom.xml +++ b/java/mapreduce/pom.xml @@ -19,7 +19,7 @@ org.apache.orc orc - 1.1.1-SNAPSHOT + 1.1.1 ../pom.xml @@ -36,7 +36,7 @@ org.apache.orc orc-core - 1.1.1-SNAPSHOT + 1.1.1 http://git-wip-us.apache.org/repos/asf/orc/blob/662938ed/java/pom.xml ---------------------------------------------------------------------- diff --git a/java/pom.xml b/java/pom.xml index f2f1237..51f9262 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -21,7 +21,7 @@ org.apache.orc orc - 1.1.1-SNAPSHOT + 1.1.1 pom Apache ORC