Skip to content

Commit

Permalink
Update OpenPDF
Browse files Browse the repository at this point in the history
- Update OpenPDF to 1.3.23
- Update maven-bundle-plugin to 5.1.1 (to work with java modules .jars)
  • Loading branch information
asturio authored and Claudio Clemens committed Sep 14, 2021
1 parent bfba763 commit c27382f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion flying-saucer-pdf-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.2.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.2.0</version>
<version>5.1.1</version>
</plugin>
</plugins>
</pluginManagement>
</build>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<openpdf.version>1.3.11</openpdf.version>
<openpdf.version>1.3.23</openpdf.version>
</properties>

</project>

0 comments on commit c27382f

Please sign in to comment.