Author: tilman
Date: Wed Oct 18 02:30:51 2023
New Revision: 1913073
URL: http://svn.apache.org/viewvc?rev=1913073&view=rev
Log:
PDFBOX-5660: downgrade version of download-maven-plugin due to ongoing jenkins
build issues
Modified:
pdfbox/branches/3.0/parent/pom.xml
Modified: pdfbox/branches/3.0/parent/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/parent/pom.xml?rev=1913073&r1=1913072&r2=1913073&view=diff
==============================================================================
--- pdfbox/branches/3.0/parent/pom.xml (original)
+++ pdfbox/branches/3.0/parent/pom.xml Wed Oct 18 02:30:51 2023
@@ -337,7 +337,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.6.8</version>
<configuration>
<skip>${skipTests}</skip>
</configuration>