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 2022/07/15 15:26:53 UTC

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

Author: tilman
Date: Fri Jul 15 15:26:53 2022
New Revision: 1902739

URL: http://svn.apache.org/viewvc?rev=1902739&view=rev
Log:
PDFBOX-4892: update maven-bundle-plugin

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1902739&r1=1902738&r2=1902739&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Fri Jul 15 15:26:53 2022
@@ -381,7 +381,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>5.1.2</version>
+                    <version>5.1.6</version>
                 </plugin>
             </plugins>
         </pluginManagement>