Skip to content

Commit

Permalink
update goobi workflow dependency to version 24.02
Browse files Browse the repository at this point in the history
  • Loading branch information
intranda Jenkins committed Feb 28, 2024
1 parent 200da66 commit d21d5d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugin/module-gui/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.administration</groupId>
<artifactId>ruleset_editor-gui</artifactId>
<version>24.01.2</version>
<version>24.02</version>
<properties>
<jar.name>plugin_intranda_administration_ruleset_editor-GUI</jar.name>
<dest.folder>/opt/digiverso/goobi/plugins/GUI/</dest.folder>
</properties>
<parent>
<groupId>de.intranda.goobi.plugins.administration</groupId>
<artifactId>ruleset_editor</artifactId>
<version>24.01.2</version>
<version>24.02</version>
</parent>
<build>
<finalName>${jar.name}</finalName>
Expand Down
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.administration</groupId>
<artifactId>ruleset_editor-main</artifactId>
<version>24.01.2</version>
<version>24.02</version>
<properties>
<jar.name>plugin_intranda_administration_ruleset_editor</jar.name>
<dest.folder>/opt/digiverso/goobi/plugins/administration/</dest.folder>
</properties>
<parent>
<groupId>de.intranda.goobi.plugins.administration</groupId>
<artifactId>ruleset_editor</artifactId>
<version>24.01.2</version>
<version>24.02</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.administration</groupId>
<artifactId>ruleset_editor</artifactId>
<version>24.01.2</version>
<version>24.02</version>
<packaging>pom</packaging>
<properties>
<goobi.version>24.01.2</goobi.version>
<goobi.version>24.02</goobi.version>
</properties>
<distributionManagement>
<repository>
Expand Down

0 comments on commit d21d5d6

Please sign in to comment.