Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:goobi-workflow/goobi-…
Browse files Browse the repository at this point in the history
…plugin-step-doi.git
  • Loading branch information
SteffenHankiewicz committed Feb 28, 2024
2 parents 2cfd02e + c084251 commit ddfaf44
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>doi-main</artifactId>
<version>23.12.3</version>
<version>24.02</version>
<properties>
<jar.name>plugin_intranda_step_doi</jar.name>
<dest.folder>/opt/digiverso/goobi/plugins/step/</dest.folder>
</properties>
<parent>
<groupId>de.intranda.goobi.plugins.step</groupId>
<artifactId>doi</artifactId>
<version>23.12.3</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.step</groupId>
<artifactId>doi</artifactId>
<version>23.12.3</version>
<version>24.02</version>
<packaging>pom</packaging>
<properties>
<goobi.version>24.01-SNAPSHOT</goobi.version>
<goobi.version>24.02</goobi.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<distributionManagement>
Expand Down

0 comments on commit ddfaf44

Please sign in to comment.