From commits-return-15725-archive-asf-public=cust-asf.ponee.io@pdfbox.apache.org Sun Sep 22 08:13:48 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2450C18065B for ; Sun, 22 Sep 2019 10:13:48 +0200 (CEST) Received: (qmail 27489 invoked by uid 500); 22 Sep 2019 08:13:47 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 27480 invoked by uid 99); 22 Sep 2019 08:13:47 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Sep 2019 08:13:47 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3EF4F81E23; Sun, 22 Sep 2019 08:13:47 +0000 (UTC) Date: Sun, 22 Sep 2019 08:13:47 +0000 To: "commits@pdfbox.apache.org" Subject: [pdfbox-docs] branch master updated: update version due to 2.0.17 release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156914002704.5072.6471328560494010673@gitbox.apache.org> From: lehmi@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: pdfbox-docs X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6072d487346c5faa8f322e27229fca02d157b40a X-Git-Newrev: d6d36b69bddfc04b17eda30c189d3837c99a2845 X-Git-Rev: d6d36b69bddfc04b17eda30c189d3837c99a2845 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. lehmi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git The following commit(s) were added to refs/heads/master by this push: new d6d36b6 update version due to 2.0.17 release d6d36b6 is described below commit d6d36b69bddfc04b17eda30c189d3837c99a2845 Author: Andreas Lehmkühler AuthorDate: Sun Sep 22 10:13:06 2019 +0200 update version due to 2.0.17 release --- content/2.0/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2.0/getting-started.md b/content/2.0/getting-started.md index afdef31..45e9b86 100644 --- a/content/2.0/getting-started.md +++ b/content/2.0/getting-started.md @@ -30,7 +30,7 @@ To use the latest release you'll need to add the following dependency: org.apache.pdfbox pdfbox - 2.0.13 + 2.0.17 ```