You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2019/09/22 08:13:47 UTC

[pdfbox-docs] branch master updated: update version due to 2.0.17 release

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 <an...@lehmi.de>
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:
 <dependency>
   <groupId>org.apache.pdfbox</groupId>
   <artifactId>pdfbox</artifactId>
-  <version>2.0.13</version>
+  <version>2.0.17</version>
 </dependency>
 ```