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 2019/09/30 17:02:07 UTC

svn commit: r1867783 - /pdfbox/branches/2.0/parent/pom.xml

Author: tilman
Date: Mon Sep 30 17:02:07 2019
New Revision: 1867783

URL: http://svn.apache.org/viewvc?rev=1867783&view=rev
Log:
PDFBOX-4658: update plugin version to find out why build fails

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

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1867783&r1=1867782&r2=1867783&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Mon Sep 30 17:02:07 2019
@@ -199,6 +199,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
+                <version>3.8.1</version>
                 <!-- fails with maven 3.6.0 on jdk 6, works with 3.5.0 and 3.5.2 -->
                 <configuration>
                     <showDeprecation>true</showDeprecation>