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

svn commit: r909197 - /pdfbox/trunk/pom.xml

Author: jukka
Date: Fri Feb 12 01:06:47 2010
New Revision: 909197

URL: http://svn.apache.org/viewvc?rev=909197&view=rev
Log:
Switch to FontBox 1.0.1-SNAPSHOT until 1.0.0 is officially released. Until that Maven can only find the snapshots.

Modified:
    pdfbox/trunk/pom.xml

Modified: pdfbox/trunk/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pom.xml?rev=909197&r1=909196&r2=909197&view=diff
==============================================================================
--- pdfbox/trunk/pom.xml (original)
+++ pdfbox/trunk/pom.xml Fri Feb 12 01:06:47 2010
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>org.apache.pdfbox</groupId>
       <artifactId>fontbox</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.pdfbox</groupId>