Skip to content

Commit

Permalink
update goobi workflow dependency to version 23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
intranda Jenkins committed Nov 6, 2023
1 parent c2e3bbe commit 387aa6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugin/module-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.intranda.goobi.plugins.step</groupId>
<artifactId>xmp-main</artifactId>
<version>23.08</version>
<version>23.10</version>
<parent>
<groupId>de.intranda.goobi.plugins.step</groupId>
<artifactId>xmp</artifactId>
<version>23.08</version>
<version>23.10</version>
</parent>
<repositories>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.intranda.goobi.plugins.step</groupId>
<artifactId>xmp</artifactId>
<version>23.08</version>
<version>23.10</version>
<packaging>pom</packaging>
<properties>
<goobi.pluginversion>1.0</goobi.pluginversion>
Expand All @@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<goobi.version>23.08</goobi.version>
<goobi.version>23.10</goobi.version>
</properties>
<url>http://maven.apache.org</url>
<distributionManagement>
Expand Down

0 comments on commit 387aa6c

Please sign in to comment.