You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2023/06/28 11:41:52 UTC

[pdfbox-docs] branch master updated: remove jbig2 version

This is an automated email from the ASF dual-hosted git repository.

tilman 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 ab198c5c remove jbig2 version
     new 8c99bf6d Merge pull request #5 from THausherr/patch-1
ab198c5c is described below

commit ab198c5cbc932b0ad9ca3d76688c8d6a1ecaed65
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Jan 23 15:44:36 2021 +0100

    remove jbig2 version
---
 content/2.0/dependencies.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/2.0/dependencies.md b/content/2.0/dependencies.md
index 8dfe53ba..dd33e8e6 100644
--- a/content/2.0/dependencies.md
+++ b/content/2.0/dependencies.md
@@ -84,7 +84,7 @@ To include the JBIG2 library  the following part can be included in your project
 <dependency>
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>jbig2-imageio</artifactId>
-    <version>3.0.0</version>
+    <version>...</version>
 </dependency>
 ```