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/05/28 06:45:30 UTC

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

Author: tilman
Date: Tue May 28 06:45:30 2019
New Revision: 1860180

URL: http://svn.apache.org/viewvc?rev=1860180&view=rev
Log:
PDFBOX-4071: force usage of plugin version that supports jdk7

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1860180&r1=1860179&r2=1860180&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Tue May 28 06:45:30 2019
@@ -301,7 +301,8 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>4.1.0</version>
+                    <!-- don't update this, because later versions require JDK8 -->
+                    <version>2.5.4</version>
                 </plugin>
             </plugins>
         </pluginManagement>