Skip to content

Commit

Permalink
update goobi workflow dependency to version 24.02.1
Browse files Browse the repository at this point in the history
  • Loading branch information
intranda Jenkins committed Mar 4, 2024
1 parent b753a88 commit 79f12e3
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,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.intranda.goobi.plugins.opac</groupId>
<artifactId>generic-xml-main</artifactId>
<version>24.02</version>
<version>24.02.1</version>
<properties>
<jar.name>plugin_intranda_opac_generic_xml</jar.name>
<dest.folder>/opt/digiverso/goobi/plugins/opac/</dest.folder>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>de.intranda.goobi.plugins.opac</groupId>
<artifactId>generic-xml</artifactId>
<version>24.02</version>
<version>24.02.1</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,15 +2,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.intranda.goobi.plugins.opac</groupId>
<artifactId>generic-xml</artifactId>
<version>24.02</version>
<version>24.02.1</version>
<packaging>pom</packaging>
<name>ead</name>
<url>http://maven.apache.org</url>
<properties>
<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>24.02</goobi.version>
<goobi.version>24.02.1</goobi.version>
</properties>
<modules>
<module>module-main</module>
Expand Down

0 comments on commit 79f12e3

Please sign in to comment.