Skip to content

Commit 1814931

Browse files
committed
Merge pull request 'Release v25.08' (#22) from release_25.08 into master
2 parents 29ebea3 + 119c43e commit 1814931

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-user-assignment</artifactId>
7-
<version>25.07</version>
7+
<version>25.08</version>
88
</parent>
99
<artifactId>plugin-step-user-assignment-base</artifactId>
1010
<packaging>jar</packaging>

module-gui/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-user-assignment</artifactId>
7-
<version>25.07</version>
7+
<version>25.08</version>
88
</parent>
99
<artifactId>plugin-step-user-assignment-gui</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.07</version>
7+
<version>25.08</version>
88
<relativePath/>
99
</parent>
1010
<groupId>io.goobi.workflow.plugin</groupId>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>io.goobi.workflow</groupId>
2626
<artifactId>workflow-core</artifactId>
27-
<version>25.07</version>
27+
<version>25.08</version>
2828
<classifier>classes</classifier>
2929
</dependency>
3030
</dependencies>

0 commit comments

Comments
 (0)