Skip to content

Commit

Permalink
Merge pull request kitodo#6156 from henning-gerhardt/revert-6127-revi…
Browse files Browse the repository at this point in the history
…sion

Revert "Use special property `revision` to set the version only once"
  • Loading branch information
solth authored Aug 2, 2024
2 parents faf1085 + 5a57c2a commit 4dcf945
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Kitodo-API/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>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<name>Kitodo - API</name>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo-Command/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>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<name>Kitodo - Command</name>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo-DataEditor/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>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<name>Kitodo - Data Editor</name>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo-DataFormat/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>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<name>Kitodo - Data Format</name>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo-DataManagement/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>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<name>Kitodo - Data Management</name>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo-Docket/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>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<name>Kitodo - Docket</name>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo-FileManagement/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>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<name>Kitodo - File Management</name>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo-ImageManagement/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>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<name>Kitodo - Image Management</name>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo-LongTermPreservationValidation/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>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<name>Kitodo - Long Term Preservation Validation</name>
Expand Down
2 changes: 1 addition & 1 deletion 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>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<name>Kitodo - Persistent Identifier</name>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo-Query-URL-Import/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>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<name>Kitodo - Query URL Import</name>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo-Validation/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>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<name>Kitodo - Validation</name>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo-XML-SchemaConverter/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>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<name>Kitodo - XML SchemaConverter</name>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.kitodo</groupId>
<artifactId>kitodo-production</artifactId>
<version>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<name>Kitodo - Core</name>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>org.kitodo</groupId>
<artifactId>kitodo-production</artifactId>
<version>${revision}</version>
<version>3.7.0-SNAPSHOT</version>
<packaging>pom</packaging>

<organization>
Expand All @@ -30,8 +30,7 @@
<url>https://github.com/kitodo/kitodo-production</url>

<properties>
<revision>3.7.0-SNAPSHOT</revision>
<kitodo.version>${revision}</kitodo.version>
<kitodo.version>3.7.0-SNAPSHOT</kitodo.version>
<checkstyle.config.location>config/checkstyle.xml</checkstyle.config.location>
<main.basedir>${project.basedir}</main.basedir>
<phase.prop>none</phase.prop>
Expand Down

0 comments on commit 4dcf945

Please sign in to comment.