Skip to content

Commit bf1420a

Browse files
author
Dominick Leppich
committed
release: 24.12.1
1 parent bf98a02 commit bf1420a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: module-base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.goobi.workflow.plugin</groupId>
55
<artifactId>plugin-step-tif-validation</artifactId>
6-
<version>24.13-SNAPSHOT</version>
6+
<version>24.12.1</version>
77
</parent>
88
<artifactId>plugin-step-tif-validation-base</artifactId>
99
<packaging>jar</packaging>

Diff for: pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<parent>
44
<groupId>io.goobi.workflow</groupId>
55
<artifactId>workflow-base</artifactId>
6-
<version>24.13-SNAPSHOT</version>
6+
<version>24.12</version>
77
<relativePath />
88
</parent>
99
<groupId>io.goobi.workflow.plugin</groupId>
1010
<artifactId>plugin-step-tif-validation</artifactId>
11+
<version>24.12.1</version>
1112
<packaging>pom</packaging>
1213
<modules>
1314
<module>module-base</module>
@@ -26,4 +27,4 @@
2627
<classifier>classes</classifier>
2728
</dependency>
2829
</dependencies>
29-
</project>
30+
</project>

0 commit comments

Comments
 (0)