From da8fc9a4574814b8fd2f843001fc90e16b782fe3 Mon Sep 17 00:00:00 2001 From: jstaerk Date: Wed, 28 Aug 2024 17:52:21 +0200 Subject: [PATCH] reverting to poms from 2.12 --- Mustang-CLI/pom.xml | 37 +++++++++++++++++++++++++++++++++---- library/pom.xml | 30 ++++++++++++++++++++++++++---- pom.xml | 10 +++++++--- validator/pom.xml | 29 ++++++++++++++++++++++++++--- 4 files changed, 92 insertions(+), 14 deletions(-) diff --git a/Mustang-CLI/pom.xml b/Mustang-CLI/pom.xml index 89fa7201..247cd494 100644 --- a/Mustang-CLI/pom.xml +++ b/Mustang-CLI/pom.xml @@ -1,18 +1,22 @@ - + org.mustangproject core - 2.13.0 + 2.12.0-SNAPSHOT 4.0.0 + org.mustangproject Mustang-CLI e-invoices commandline tool, allowing to create(embed), split and validate Factur-X/ZUGFeRD files. Validation should also work for XRechnung/CII. jar + 2.12.0-SNAPSHOT UTF-8 + 11 11 11 @@ -20,7 +24,7 @@ org.mustangproject validator - 2.13.0-SNAPSHOT + 2.12.0-SNAPSHOT @@ -107,6 +111,18 @@ maven-compiler-plugin 2.3.2 + + + true + org.mustangproject.commandline.main + + + + jar-with-dependencies + + + 11 11 @@ -117,7 +133,8 @@ 3.5.3 - + org.mustangproject.commandline.Main @@ -133,12 +150,24 @@ META-INF/*.RSA + + log4j:log4j + + ** + + commons-logging:commons-logging ** + + com.sun.xml.bind:jaxb-impl + + ** + + diff --git a/library/pom.xml b/library/pom.xml index f4e24d68..76b7e8b7 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -1,13 +1,16 @@ - + org.mustangproject core - 2.13.0-SNAPSHOT + 2.12.0-SNAPSHOT 4.0.0 + org.mustangproject library + 2.12.0-SNAPSHOT jar Library to write, read and validate e-invoices (Factur-X, ZUGFeRD, Order-X, XRechnung/CII) FOSS Java library to read, write and validate european electronic invoices and orders in the UN/CEFACT @@ -44,9 +47,11 @@ github -Xdoclint:none + 11 11 11 - true + true + @@ -165,6 +170,12 @@ maven-compiler-plugin 3.13.0 + + jar-with-dependencies + + + 11 11 @@ -223,8 +234,10 @@ 3.5.3 true - false + false + + *:* @@ -233,6 +246,12 @@ META-INF/*.RSA + + log4j:log4j + + ** + + commons-logging:commons-logging @@ -250,6 +269,9 @@ + diff --git a/pom.xml b/pom.xml index b020447b..0c747e0d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.mustangproject core - 2.13.0-SNAPSHOT + 2.12.0-SNAPSHOT pom Mustang @@ -63,7 +63,8 @@ maven-deploy-plugin 3.0.0-M1 - internal.repo::default::file://${project.build.directory}/mvn-repo + internal.repo::default::file://${project.build.directory}/mvn-repo + @@ -81,7 +82,6 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.1 alphabetical @@ -90,6 +90,9 @@ org.apache.maven.plugins maven-source-plugin 3.2.1 + + UTF-8 + attach-javadoc @@ -115,6 +118,7 @@ github -Xdoclint:none + 11 11 11 true @@ -25,15 +27,18 @@ UTF-8 - false + false + + 11 11 11 + ${project.groupId} library - ${project.version} + 2.12.0-SNAPSHOT jakarta.xml.bind @@ -129,6 +134,12 @@ maven-compiler-plugin 2.3.2 + + jar-with-dependencies + + + 11 11 @@ -152,12 +163,24 @@ META-INF/*.RSA + + log4j:log4j + + ** + + commons-logging:commons-logging ** + + com.sun.xml.bind:jaxb-impl + + ** + +