Skip to content

Commit

Permalink
change version for patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathrin-Huber committed Apr 11, 2022
1 parent 54f6155 commit 8632911
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Kitodo-API/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>kitodo-production</artifactId>
<groupId>org.kitodo</groupId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions Kitodo-Command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>kitodo-production</artifactId>
<groupId>org.kitodo</groupId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-api</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions Kitodo-DataEditor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>kitodo-production</artifactId>
<groupId>org.kitodo</groupId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -30,13 +30,13 @@
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-api</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-data-format</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions Kitodo-DataFormat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>kitodo-production</artifactId>
<groupId>org.kitodo</groupId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Kitodo - Data Format</name>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-api</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
Expand Down
6 changes: 3 additions & 3 deletions Kitodo-DataManagement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>kitodo-data-management</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<parent>
<artifactId>kitodo-production</artifactId>
<groupId>org.kitodo</groupId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>
<organization>
<name>kitodo.org</name>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-api</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Kitodo-Docket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>kitodo-production</artifactId>
<groupId>org.kitodo</groupId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>
<name>Kitodo - Docket</name>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-api</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions Kitodo-FileManagement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>kitodo-production</artifactId>
<groupId>org.kitodo</groupId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>
<organization>
<name>kitodo.org</name>
Expand All @@ -32,12 +32,12 @@
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-api</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-command</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Kitodo-ImageManagement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>kitodo-production</artifactId>
<groupId>org.kitodo</groupId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-api</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions Kitodo-LongTermPreservationValidation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>kitodo-production</artifactId>
<groupId>org.kitodo</groupId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-api</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions Kitodo-PersistentIdentifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>kitodo-production</artifactId>
<groupId>org.kitodo</groupId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>
<organization>
<name>kitodo.org</name>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-api</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Kitodo-Query-URL-Import/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>kitodo-production</artifactId>
<groupId>org.kitodo</groupId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-api</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions Kitodo-Validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>kitodo-production</artifactId>
<groupId>org.kitodo</groupId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>
<organization>
<name>kitodo.org</name>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-api</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions Kitodo-XML-SchemaConverter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>kitodo-production</artifactId>
<groupId>org.kitodo</groupId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-api</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions Kitodo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-production</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>
<organization>
<name>kitodo.org</name>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-data-management</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>jdom</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-production</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<packaging>pom</packaging>

<organization>
Expand Down

0 comments on commit 8632911

Please sign in to comment.