Skip to content

Commit

Permalink
openpdf-version set to 1.3.40
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Feb 19, 2024
1 parent b735eaf commit e58a56c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- openpdf-version set to 1.3.40 [Currently not moving to openpdf 2.X as it requires java 17](https://github.com/LibrePDF/OpenPDF/releases/tag/2.0.0)
- xsd-parser-version set to 1.2.6
- fj-xml-to-json version set to 1.0.0
- Upgraded build_maven_package workflow to version 1.0.1, (accespt DISABLE_MAVEN_DEPENDENCY_SUBMISSION)
Expand Down
4 changes: 2 additions & 2 deletions fj-doc-mod-openpdf-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>Renderer for PDF format, based on https://github.com/LibrePDF/OpenPDF</description>

<properties>
<openpdf-version-version>1.3.39</openpdf-version-version>
<openpdf-version>1.3.40</openpdf-version>
</properties>

<licenses>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>${openpdf-version-version}</version>
<version>${openpdf-version}</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions fj-doc-mod-openrtf-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>Renderer for RTF format, based on https://github.com/LibrePDF/OpenRTF</description>

<properties>
<openrtf-version-version>1.2.1</openrtf-version-version>
<openrtf-version>1.2.1</openrtf-version>
</properties>

<licenses>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openrtf</artifactId>
<version>${openrtf-version-version}</version>
<version>${openrtf-version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e58a56c

Please sign in to comment.