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 2018/06/15 16:07:04 UTC

svn commit: r1833606 - /pdfbox/trunk/parent/pom.xml

Author: tilman
Date: Fri Jun 15 16:07:04 2018
New Revision: 1833606

URL: http://svn.apache.org/viewvc?rev=1833606&view=rev
Log:
PDFBOX-4112: update surefire plugin version to current for jdk10

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1833606&r1=1833605&r2=1833606&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Fri Jun 15 16:07:04 2018
@@ -48,6 +48,12 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
+        <!-- for jdk10. Can be removed when Apache parent pom has been updated
+        See https://maven.apache.org/pom/asf/ , 
+        https://issues.apache.org/jira/browse/MPOM-185
+        current version is 19. -->
+        <surefire.version>2.21.0</surefire.version>
     </properties>
     
     <prerequisites>