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 2021/04/29 17:26:55 UTC

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

Author: lehmi
Date: Thu Apr 29 17:26:55 2021
New Revision: 1889301

URL: http://svn.apache.org/viewvc?rev=1889301&view=rev
Log:
PDFBOX-5180: update maven-bundle-plugin to highest possible version which still supports jdk7

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=1889301&r1=1889300&r2=1889301&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Thu Apr 29 17:26:55 2021
@@ -357,8 +357,8 @@
                 <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>
+                    <!-- don't upgrade to 4.0.x as long as we have to ensure jdk7 compatibility -->
+                    <version>3.5.1</version>
                 </plugin>
                 <plugin>
                     <!-- default version 2.20.1 doesn't work with jdk11 -->