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 2020/09/19 10:41:11 UTC

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

Author: tilman
Date: Sat Sep 19 10:41:11 2020
New Revision: 1881845

URL: http://svn.apache.org/viewvc?rev=1881845&view=rev
Log:
PDFBOX-4892: update maven bundle plugin due to ConcurrentModificationException on jdk15

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1881845&r1=1881844&r2=1881845&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Sat Sep 19 10:41:11 2020
@@ -381,7 +381,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>4.2.1</version>
+                    <version>5.1.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>