You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by gb...@apache.org on 2011/12/06 21:24:02 UTC

svn commit: r1211086 - /pdfbox/trunk/examples/pom.xml

Author: gbailleul
Date: Tue Dec  6 20:24:01 2011
New Revision: 1211086

URL: http://svn.apache.org/viewvc?rev=1211086&view=rev
Log:
PDFBOX-1177: change name property

Modified:
    pdfbox/trunk/examples/pom.xml

Modified: pdfbox/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/examples/pom.xml?rev=1211086&r1=1211085&r2=1211086&view=diff
==============================================================================
--- pdfbox/trunk/examples/pom.xml (original)
+++ pdfbox/trunk/examples/pom.xml Tue Dec  6 20:24:01 2011
@@ -30,7 +30,7 @@
   <artifactId>pdfbox-examples</artifactId>
 
   <packaging>jar</packaging>
-  <name>Apache PDFBox</name>
+  <name>Apache PDFBox examples</name>
   <description>
     The Apache PDFBox library is an open source Java tool for working with PDF documents. 
     This artefact contains examples on how the library can be used.