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 2009/09/25 09:03:12 UTC

svn commit: r818743 - /incubator/pdfbox/fontbox/trunk/pom.xml

Author: jukka
Date: Fri Sep 25 07:03:11 2009
New Revision: 818743

URL: http://svn.apache.org/viewvc?rev=818743&view=rev
Log:
PDFBOX-499: Maven pom.xml & directory structure incorrect for the FontBox 0.8-incubating release

Downgrade JUnit to the latest version targeted for Java 1.4.

Modified:
    incubator/pdfbox/fontbox/trunk/pom.xml

Modified: incubator/pdfbox/fontbox/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/fontbox/trunk/pom.xml?rev=818743&r1=818742&r2=818743&view=diff
==============================================================================
--- incubator/pdfbox/fontbox/trunk/pom.xml (original)
+++ incubator/pdfbox/fontbox/trunk/pom.xml Fri Sep 25 07:03:11 2009
@@ -55,7 +55,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.5</version>
+      <version>3.8.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>