This commit is contained in:
jstaerk
2022-08-11 13:27:09 +02:00
parent 9670124e66
commit 3b1636f3fe
4 changed files with 14 additions and 6 deletions

View File

@@ -1,8 +1,16 @@
2.5.3
=======
2022-08-11
- Support GlobalIDs(schemedIDs) for Tradeparties and products #280
- Dependency update #273
2.5.2
=======
2022-07-09
- Support validation of XRechnung (CII) 2.2
- Support validation of XRechnung (CII) 2.2
- allow to create fx 1 files with command line again
- is maven build profile to gen xslt, mvn clean package -P generateXSLTFromSchematron
- OXPullprovider to no longer generate invalid XML if a duedate is set

View File

@@ -45,12 +45,12 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.6.3</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<version>2.6.3</version>
<version>2.9.0</version>
</dependency>
<!-- /directory validation: -->

View File

@@ -114,14 +114,14 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.6.3</version>
<version>2.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<version>2.6.3</version>
<version>2.9.0</version>
</dependency>
<!-- API -->
<dependency>

View File

@@ -95,7 +95,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.6.3</version>
<version>2.9.0</version>
<scope>test</scope>
</dependency>
<dependency>