working on #273
This commit is contained in:
10
History.md
10
History.md
@@ -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
|
||||
|
||||
@@ -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: -->
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user