Skip to content

Commit

Permalink
release version 24.01.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonde committed Feb 2, 2024
1 parent 2a78fcc commit f715992
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Goobi/module-ci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core</artifactId>
<version>24.01</version>
<version>24.01.1</version>
<relativePath>../</relativePath>
</parent>


<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core-ci</artifactId>
<version>24.01</version>
<version>24.01.1</version>
<packaging>jar</packaging>


Expand Down
4 changes: 2 additions & 2 deletions Goobi/module-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core</artifactId>
<version>24.01</version>
<version>24.01.1</version>
<relativePath>../</relativePath>
</parent>


<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core-jar</artifactId>
<version>24.01</version>
<version>24.01.1</version>
<packaging>jar</packaging>


Expand Down
4 changes: 2 additions & 2 deletions Goobi/module-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core</artifactId>
<version>24.01</version>
<version>24.01.1</version>
<relativePath>../</relativePath>
</parent>


<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core-war</artifactId>
<version>24.01</version>
<version>24.01.1</version>
<packaging>war</packaging>


Expand Down
4 changes: 2 additions & 2 deletions Goobi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core</artifactId>
<!-- When updating the version, make sure to also update the version in the submodules -->
<version>24.01</version>
<version>24.01.1</version>
<packaging>pom</packaging>


Expand Down Expand Up @@ -57,7 +57,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<publicVersion>24.01</publicVersion>
<publicVersion>24.01.1</publicVersion>
<!-- Use Java 11 for compiling -->
<maven.compiler.release>11</maven.compiler.release>

Expand Down

0 comments on commit f715992

Please sign in to comment.