You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2016/11/02 21:34:08 UTC

svn commit: r1767789 - /pdfbox/branches/2.0/preflight/pom.xml

Author: tilman
Date: Wed Nov  2 21:34:08 2016
New Revision: 1767789

URL: http://svn.apache.org/viewvc?rev=1767789&view=rev
Log:
PDFBOX-3532: use older version of plugin compatible with JDK6, as suggested by Simon Steiner

Modified:
    pdfbox/branches/2.0/preflight/pom.xml

Modified: pdfbox/branches/2.0/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/preflight/pom.xml?rev=1767789&r1=1767788&r2=1767789&view=diff
==============================================================================
--- pdfbox/branches/2.0/preflight/pom.xml (original)
+++ pdfbox/branches/2.0/preflight/pom.xml Wed Nov  2 21:34:08 2016
@@ -105,8 +105,9 @@
 			</plugin>
             <plugin>
                 <groupId>com.googlecode.maven-download-plugin</groupId>
-                <artifactId>download-maven-plugin</artifactId>
-                <version>1.3.0</version>
+                <!-- can't use download-maven-plugin for JDK6, see PDFBOX-3532 -->
+                <artifactId>maven-download-plugin</artifactId>
+                <version>1.1.0</version>
                 <configuration>
                     <skip>${skipTests}</skip>
                 </configuration>