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 2015/07/07 15:17:42 UTC

svn commit: r1689655 - /pdfbox/cmssite/trunk/content/2.0/getting-started.mdtext

Author: lehmi
Date: Tue Jul  7 13:17:41 2015
New Revision: 1689655

URL: http://svn.apache.org/r1689655
Log:
fix dependency

Modified:
    pdfbox/cmssite/trunk/content/2.0/getting-started.mdtext

Modified: pdfbox/cmssite/trunk/content/2.0/getting-started.mdtext
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/2.0/getting-started.mdtext?rev=1689655&r1=1689654&r2=1689655&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/2.0/getting-started.mdtext (original)
+++ pdfbox/cmssite/trunk/content/2.0/getting-started.mdtext Tue Jul  7 13:17:41 2015
@@ -12,7 +12,7 @@ To use the latest 2.0 snapshot release f
 
     <dependency>
       <groupId>org.apache.pdfbox</groupId>
-      <artifactId>pdfbox-app</artifactId>
+      <artifactId>pdfbox</artifactId>
       <version>2.0.0-SNAPSHOT</version>
     </dependency>