Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Feb 3, 2025
1 parent 5cf1c9e commit 486d525
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ I hope that with the introduction of PINT, the versioning problem will be solved

# News and noteworthy

* v3.2.5 - work in progress
* v3.2.5 - 2025-02-03
* Fixed the "valid per" date of the Peppol 2024-11 release. See [#26](https://github.com/phax/phive-rules/issues/26) - thx @wildhai
* v3.2.4 - 2025-01-08
* Added specific support for XRechnung Extension (for versions 2.0.1, 2.1.1, 2.2.0, 2.3.1, 3.0.0, 3.0.1 and 3.0.2)
Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 5 additions & 1 deletion phive-rules-zugferd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
<url>http://www.helger.com</url>
</developer>
</developers>

<properties>
<pdfbox.version>3.0.4</pdfbox.version>
</properties>

<dependencies>
<dependency>
Expand Down Expand Up @@ -95,7 +99,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.3</version>
<version>${pdfbox.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<jaxb-plugin.group>org.jvnet.jaxb</jaxb-plugin.group>
<jaxb-plugin.artifact>jaxb-maven-plugin</jaxb-plugin.artifact>
<jaxb-plugin.version>4.0.8</jaxb-plugin.version>
<peppol-commons.version>9.7.2</peppol-commons.version>
<peppol-commons.version>10.0.0</peppol-commons.version>
<ph-cii.version>3.1.0</ph-cii.version>
<ph-ebinterface.version>7.1.0</ph-ebinterface.version>
<ph-fatturapa.version>2.0.2</ph-fatturapa.version>
Expand All @@ -80,7 +80,7 @@
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-commons-parent-pom</artifactId>
<version>11.1.12</version>
<version>11.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 486d525

Please sign in to comment.