Skip to content

Commit

Permalink
release version 23.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonde committed Nov 18, 2023
1 parent 1e6368a commit 888cf94
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.10</version>
<version>23.10.1</version>
<relativePath>../</relativePath>
</parent>


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


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


<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core-war</artifactId>
<version>23.10</version>
<version>23.10.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>23.10</version>
<version>23.10.1</version>
<packaging>pom</packaging>


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

Expand Down

0 comments on commit 888cf94

Please sign in to comment.