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 74f10003 Fix artifactId for pdfbox-io
     new 98fac6a9 Merge pull request #14 from 
ascheja/migration-guide-wrong-artifactId
74f10003 is described below

commit 74f100034269e4cc8613070a26f942edaeab17a7
Author: Andreas Scheja <a.sch...@gmail.com>
AuthorDate: Mon Aug 21 09:51:28 2023 +0200

    Fix artifactId for pdfbox-io
---
 content/3.0/migration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/3.0/migration.md b/content/3.0/migration.md
index 0781f7a3..9273d56c 100644
--- a/content/3.0/migration.md
+++ b/content/3.0/migration.md
@@ -70,7 +70,7 @@ All basic classes used for io-operations were moved to a 
separate module for a s
 ~~~
     <dependency>
         <groupId>org.apache.pdfbox</groupId>
-        <artifactId>io</artifactId>
+        <artifactId>pdfbox-io</artifactId>
     </dependency>
 ~~~
 

Reply via email to