Skip to content

Commit

Permalink
release version 23.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonde committed Jan 20, 2024
1 parent 732ef90 commit 24a2fd3
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>23.12.1</version>
<version>23.12.2</version>
<relativePath>../</relativePath>
</parent>


<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core-ci</artifactId>
<version>23.12.1</version>
<version>23.12.2</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>23.12.1</version>
<version>23.12.2</version>
<relativePath>../</relativePath>
</parent>


<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core-jar</artifactId>
<version>23.12.1</version>
<version>23.12.2</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>23.12.1</version>
<version>23.12.2</version>
<relativePath>../</relativePath>
</parent>


<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core-war</artifactId>
<version>23.12.1</version>
<version>23.12.2</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>23.12.1</version>
<version>23.12.2</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>23.12.1</publicVersion>
<publicVersion>23.12.2</publicVersion>
<!-- Use Java 11 for compiling -->
<maven.compiler.release>11</maven.compiler.release>

Expand Down

0 comments on commit 24a2fd3

Please sign in to comment.