Skip to content

Commit

Permalink
update goobi workflow dependency to version 23.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
intranda Jenkins committed Jan 20, 2024
1 parent 09db4de commit edb3d91
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,15 +2,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.intranda.goobi.plugins.step</groupId>
<artifactId>generateIdentifier-main</artifactId>
<version>23.12.1</version>
<version>23.12.2</version>
<properties>
<jar.name>plugin_intranda_step_generateIdentifier</jar.name>
<dest.folder>/opt/digiverso/goobi/plugins/step/</dest.folder>
</properties>
<parent>
<groupId>de.intranda.goobi.plugins.step</groupId>
<artifactId>generateIdentifier</artifactId>
<version>23.12.1</version>
<version>23.12.2</version>
</parent>
<build>
<finalName>${jar.name}</finalName>
Expand Down
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.intranda.goobi.plugins.step</groupId>
<artifactId>generateIdentifier</artifactId>
<version>23.12.1</version>
<version>23.12.2</version>
<packaging>pom</packaging>
<properties>
<goobi.version>23.12.1</goobi.version>
<goobi.version>23.12.2</goobi.version>
</properties>
<distributionManagement>
<repository>
Expand Down

0 comments on commit edb3d91

Please sign in to comment.