Skip to content

Commit

Permalink
Merge pull request 'Release v24.05' (#9) from release_24.05 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonde committed Jun 10, 2024
2 parents 6c3d505 + 11da89e commit 623b2f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions module-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>io.goobi.workflow.plugin</groupId>
<artifactId>plugin-opac-json</artifactId>
<version>24.04.30</version>
<version>24.05</version>
</parent>
<artifactId>plugin-opac-json-base</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>io.goobi.workflow.plugin</groupId>
<artifactId>plugin-opac-json-lib</artifactId>
<version>24.04.30</version>
<version>24.05</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion module-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.goobi.workflow.plugin</groupId>
<artifactId>plugin-opac-json</artifactId>
<version>24.04.30</version>
<version>24.05</version>
</parent>
<artifactId>plugin-opac-json-gui</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion module-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.goobi.workflow.plugin</groupId>
<artifactId>plugin-opac-json</artifactId>
<version>24.04.30</version>
<version>24.05</version>
</parent>
<artifactId>plugin-opac-json-lib</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.goobi.workflow</groupId>
<artifactId>workflow-base</artifactId>
<version>24.04.30</version>
<version>24.05</version>
<relativePath />
</parent>
<groupId>io.goobi.workflow.plugin</groupId>
Expand Down

0 comments on commit 623b2f9

Please sign in to comment.