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 90A06200D3B for ; Fri, 27 Oct 2017 01:04:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8F29C160BF6; Thu, 26 Oct 2017 23:04: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 D53861609E5 for ; Fri, 27 Oct 2017 01:04:02 +0200 (CEST) Received: (qmail 5793 invoked by uid 500); 26 Oct 2017 23:04:02 -0000 Mailing-List: contact notifications-help@freemarker.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@freemarker.incubator.apache.org Delivered-To: mailing list notifications@freemarker.incubator.apache.org Received: (qmail 5783 invoked by uid 99); 26 Oct 2017 23:04:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2017 23:04:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 4D3CAC059F for ; Thu, 26 Oct 2017 23:04:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 3kNvjaVaWUIH for ; Thu, 26 Oct 2017 23:04:00 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 14A585FD41 for ; Thu, 26 Oct 2017 23:03:59 +0000 (UTC) Received: (qmail 5753 invoked by uid 99); 26 Oct 2017 23:03:59 -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, 26 Oct 2017 23:03:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0F7F9DFC35; Thu, 26 Oct 2017 23:03:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ddekany@apache.org To: notifications@freemarker.incubator.apache.org Date: Thu, 26 Oct 2017 23:03:57 -0000 Message-Id: <00e40164f65e4745a7a4c84dba4b19da@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-freemarker git commit: Increased version number to 2.3.28-nightly archived-at: Thu, 26 Oct 2017 23:04:03 -0000 Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae 792ccde6d -> a49897366 Increased version number to 2.3.28-nightly Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/8be28d1f Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/8be28d1f Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/8be28d1f Branch: refs/heads/2.3-gae Commit: 8be28d1faaed47aede3dc66a1048bbd3f23bbd4a Parents: 792ccde Author: ddekany Authored: Fri Oct 27 01:02:47 2017 +0200 Committer: ddekany Committed: Fri Oct 27 01:02:47 2017 +0200 ---------------------------------------------------------------------- src/main/resources/freemarker/version.properties | 9 +++++---- .../java/freemarker/template/DefaultObjectWrapperTest.java | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8be28d1f/src/main/resources/freemarker/version.properties ---------------------------------------------------------------------- diff --git a/src/main/resources/freemarker/version.properties b/src/main/resources/freemarker/version.properties index 6080540..03663b2 100644 --- a/src/main/resources/freemarker/version.properties +++ b/src/main/resources/freemarker/version.properties @@ -58,11 +58,12 @@ # - When the major version number is increased, major backward # compatibility violations are allowed, but still should be avoided. # During Apache Incubation, "-incubating" is added to this string. -version=2.3.27-incubating +version=2.3.28-nightly_@timestampInVersion@-incubating # This exists as for Maven we use "-SNAPSHOT" for nightly releases, # and no _nightly_@timestampInVersion@. Also, "-incubating" is added # *before* "-SNAPSHOT". For final releases it's the same as "version". -mavenVersion=2.3.27-incubating +#!!T +mavenVersion=2.3.28-incubating-SNAPSHOT # Version string that conforms to OSGi # ------------------------------------ @@ -76,7 +77,7 @@ mavenVersion=2.3.27-incubating # 2.4.0.pre01 # 2.4.0.nightly_@timestampInVersion@ # During Apache Incubation, "-incubating" is added to this string. -versionForOSGi=2.3.27.stable-incubating +versionForOSGi=2.3.28.nightly_@timestampInVersion@-incubating # Version string that conforms to legacy MF # ----------------------------------------- @@ -95,7 +96,7 @@ versionForOSGi=2.3.27.stable-incubating # "97 denotes "nightly", 98 denotes "pre", 99 denotes "rc" build. # In general, for the nightly/preview/rc Y of version 2.X, the versionForMf is # 2.X-1.(99|98).Y. Note the X-1. -versionForMf=2.3.27 +versionForMf=2.3.27.97 # The date of the build. # This should be automatically filled by the building tool (Ant). http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8be28d1f/src/test/java/freemarker/template/DefaultObjectWrapperTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/freemarker/template/DefaultObjectWrapperTest.java b/src/test/java/freemarker/template/DefaultObjectWrapperTest.java index 833f509..e6e73f4 100644 --- a/src/test/java/freemarker/template/DefaultObjectWrapperTest.java +++ b/src/test/java/freemarker/template/DefaultObjectWrapperTest.java @@ -94,6 +94,7 @@ public class DefaultObjectWrapperTest { expected.add(Configuration.VERSION_2_3_24); // no non-BC change in 2.3.25 expected.add(Configuration.VERSION_2_3_26); expected.add(Configuration.VERSION_2_3_27); + expected.add(Configuration.VERSION_2_3_27); // no non-BC change in 2.3.25 List actual = new ArrayList(); for (int i = _TemplateAPI.VERSION_INT_2_3_0; i <= Configuration.getVersion().intValue(); i++) {