Skip to content

Commit b078e2f

Browse files
committed
Merge pull request 'Release v25.09' (#23) from release_25.09 into master
2 parents e85e6cb + 413b44d commit b078e2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

module-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.goobi.workflow.plugin</groupId>
66
<artifactId>plugin-step-image-resize-and-watermark</artifactId>
7-
<version>25.08</version>
7+
<version>25.09</version>
88
</parent>
99
<artifactId>plugin-step-image-resize-and-watermark-base</artifactId>
1010
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.goobi.workflow</groupId>
66
<artifactId>workflow-base</artifactId>
7-
<version>25.08</version>
7+
<version>25.09</version>
88
<relativePath/>
99
</parent>
1010
<groupId>io.goobi.workflow.plugin</groupId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.goobi.workflow</groupId>
2525
<artifactId>workflow-core</artifactId>
26-
<version>25.08</version>
26+
<version>25.09</version>
2727
<classifier>classes</classifier>
2828
</dependency>
2929
</dependencies>

0 commit comments

Comments
 (0)