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 B5E9F200D5C for ; Fri, 15 Dec 2017 19:02:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B481A160C04; Fri, 15 Dec 2017 18:02:07 +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 0480B160C14 for ; Fri, 15 Dec 2017 19:02:06 +0100 (CET) Received: (qmail 71209 invoked by uid 500); 15 Dec 2017 18:02:06 -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 71200 invoked by uid 99); 15 Dec 2017 18:02:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Dec 2017 18:02:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C03911808A7 for ; Fri, 15 Dec 2017 18:02:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.021 X-Spam-Level: X-Spam-Status: No, score=-4.021 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id oFaY2B42I409 for ; Fri, 15 Dec 2017 18:02:04 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id E6F425F39F for ; Fri, 15 Dec 2017 18:02:03 +0000 (UTC) Received: (qmail 70767 invoked by uid 99); 15 Dec 2017 18:02:03 -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, 15 Dec 2017 18:02:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0CD95DFD7B; Fri, 15 Dec 2017 18:02:03 +0000 (UTC) From: smoothreggae To: notifications@freemarker.incubator.apache.org Reply-To: notifications@freemarker.incubator.apache.org Message-ID: Subject: [GitHub] incubator-freemarker pull request #40: FREEMARKER-56 publish source and Java... Content-Type: text/plain Date: Fri, 15 Dec 2017 18:02:03 +0000 (UTC) archived-at: Fri, 15 Dec 2017 18:02:07 -0000 GitHub user smoothreggae opened a pull request: https://github.com/apache/incubator-freemarker/pull/40 FREEMARKER-56 publish source and JavaDoc JARs I have signed and submitted an [Individual Contributor License Agreement](https://www.apache.org/dev/new-committers-guide.html#cla) and have received acknowledgement that it has been filed in the Apache Software Foundation records. You can merge this pull request into a Git repository by running: $ git pull https://github.com/smoothreggae/incubator-freemarker pr/3/publish-source-and-javadoc-jars Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-freemarker/pull/40.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #40 ---- commit 34b6b1f8515cb673b6539d2a191c29402c8db4b4 Author: george thomas Date: 2017-12-15T17:54:15Z FREEMARKER-56 publish source and JavaDoc JARs ---- ---