diff --git a/CHANGELOG.md b/CHANGELOG.md index afc518e..924ed33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Allow more than 3 customLevel elements in scenarios +- Allow more than 3 customLevel elements in scenarios (see xrechnung + configuration [ issue 49](https://github.com/itplr-kosit/validator-configuration-xrechnung/issues/49)) +- Remove saxon signature from java8 uber-jar (see [67](https://github.com/itplr-kosit/validator/issues/67)) ## 1.4.0 diff --git a/pom.xml b/pom.xml index e98c658..e8459c9 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ ~ limitations under the License. --> - + 4.0.0 KoSIT XML Prüftool Implementierung @@ -273,11 +273,18 @@ de.kosit.validationtool.cmd.CommandLineApplication - - - META-INF/TE-050AC.SF - + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + **/module-info.class + + +