From 6e7bf54ced7745635b7048f6a2a3d3528304e476 Mon Sep 17 00:00:00 2001 From: Stefan Obermayer Date: Thu, 6 Oct 2022 11:12:10 +0200 Subject: [PATCH 01/12] add new schema --- src/main/resources/findologic_20.xsd | 394 +++++++++++++++++++++++++++ 1 file changed, 394 insertions(+) create mode 100644 src/main/resources/findologic_20.xsd diff --git a/src/main/resources/findologic_20.xsd b/src/main/resources/findologic_20.xsd new file mode 100644 index 0000000..28c4941 --- /dev/null +++ b/src/main/resources/findologic_20.xsd @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From a96f4522310a335620931fa41f8c5bf5f401e28b Mon Sep 17 00:00:00 2001 From: Stefan Obermayer Date: Tue, 11 Oct 2022 11:12:58 +0200 Subject: [PATCH 02/12] copy schema --- src/main/resources/findologic_20.xsd | 357 +++++++++++++++++++++++++++ 1 file changed, 357 insertions(+) create mode 100644 src/main/resources/findologic_20.xsd diff --git a/src/main/resources/findologic_20.xsd b/src/main/resources/findologic_20.xsd new file mode 100644 index 0000000..da890c4 --- /dev/null +++ b/src/main/resources/findologic_20.xsd @@ -0,0 +1,357 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 04b8377a21399b1826af9705b83165d95382e207 Mon Sep 17 00:00:00 2001 From: Stefan Obermayer Date: Tue, 11 Oct 2022 11:17:25 +0200 Subject: [PATCH 03/12] make fields required --- src/main/resources/findologic_20.xsd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/findologic_20.xsd b/src/main/resources/findologic_20.xsd index 28c4941..a9cd79e 100644 --- a/src/main/resources/findologic_20.xsd +++ b/src/main/resources/findologic_20.xsd @@ -191,10 +191,10 @@ - + - + @@ -304,7 +304,7 @@ - + @@ -338,7 +338,7 @@ - + From 4dcf1653defa725f161459e2e92d1a6a702f9053 Mon Sep 17 00:00:00 2001 From: Stefan Obermayer Date: Tue, 11 Oct 2022 11:23:22 +0200 Subject: [PATCH 04/12] add newlines --- src/main/resources/findologic_20.xsd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/findologic_20.xsd b/src/main/resources/findologic_20.xsd index a9cd79e..1a198a7 100644 --- a/src/main/resources/findologic_20.xsd +++ b/src/main/resources/findologic_20.xsd @@ -57,6 +57,7 @@ + @@ -215,6 +216,7 @@ + @@ -349,6 +351,7 @@ + @@ -390,5 +393,4 @@ - From 45b5f6bd1dffbccebc79f0f5576a852c38159d09 Mon Sep 17 00:00:00 2001 From: Stefan Obermayer Date: Tue, 11 Oct 2022 11:34:59 +0200 Subject: [PATCH 05/12] remove unused types --- src/main/resources/findologic_20.xsd | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/main/resources/findologic_20.xsd b/src/main/resources/findologic_20.xsd index 1a198a7..e4ff841 100644 --- a/src/main/resources/findologic_20.xsd +++ b/src/main/resources/findologic_20.xsd @@ -217,18 +217,13 @@ - - - - - - + @@ -236,12 +231,14 @@ + + @@ -249,13 +246,6 @@ - - - - - - - From 9ed1a5f7bad5de98de30d53759fb29f0fc4025dd Mon Sep 17 00:00:00 2001 From: Stefan Obermayer Date: Tue, 11 Oct 2022 12:13:13 +0200 Subject: [PATCH 06/12] make version required --- pom.xml | 10 +++++++++- src/main/resources/findologic_20.xsd | 8 +++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index be7582b..0159f12 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,15 @@ com.findologic xml-export jar - 1.6.0-SNAPSHOT + 1.7.0-SO-FINDO-9587-SNAPSHOT xml-export http://maven.apache.org + + + + github + GitHub FINDOLOGIC Apache Maven Packages + https://maven.pkg.github.com/findologic/maven-packages + + diff --git a/src/main/resources/findologic_20.xsd b/src/main/resources/findologic_20.xsd index e4ff841..bc26cfd 100644 --- a/src/main/resources/findologic_20.xsd +++ b/src/main/resources/findologic_20.xsd @@ -21,10 +21,16 @@ - + + + + + + + From e794e8ea7fe2c113a0f2032eb87b4812818d3672 Mon Sep 17 00:00:00 2001 From: Stefan Obermayer Date: Tue, 11 Oct 2022 12:19:29 +0200 Subject: [PATCH 07/12] remove variants --- src/main/resources/findologic_20.xsd | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/src/main/resources/findologic_20.xsd b/src/main/resources/findologic_20.xsd index bc26cfd..fdeeb86 100644 --- a/src/main/resources/findologic_20.xsd +++ b/src/main/resources/findologic_20.xsd @@ -53,34 +53,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - From 1387a68cb2f28386cd46af99027c030c4f289fa6 Mon Sep 17 00:00:00 2001 From: Stefan Obermayer Date: Tue, 11 Oct 2022 14:52:07 +0200 Subject: [PATCH 08/12] ordernumber must not be empty --- pom.xml | 2 +- src/main/resources/findologic_20.xsd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0159f12..21317d1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.findologic xml-export jar - 1.7.0-SO-FINDO-9587-SNAPSHOT + 1.7.0-SO-FINDO-9587-dev1-SNAPSHOT xml-export http://maven.apache.org diff --git a/src/main/resources/findologic_20.xsd b/src/main/resources/findologic_20.xsd index fdeeb86..06dbba5 100644 --- a/src/main/resources/findologic_20.xsd +++ b/src/main/resources/findologic_20.xsd @@ -177,7 +177,7 @@ - + From 965e989ee665d4a71f26e440e6082c83f51e4d7c Mon Sep 17 00:00:00 2001 From: Stefan Obermayer Date: Tue, 11 Oct 2022 15:27:15 +0200 Subject: [PATCH 09/12] group must not consist of whitespace only --- pom.xml | 2 +- src/main/resources/findologic_20.xsd | 39 ++++++++++++---------------- 2 files changed, 17 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 21317d1..55a2e39 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.findologic xml-export jar - 1.7.0-SO-FINDO-9587-dev1-SNAPSHOT + 1.7.0-SO-FINDO-9587-dev2-SNAPSHOT xml-export http://maven.apache.org diff --git a/src/main/resources/findologic_20.xsd b/src/main/resources/findologic_20.xsd index 06dbba5..a8bec3c 100644 --- a/src/main/resources/findologic_20.xsd +++ b/src/main/resources/findologic_20.xsd @@ -68,7 +68,7 @@ - + @@ -93,7 +93,7 @@ - + @@ -104,14 +104,14 @@ - + - + @@ -141,7 +141,7 @@ - + @@ -163,7 +163,7 @@ - + @@ -179,7 +179,7 @@ - + @@ -199,17 +199,10 @@ - - - - - - - - + @@ -224,7 +217,7 @@ - + @@ -282,7 +275,7 @@ - + @@ -292,7 +285,7 @@ - + @@ -302,7 +295,7 @@ - + @@ -316,7 +309,7 @@ - + @@ -330,7 +323,7 @@ - + @@ -344,7 +337,7 @@ - + @@ -358,7 +351,7 @@ - + From f9a1e926d3b5d9332cbcb1eac8e3c2d257a189ca Mon Sep 17 00:00:00 2001 From: Stefan Obermayer Date: Tue, 11 Oct 2022 15:34:28 +0200 Subject: [PATCH 10/12] cleanup --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index 55a2e39..d785d0e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,12 +7,4 @@ 1.7.0-SO-FINDO-9587-dev2-SNAPSHOT xml-export http://maven.apache.org - - - - github - GitHub FINDOLOGIC Apache Maven Packages - https://maven.pkg.github.com/findologic/maven-packages - - From 8b113a63eae67b3b30580b2e92b3667556dd8776 Mon Sep 17 00:00:00 2001 From: Stefan Obermayer Date: Mon, 17 Oct 2022 14:11:49 +0200 Subject: [PATCH 11/12] revert version attrib change --- pom.xml | 2 +- src/main/resources/findologic_20.xsd | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index d785d0e..c9b32ca 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.findologic xml-export jar - 1.7.0-SO-FINDO-9587-dev2-SNAPSHOT + 2.0.0-SO-FINDO-9587-dev1-SNAPSHOT xml-export http://maven.apache.org diff --git a/src/main/resources/findologic_20.xsd b/src/main/resources/findologic_20.xsd index a8bec3c..54dad5a 100644 --- a/src/main/resources/findologic_20.xsd +++ b/src/main/resources/findologic_20.xsd @@ -21,16 +21,10 @@ - + - - - - - - From dcb402e35f4022376204db151c3892554313a160 Mon Sep 17 00:00:00 2001 From: Stefan Obermayer Date: Tue, 18 Oct 2022 08:03:58 +0200 Subject: [PATCH 12/12] set final version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c9b32ca..550326d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.findologic xml-export jar - 2.0.0-SO-FINDO-9587-dev1-SNAPSHOT + 2.0.0-SNAPSHOT xml-export http://maven.apache.org