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 7DA1F200AF7 for ; Tue, 14 Jun 2016 22:37:40 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7C5D0160A47; Tue, 14 Jun 2016 20:37:40 +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 C1931160A06 for ; Tue, 14 Jun 2016 22:37:39 +0200 (CEST) Received: (qmail 41703 invoked by uid 500); 14 Jun 2016 20:37:38 -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 41694 invoked by uid 99); 14 Jun 2016 20:37:38 -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; Tue, 14 Jun 2016 20:37:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D966ADFB74; Tue, 14 Jun 2016 20:37:38 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: orc git commit: Update version after 1.1.1 release. Date: Tue, 14 Jun 2016 20:37:38 +0000 (UTC) archived-at: Tue, 14 Jun 2016 20:37:40 -0000 Repository: orc Updated Branches: refs/heads/branch-1.1 662938edc -> e4b110e9d Update version after 1.1.1 release. 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/e4b110e9 Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/e4b110e9 Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/e4b110e9 Branch: refs/heads/branch-1.1 Commit: e4b110e9d5e8abc13b454163d41e0be71a468351 Parents: 662938e Author: Owen O'Malley Authored: Tue Jun 14 13:36:39 2016 -0700 Committer: Owen O'Malley Committed: Tue Jun 14 13:37: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/e4b110e9/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index eb31982..6e54078 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") +SET(CPACK_PACKAGE_VERSION_PATCH "2-SNAPSHOT") 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/e4b110e9/java/core/pom.xml ---------------------------------------------------------------------- diff --git a/java/core/pom.xml b/java/core/pom.xml index 8d39e8a..4a84d90 100644 --- a/java/core/pom.xml +++ b/java/core/pom.xml @@ -19,7 +19,7 @@ org.apache.orc orc - 1.1.1 + 1.1.2-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/orc/blob/e4b110e9/java/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml index 67ec52f..a4a3e9c 100644 --- a/java/mapreduce/pom.xml +++ b/java/mapreduce/pom.xml @@ -19,7 +19,7 @@ org.apache.orc orc - 1.1.1 + 1.1.2-SNAPSHOT ../pom.xml @@ -36,7 +36,7 @@ org.apache.orc orc-core - 1.1.1 + 1.1.2-SNAPSHOT http://git-wip-us.apache.org/repos/asf/orc/blob/e4b110e9/java/pom.xml ---------------------------------------------------------------------- diff --git a/java/pom.xml b/java/pom.xml index 51f9262..4ceffa7 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -21,7 +21,7 @@ org.apache.orc orc - 1.1.1 + 1.1.2-SNAPSHOT pom Apache ORC