From 86329110c8e1e8bc3d54f328c8f50f065a9f6479 Mon Sep 17 00:00:00 2001 From: Kathrin Huber Date: Mon, 11 Apr 2022 13:44:52 +0200 Subject: [PATCH] change version for patch --- Kitodo-API/pom.xml | 2 +- Kitodo-Command/pom.xml | 4 ++-- Kitodo-DataEditor/pom.xml | 6 +++--- Kitodo-DataFormat/pom.xml | 4 ++-- Kitodo-DataManagement/pom.xml | 6 +++--- Kitodo-Docket/pom.xml | 4 ++-- Kitodo-FileManagement/pom.xml | 6 +++--- Kitodo-ImageManagement/pom.xml | 4 ++-- Kitodo-LongTermPreservationValidation/pom.xml | 4 ++-- Kitodo-PersistentIdentifier/pom.xml | 4 ++-- Kitodo-Query-URL-Import/pom.xml | 4 ++-- Kitodo-Validation/pom.xml | 4 ++-- Kitodo-XML-SchemaConverter/pom.xml | 4 ++-- Kitodo/pom.xml | 4 ++-- pom.xml | 2 +- 15 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Kitodo-API/pom.xml b/Kitodo-API/pom.xml index 46e455076b9..cbfae82cbca 100644 --- a/Kitodo-API/pom.xml +++ b/Kitodo-API/pom.xml @@ -17,7 +17,7 @@ kitodo-production org.kitodo - 3.4.1 + 3.4.2 4.0.0 diff --git a/Kitodo-Command/pom.xml b/Kitodo-Command/pom.xml index 81db2209d75..625a3a6413b 100644 --- a/Kitodo-Command/pom.xml +++ b/Kitodo-Command/pom.xml @@ -17,7 +17,7 @@ kitodo-production org.kitodo - 3.4.1 + 3.4.2 4.0.0 @@ -28,7 +28,7 @@ org.kitodo kitodo-api - 3.4.1 + 3.4.2 provided diff --git a/Kitodo-DataEditor/pom.xml b/Kitodo-DataEditor/pom.xml index cf61cd69c76..e7002ba1f9e 100644 --- a/Kitodo-DataEditor/pom.xml +++ b/Kitodo-DataEditor/pom.xml @@ -15,7 +15,7 @@ kitodo-production org.kitodo - 3.4.1 + 3.4.2 4.0.0 @@ -30,13 +30,13 @@ org.kitodo kitodo-api - 3.4.1 + 3.4.2 provided org.kitodo kitodo-data-format - 3.4.1 + 3.4.2 provided diff --git a/Kitodo-DataFormat/pom.xml b/Kitodo-DataFormat/pom.xml index a7b3d2bcdc3..6210989d0f2 100644 --- a/Kitodo-DataFormat/pom.xml +++ b/Kitodo-DataFormat/pom.xml @@ -15,7 +15,7 @@ kitodo-production org.kitodo - 3.4.1 + 3.4.2 4.0.0 Kitodo - Data Format @@ -25,7 +25,7 @@ org.kitodo kitodo-api - 3.4.1 + 3.4.2 org.jvnet.jaxb2_commons diff --git a/Kitodo-DataManagement/pom.xml b/Kitodo-DataManagement/pom.xml index 1954b0dd8b4..465297e453d 100644 --- a/Kitodo-DataManagement/pom.xml +++ b/Kitodo-DataManagement/pom.xml @@ -16,11 +16,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 kitodo-data-management - 3.4.1 + 3.4.2 kitodo-production org.kitodo - 3.4.1 + 3.4.2 kitodo.org @@ -37,7 +37,7 @@ org.kitodo kitodo-api - 3.4.1 + 3.4.2 javax.ws.rs diff --git a/Kitodo-Docket/pom.xml b/Kitodo-Docket/pom.xml index bbb1541a3eb..d4b6a3f2370 100644 --- a/Kitodo-Docket/pom.xml +++ b/Kitodo-Docket/pom.xml @@ -17,7 +17,7 @@ kitodo-production org.kitodo - 3.4.1 + 3.4.2 Kitodo - Docket 4.0.0 @@ -28,7 +28,7 @@ org.kitodo kitodo-api - 3.4.1 + 3.4.2 provided diff --git a/Kitodo-FileManagement/pom.xml b/Kitodo-FileManagement/pom.xml index 708ac3b1b2e..5b31e0cd3c8 100644 --- a/Kitodo-FileManagement/pom.xml +++ b/Kitodo-FileManagement/pom.xml @@ -18,7 +18,7 @@ kitodo-production org.kitodo - 3.4.1 + 3.4.2 kitodo.org @@ -32,12 +32,12 @@ org.kitodo kitodo-api - 3.4.1 + 3.4.2 org.kitodo kitodo-command - 3.4.1 + 3.4.2 org.apache.commons diff --git a/Kitodo-ImageManagement/pom.xml b/Kitodo-ImageManagement/pom.xml index 929a626a9df..84ad38ac37b 100644 --- a/Kitodo-ImageManagement/pom.xml +++ b/Kitodo-ImageManagement/pom.xml @@ -17,7 +17,7 @@ kitodo-production org.kitodo - 3.4.1 + 3.4.2 4.0.0 @@ -28,7 +28,7 @@ org.kitodo kitodo-api - 3.4.1 + 3.4.2 provided diff --git a/Kitodo-LongTermPreservationValidation/pom.xml b/Kitodo-LongTermPreservationValidation/pom.xml index 12b86896b6c..e90f34ff0ae 100644 --- a/Kitodo-LongTermPreservationValidation/pom.xml +++ b/Kitodo-LongTermPreservationValidation/pom.xml @@ -17,7 +17,7 @@ kitodo-production org.kitodo - 3.4.1 + 3.4.2 4.0.0 @@ -28,7 +28,7 @@ org.kitodo kitodo-api - 3.4.1 + 3.4.2 provided diff --git a/Kitodo-PersistentIdentifier/pom.xml b/Kitodo-PersistentIdentifier/pom.xml index 38797847b2e..68728775591 100644 --- a/Kitodo-PersistentIdentifier/pom.xml +++ b/Kitodo-PersistentIdentifier/pom.xml @@ -19,7 +19,7 @@ kitodo-production org.kitodo - 3.4.1 + 3.4.2 kitodo.org @@ -32,7 +32,7 @@ org.kitodo kitodo-api - 3.4.1 + 3.4.2 org.junit.jupiter diff --git a/Kitodo-Query-URL-Import/pom.xml b/Kitodo-Query-URL-Import/pom.xml index cfb206b78e5..0733834cf43 100644 --- a/Kitodo-Query-URL-Import/pom.xml +++ b/Kitodo-Query-URL-Import/pom.xml @@ -15,7 +15,7 @@ kitodo-production org.kitodo - 3.4.1 + 3.4.2 4.0.0 @@ -26,7 +26,7 @@ org.kitodo kitodo-api - 3.4.1 + 3.4.2 provided diff --git a/Kitodo-Validation/pom.xml b/Kitodo-Validation/pom.xml index 3c06653f352..e123ae420f1 100644 --- a/Kitodo-Validation/pom.xml +++ b/Kitodo-Validation/pom.xml @@ -20,7 +20,7 @@ kitodo-production org.kitodo - 3.4.1 + 3.4.2 kitodo.org @@ -37,7 +37,7 @@ org.kitodo kitodo-api - 3.4.1 + 3.4.2 org.junit.jupiter diff --git a/Kitodo-XML-SchemaConverter/pom.xml b/Kitodo-XML-SchemaConverter/pom.xml index d9b48cf38e0..f765d67c976 100644 --- a/Kitodo-XML-SchemaConverter/pom.xml +++ b/Kitodo-XML-SchemaConverter/pom.xml @@ -15,7 +15,7 @@ kitodo-production org.kitodo - 3.4.1 + 3.4.2 4.0.0 @@ -26,7 +26,7 @@ org.kitodo kitodo-api - 3.4.1 + 3.4.2 provided diff --git a/Kitodo/pom.xml b/Kitodo/pom.xml index 3ad765b32b8..a52ff147030 100644 --- a/Kitodo/pom.xml +++ b/Kitodo/pom.xml @@ -19,7 +19,7 @@ org.kitodo kitodo-production - 3.4.1 + 3.4.2 kitodo.org @@ -45,7 +45,7 @@ org.kitodo kitodo-data-management - 3.4.1 + 3.4.2 jdom diff --git a/pom.xml b/pom.xml index 5a11857f658..dc8b42e5350 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.kitodo kitodo-production - 3.4.1 + 3.4.2 pom