Skip to content

Commit

Permalink
Merge pull request 'Release v24.04.30' (#8) from release_24.04.30 int…
Browse files Browse the repository at this point in the history
…o master
  • Loading branch information
janvonde committed May 24, 2024
2 parents 110e67d + 8bbd64a commit 6c3d505
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.26</version>
<version>24.04.30</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.26</version>
<version>24.04.30</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.26</version>
<version>24.04.30</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.26</version>
<version>24.04.30</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.26</version>
<version>24.04.30</version>
<relativePath />
</parent>
<groupId>io.goobi.workflow.plugin</groupId>
Expand Down

0 comments on commit 6c3d505

Please sign in to comment.