From c81b046b8360e06550c094f92d9d192952494b28 Mon Sep 17 00:00:00 2001 From: Arved Solth Date: Tue, 5 Dec 2023 17:38:59 +0100 Subject: [PATCH] Change version to 3.6.1 --- Kitodo-API/pom.xml | 2 +- Kitodo-Command/pom.xml | 2 +- Kitodo-DataEditor/pom.xml | 2 +- Kitodo-DataFormat/pom.xml | 2 +- Kitodo-DataManagement/pom.xml | 2 +- Kitodo-Docket/pom.xml | 2 +- Kitodo-FileManagement/pom.xml | 2 +- Kitodo-ImageManagement/pom.xml | 2 +- Kitodo-LongTermPreservationValidation/pom.xml | 2 +- Kitodo-PersistentIdentifier/pom.xml | 2 +- Kitodo-Query-URL-Import/pom.xml | 2 +- Kitodo-Validation/pom.xml | 2 +- Kitodo-XML-SchemaConverter/pom.xml | 2 +- Kitodo/pom.xml | 2 +- pom.xml | 4 ++-- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Kitodo-API/pom.xml b/Kitodo-API/pom.xml index bd958a83fae..fc4e56cfbdf 100644 --- a/Kitodo-API/pom.xml +++ b/Kitodo-API/pom.xml @@ -19,7 +19,7 @@ kitodo-production org.kitodo - 3.6.0 + 3.6.1 Kitodo - API diff --git a/Kitodo-Command/pom.xml b/Kitodo-Command/pom.xml index 35aa3fe00c1..f4367e92ee2 100644 --- a/Kitodo-Command/pom.xml +++ b/Kitodo-Command/pom.xml @@ -19,7 +19,7 @@ kitodo-production org.kitodo - 3.6.0 + 3.6.1 Kitodo - Command diff --git a/Kitodo-DataEditor/pom.xml b/Kitodo-DataEditor/pom.xml index 6620da449bd..dcb1f37a7a4 100644 --- a/Kitodo-DataEditor/pom.xml +++ b/Kitodo-DataEditor/pom.xml @@ -17,7 +17,7 @@ kitodo-production org.kitodo - 3.6.0 + 3.6.1 Kitodo - Data Editor diff --git a/Kitodo-DataFormat/pom.xml b/Kitodo-DataFormat/pom.xml index 2f74d4f6045..bd40816e32f 100644 --- a/Kitodo-DataFormat/pom.xml +++ b/Kitodo-DataFormat/pom.xml @@ -17,7 +17,7 @@ kitodo-production org.kitodo - 3.6.0 + 3.6.1 Kitodo - Data Format diff --git a/Kitodo-DataManagement/pom.xml b/Kitodo-DataManagement/pom.xml index e4909b924cf..57007cd7edb 100644 --- a/Kitodo-DataManagement/pom.xml +++ b/Kitodo-DataManagement/pom.xml @@ -19,7 +19,7 @@ kitodo-production org.kitodo - 3.6.0 + 3.6.1 Kitodo - Data Management diff --git a/Kitodo-Docket/pom.xml b/Kitodo-Docket/pom.xml index b4667a0c4f2..9c123015042 100644 --- a/Kitodo-Docket/pom.xml +++ b/Kitodo-Docket/pom.xml @@ -19,7 +19,7 @@ kitodo-production org.kitodo - 3.6.0 + 3.6.1 Kitodo - Docket diff --git a/Kitodo-FileManagement/pom.xml b/Kitodo-FileManagement/pom.xml index 4a16d6dd53f..9808b95766b 100644 --- a/Kitodo-FileManagement/pom.xml +++ b/Kitodo-FileManagement/pom.xml @@ -19,7 +19,7 @@ kitodo-production org.kitodo - 3.6.0 + 3.6.1 Kitodo - File Management diff --git a/Kitodo-ImageManagement/pom.xml b/Kitodo-ImageManagement/pom.xml index 16d4ac316ca..4c359a099d0 100644 --- a/Kitodo-ImageManagement/pom.xml +++ b/Kitodo-ImageManagement/pom.xml @@ -19,7 +19,7 @@ kitodo-production org.kitodo - 3.6.0 + 3.6.1 Kitodo - Image Management diff --git a/Kitodo-LongTermPreservationValidation/pom.xml b/Kitodo-LongTermPreservationValidation/pom.xml index ed99075a534..d205949ee48 100644 --- a/Kitodo-LongTermPreservationValidation/pom.xml +++ b/Kitodo-LongTermPreservationValidation/pom.xml @@ -19,7 +19,7 @@ kitodo-production org.kitodo - 3.6.0 + 3.6.1 Kitodo - Long Term Preservation Validation diff --git a/Kitodo-PersistentIdentifier/pom.xml b/Kitodo-PersistentIdentifier/pom.xml index b275eba9665..676b8453050 100644 --- a/Kitodo-PersistentIdentifier/pom.xml +++ b/Kitodo-PersistentIdentifier/pom.xml @@ -19,7 +19,7 @@ kitodo-production org.kitodo - 3.6.0 + 3.6.1 Kitodo - Persistent Identifier diff --git a/Kitodo-Query-URL-Import/pom.xml b/Kitodo-Query-URL-Import/pom.xml index 19f80aafbb8..98addbdbb33 100644 --- a/Kitodo-Query-URL-Import/pom.xml +++ b/Kitodo-Query-URL-Import/pom.xml @@ -17,7 +17,7 @@ kitodo-production org.kitodo - 3.6.0 + 3.6.1 Kitodo - Query URL Import diff --git a/Kitodo-Validation/pom.xml b/Kitodo-Validation/pom.xml index d20cb950556..20dd32dfb98 100644 --- a/Kitodo-Validation/pom.xml +++ b/Kitodo-Validation/pom.xml @@ -19,7 +19,7 @@ kitodo-production org.kitodo - 3.6.0 + 3.6.1 Kitodo - Validation diff --git a/Kitodo-XML-SchemaConverter/pom.xml b/Kitodo-XML-SchemaConverter/pom.xml index a21280f2d3c..92f72ca12c2 100644 --- a/Kitodo-XML-SchemaConverter/pom.xml +++ b/Kitodo-XML-SchemaConverter/pom.xml @@ -17,7 +17,7 @@ kitodo-production org.kitodo - 3.6.0 + 3.6.1 Kitodo - XML SchemaConverter diff --git a/Kitodo/pom.xml b/Kitodo/pom.xml index 8f261384819..68fe420a4f3 100644 --- a/Kitodo/pom.xml +++ b/Kitodo/pom.xml @@ -18,7 +18,7 @@ org.kitodo kitodo-production - 3.6.0 + 3.6.1 Kitodo - Core diff --git a/pom.xml b/pom.xml index 97b05bf1a5d..fdc560a7c49 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ org.kitodo kitodo-production - 3.6.0 + 3.6.1 pom @@ -30,7 +30,7 @@ https://github.com/kitodo/kitodo-production - 3.6.0 + 3.6.1 config/checkstyle.xml ${project.basedir} none