You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2016/06/19 13:17:24 UTC

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

Author: lehmi
Date: Sun Jun 19 13:17:24 2016
New Revision: 1749165

URL: http://svn.apache.org/viewvc?rev=1749165&view=rev
Log:
PDFBOX-3386: added a comment on using an outdated plugin version

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1749165&r1=1749164&r2=1749165&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Sun Jun 19 13:17:24 2016
@@ -232,6 +232,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
+                    <!-- don't upgrade to 3.0.x as long as we have to ensure jdk6 compatibility -->
                     <version>2.5.4</version>
                 </plugin>
             </plugins>