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/08/09 06:35:04 UTC

svn commit: r1864763 - /pdfbox/branches/issue45/parent/pom.xml

Author: tilman
Date: Fri Aug  9 06:35:03 2019
New Revision: 1864763

URL: http://svn.apache.org/viewvc?rev=1864763&view=rev
Log:
PDFBOX-4071: add comment about maven version

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

Modified: pdfbox/branches/issue45/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue45/parent/pom.xml?rev=1864763&r1=1864762&r2=1864763&view=diff
==============================================================================
--- pdfbox/branches/issue45/parent/pom.xml (original)
+++ pdfbox/branches/issue45/parent/pom.xml Fri Aug  9 06:35:03 2019
@@ -199,6 +199,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
+                <!-- fails with maven 3.6.0 on jdk 6, works with 3.5.0 and 3.5.2 -->
                 <configuration>
                     <showDeprecation>true</showDeprecation>
                     <target>1.6</target>