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 18:33:05 UTC

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

Author: tilman
Date: Mon Sep 30 18:33:05 2019
New Revision: 1867792

URL: http://svn.apache.org/viewvc?rev=1867792&view=rev
Log:
PDFBOX-4658: remove plugin version as it makes no difference

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=1867792&r1=1867791&r2=1867792&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Mon Sep 30 18:33:05 2019
@@ -199,7 +199,6 @@
         <plugins>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.5.1</version>
                 <!-- fails with maven 3.6.0 on jdk 6, works with 3.5.0 and 3.5.2 -->
                 <configuration>
                     <showDeprecation>true</showDeprecation>