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 370C0200BBB for ; Thu, 10 Nov 2016 08:34:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 35D03160B01; Thu, 10 Nov 2016 07:34:03 +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 A2BA6160AF6 for ; Thu, 10 Nov 2016 08:34:02 +0100 (CET) Received: (qmail 63084 invoked by uid 500); 10 Nov 2016 07:34:01 -0000 Mailing-List: contact commits-help@ode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ode.apache.org Delivered-To: mailing list commits@ode.apache.org Received: (qmail 63075 invoked by uid 99); 10 Nov 2016 07:34:01 -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; Thu, 10 Nov 2016 07:34:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A13B6E07EF; Thu, 10 Nov 2016 07:34:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sathwik@apache.org To: commits@ode.apache.org Message-Id: <37903c5bacb847cd9bd5183d28e4510c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ode git commit: Changed version number to 1.3.7 Date: Thu, 10 Nov 2016 07:34:01 +0000 (UTC) archived-at: Thu, 10 Nov 2016 07:34:03 -0000 Repository: ode Updated Branches: refs/heads/ode-1.3.x e2476bb70 -> 65af12603 Changed version number to 1.3.7 Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/65af1260 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/65af1260 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/65af1260 Branch: refs/heads/ode-1.3.x Commit: 65af12603e5b650ca4431342837c4036d634856d Parents: e2476bb Author: sathwik Authored: Thu Nov 10 07:33:57 2016 +0000 Committer: sathwik Committed: Thu Nov 10 07:33:57 2016 +0000 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/65af1260/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 9279ecd..a5e4563 100644 --- a/Rakefile +++ b/Rakefile @@ -40,7 +40,7 @@ Buildr::OpenJPA::REQUIRES[0] = "org.apache.openjpa:openjpa:jar:1.2.0" Java.classpath << Buildr::OpenJPA::REQUIRES # Keep this structure to allow the build system to update version numbers. -VERSION_NUMBER = "1.3.7-SNAPSHOT" +VERSION_NUMBER = "1.3.7" # if SNAPSHOT version... if VERSION_NUMBER =~ /SNAPSHOT/